.local-spotlight {
    max-width: 720px;
    margin: 28px auto;
    padding: 20px;
    border: 1px solid #d8dfd2;
    border-left: 4px solid #2d6a4f;
    border-radius: 10px;
    background: #f6f0df;
    color: #28342e;
    text-align: left;
    white-space: normal;
}
.local-spotlight__label { display: block; margin-bottom: 12px; color: #52624e; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.local-spotlight__body { display: flex; align-items: center; gap: 20px; }
.local-spotlight__image { flex: 0 0 140px; width: 140px; height: 120px; object-fit: contain; background: #fff; border-radius: 8px; }
.local-spotlight__copy { min-width: 0; }
.local-spotlight__copy h2 { margin: 0 0 8px; color: #1b4332; font-size: 22px; line-height: 1.25; overflow-wrap: anywhere; }
.local-spotlight__copy h2 a { color: inherit; }
.local-spotlight__copy p { margin: 0 0 12px; font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; }
.local-spotlight__copy p:last-child { margin-bottom: 0; }
.local-spotlight__link { color: #1b4332; font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.local-spotlight a:focus-visible { outline: 2px solid #2d6a4f; outline-offset: 4px; }
.community-grid > .local-spotlight { margin: 0; width: 100%; }
.community-grid.community-grid--single { grid-template-columns: minmax(0, 700px); justify-content: center; }
@media (max-width: 600px) {
    .local-spotlight { padding: 16px; margin: 24px auto; }
    .local-spotlight__body { flex-direction: column; align-items: flex-start; gap: 14px; }
    .local-spotlight__image { flex: none; width: 100%; height: 150px; }
    .local-spotlight__copy h2 { font-size: 20px; }
}

.paid-ad {
    max-width: 760px;
    margin: 30px auto;
    padding: 16px 18px;
    border: 1px solid #d8d0bd;
    border-radius: 10px;
    background: #fffaf0;
    color: #30352f;
    text-align: left;
    white-space: normal;
}
.paid-ad__label { display: block; margin-bottom: 10px; color: #765a2d; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.paid-ad__body { display: flex; align-items: center; gap: 18px; }
.paid-ad__image { flex: 0 0 120px; width: 120px; height: 96px; object-fit: contain; border-radius: 7px; background: #fff; }
.paid-ad__copy { min-width: 0; }
.paid-ad__business { margin: 0 0 3px !important; color: #6c6559; font-size: 12px !important; font-weight: 700; }
.paid-ad__copy h2 { margin: 0 0 6px; color: #3e4b3f; font-size: 19px; line-height: 1.3; overflow-wrap: anywhere; }
.paid-ad__copy h2 a { color: inherit; }
.paid-ad__copy > p:not(.paid-ad__business) { margin: 0 0 9px; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.paid-ad__link { color: #5b461f; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.paid-ad a:focus-visible { outline: 2px solid #765a2d; outline-offset: 4px; }
@media (max-width: 600px) {
    .paid-ad { margin: 24px auto; padding: 14px; }
    .paid-ad__body { align-items: flex-start; gap: 13px; }
    .paid-ad__image { flex-basis: 82px; width: 82px; height: 72px; }
    .paid-ad__copy h2 { font-size: 17px; }
}
