.article-container {
    margin-top: 28px;
}
.beach-report-card {
    background: #f4f7fc;
    border: 1px solid #e1e8f5;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 24px;
}
.beach-report-left {
    display: flex;
    gap: 18px;
}
.beach-report-icon {
    width: 84px;
    height: 84px;
    min-width: 84px;
    border-radius: 50%;
    background: #dfeeff;
    color: #0d67cc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    line-height: 1;
}
.beach-report-left h2 {
    font-size: 23px;
    line-height: 1.18;
    margin-bottom: 10px;
    text-align: left;
    text-transform: none;
}
.beach-title-paw {
    color: #0d67cc;
    margin-right: 10px;
    font-size: 0.9em;
    vertical-align: baseline;
}
.beach-report-left p {
    margin: 0;
    color: #283b54;
    text-align: left;
    font-size: 17px;
    line-height: 1.4;
}
.beach-report-right {
    border-left: 1px solid #d9e4f3;
    padding-left: 26px;
    margin-top: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.beach-report-email-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 4px;
    width: 100%;
}
.beach-report-email {
    color: #0d67cc;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    word-break: break-word;
}
.beach-copy-icon {
    border: 0;
    border-radius: 10px;
    background: #e9eff8;
    color: #5c6e86;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
    transition: background-color .2s ease, color .2s ease;
}
.beach-copy-icon:hover {
    background: #dde8f6;
    color: #0d67cc;
}
.beach-copy-icon i {
    font-size: 16px;
}
.beach-copy-btn {
    border: 0;
    border-radius: 12px;
    background: #e9eff8;
    color: #5c6e86;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.beach-copy-btn:hover {
    background: #dde8f6;
}
.beach-report-cta {
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: #0d67cc;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.beach-report-cta:hover {
    background: #0b58af;
    text-decoration: none;
}
.beach-report-note {
    margin: 10px 0 0;
    color: #6d7c91;
    text-align: center;
    font-size: 14px;
}
.playas-map-card {
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
    border: 1px solid #d8e6fb;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(20, 64, 128, 0.12);
    padding: 24px;
    margin-bottom: 18px;
}
.playas-map-title {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.15;
    text-transform: none;
    color: #1f2f49;
    text-align: center;
    font-weight: 800;
}
.playas-map-title i {
    color: #0d67cc;
    margin-right: 10px;
    font-size: 0.85em;
}
.playas-map-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #253a58;
    text-align: left;
    margin-bottom: 16px;
}
.playas-map-frame {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #c9dcfb;
    box-shadow: 0 8px 18px rgba(17, 70, 145, 0.14);
    margin-bottom: 16px;
    background: #ffffff;
}
.playas-map-frame iframe {
    width: 100%;
    min-height: 490px;
    border: 0;
    display: block;
}
.playas-map-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border: 1px solid #dce7f7;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
}
.playas-map-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
}
.playas-map-stat + .playas-map-stat {
    border-left: 1px solid #e2ebf8;
}
.playas-map-stat-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    background: #eef4ff;
    color: #1d67d0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 1;
}
.playas-map-stat p {
    margin: 0;
    color: #233754;
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
    font-weight: 700;
}
.playas-map-stat strong {
    display: block;
    color: #0d67cc;
    font-size: 23px;
    line-height: 1.1;
    margin-bottom: 2px;
}
.playas-map-note {
    margin: 0;
    padding: 14px 16px;
    border-left: 4px solid #0d67cc;
    background: rgba(13, 103, 204, 0.07);
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.58;
    color: #2b3d58;
    text-align: left;
}
@media (max-width: 991.98px) {
    .beach-report-right {
        border-left: 0;
        border-top: 1px solid #d9e4f3;
        padding-left: 0;
        padding-top: 18px;
        margin-top: 16px;
    }
    .beach-report-left h2 {
        font-size: 24px;
    }
}
@media (max-width: 767.98px) {
    .playas-map-card {
        padding: 16px;
    }
    .playas-map-title {
        font-size: 28px;
    }
    .playas-map-lead,
    .playas-map-note {
        font-size: 17px;
    }
    .playas-map-frame iframe {
        min-height: 390px;
    }
    .playas-map-stats {
        grid-template-columns: 1fr;
    }
    .playas-map-stat + .playas-map-stat {
        border-left: 0;
        border-top: 1px solid #e2ebf8;
    }
    .playas-map-stat {
        padding: 14px;
    }
    .playas-map-stat-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 26px;
    }
    .playas-map-stat p {
        font-size: 15px;
    }
    .playas-map-stat strong {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .beach-report-card {
        padding: 18px;
    }
    .beach-report-left {
        gap: 12px;
    }
    .beach-report-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        font-size: 30px;
    }
    .beach-report-left h2 {
        font-size: 22px;
    }
    .beach-report-email {
        font-size: 15px;
    }
    .beach-report-cta {
        font-size: 16px;
    }
}

