.m2-webcam-page {
    max-width: 900px;
    margin: 0 auto 50px;
    padding: 24px 16px 0;
}

.m2-webcam-topbar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 4px 4px 14px;
    flex-wrap: wrap;
}

.m2-webcam-topbar-left {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.m2-webcam-eyebrow {
    font-size: 12px;
    color: #8a97a8;
    white-space: nowrap;
}

.m2-webcam-page h1 {
    font-size: 15px;
    font-weight: 600;
    color: #46525f;
    margin: 0;
}

.m2-webcam-meteo-inline {
    font-size: 13px;
    color: #5c6774;
    white-space: nowrap;
}

.m2-webcam-player-frame {
    position: relative;
    border: 1px solid #e3e8ee;
    border-radius: 12px;
    overflow: hidden;
    background: #eef1f5;
}

.m2-webcam-iframe-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.m2-webcam-iframe-16-9 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.m2-webcam-details-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 22px;
    padding: 12px 4px 0;
    font-size: 13px;
    color: #5c6774;
}

.m2-webcam-details-row strong {
    color: #2e3742;
    font-weight: 600;
}

.m2-webcam-related {
    margin-top: 44px;
    padding: 0 4px;
}

.m2-webcam-related h2 {
    font-size: 16px;
    font-weight: 600;
    color: #2e3742;
    margin: 0 0 14px;
}

.m2-webcam-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.m2-webcam-related-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 10px;
    padding: 12px 14px;
    text-decoration: none;
    transition: border-color .15s, background .15s;
}

.m2-webcam-related-card:hover {
    border-color: #b9c3cf;
    background: #fafbfc;
}

.m2-webcam-related-icon {
    font-size: 18px;
    color: #8a97a8;
    flex: 0 0 auto;
}

.m2-webcam-related-name {
    font-size: 13px;
    font-weight: 600;
    color: #2e3742;
    flex: 1;
}

.m2-webcam-related-cta {
    font-size: 12px;
    color: #4d7bc7;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .m2-webcam-topbar {
        flex-direction: column;
        gap: 6px;
    }
}
