.card-base {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
}

.adsbygoogle {
    display: block;
}

.ad-section,
.ad-card {
    padding: 1.25rem;
    display: flex;
    justify-content: center;
    border: 1px solid #e6e2dd;
}

.ad-section {
    margin: 1.5rem auto;
}

.ad-card {
    min-height: 160px;
}

.ad-note {
    font-size: 0.9rem;
    color: #6b7280;
    text-align: center;
    margin-bottom: 0.75rem;
}

.ad-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ad-wrapper ins {
    max-width: 100%;
}