.beach-spot-card {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #dfe6f2;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(18, 38, 74, 0.1);
    padding: 18px;
    margin: 14px 0 20px;
}

.beach-spot-card[id] {
    scroll-margin-top: 128px;
}

.beach-spot-media-wrap {
    border-radius: 16px;
    overflow: hidden;
    min-height: 330px;
}

.beach-spot-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.beach-spot-content {
    display: flex;
    flex-direction: column;
    margin: 10px 20px 0px 0px;
}

.beach-spot-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.15;
    text-align: left !important;
    color: #243754;
    text-transform: none;
}

.beach-spot-location {
    margin: 2px 0 4px !important;
    color: #6f7c8f;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: .2px;
}

.beach-spot-location i {
    font-size: 18px;
    color: #7f8a9b;
}

.beach-spot-description p {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 1.5;
    color: #243754;
    text-align: left;
}

.beach-spot-metrics {
    margin-top: auto;
    border-top: 1px solid #e4ebf7;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.beach-spot-metric {
    padding: 16px 8px 10px;
    text-align: center;
}

.beach-spot-metric + .beach-spot-metric {
    border-left: 1px solid #e4ebf7;
}

.beach-spot-metric > i {
    display: inline-block;
    font-size: 30px;
    color: #1b68d2;
    margin-bottom: 8px;
    line-height: 1;
}

.beach-spot-metric .fa-paw {
    color: transparent;
    -webkit-text-stroke: 2px #1b68d2;
}

.beach-spot-metric h4 {
    margin: 0 0 4px;
    font-size: 14px;
    color: #1f2f49;
    font-weight: 700;
}

.beach-spot-metric p {
    margin: 0;
    font-size: 13px;
    color: #5c6f8b;
    text-align: center;
}

.beach-stars {
    color: #f6af00 !important;
    font-size: 13px !important;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .beach-spot-title {
        font-size: 17px;
    }
    .beach-spot-description p {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .beach-spot-card {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .beach-spot-media-wrap {
        min-height: 280px;
    }
    .beach-spot-title {
        font-size: 20px;
    }
    .beach-spot-card[id] {
        scroll-margin-top: 108px;
    }
    .beach-spot-location {
        font-size: 15px;
    }
    .beach-spot-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
    .beach-spot-metric:nth-child(3),
    .beach-spot-metric:nth-child(4) {
        border-top: 1px solid #e4ebf7;
    }
    .beach-spot-metric:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 575.98px) {
    .beach-spot-card {
        padding: 12px;
    }
    .beach-spot-content {
        margin: 10px 0 0;
    }
    .beach-spot-media-wrap {
        min-height: 220px;
    }
    .beach-spot-title {
        font-size: 18px;
    }
    .beach-spot-card[id] {
        scroll-margin-top: 88px;
    }
    .beach-spot-location {
        font-size: 14px;
    }
    .beach-spot-location i {
        font-size: 16px;
    }
    .beach-spot-description p {
        font-size: 14px;
    }
    .beach-spot-metrics {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
        margin: 0 auto;
    }
    .beach-spot-metric {
        padding: 12px 4px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .beach-spot-metric > i {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .beach-spot-metric h4 {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .beach-spot-metric p {
        font-size: 12px;
    }
    .beach-stars {
        font-size: 11px !important;
        gap: 1px;
    }
    .beach-spot-metric:nth-child(3),
    .beach-spot-metric:nth-child(4) {
        border-top: 0;
    }
    .beach-spot-metric:nth-child(3) {
        border-left: 1px solid #e4ebf7;
    }
}