﻿.livecam-facelift {
    --fx-primary: #e67e22;
    --fx-bg: #080a0d;
    --fx-text: #d2d9df;
    --fx-border: rgba(230, 126, 34, 0.28);
    --live-muted: #afb7be;
}

.livecam-facelift .hero-note {
    margin-top: 22px;
    color: #d6dde3;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.livecam-facelift .livecam-panel {
    border-radius: 18px;
    border: 1px solid var(--fx-border);
    background: linear-gradient(165deg, rgba(22, 24, 30, 0.94), rgba(16, 18, 23, 0.78));
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
    padding: 18px;
}

.livecam-facelift .livecam-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(230, 126, 34, 0.28);
    background: rgba(10, 12, 15, 0.72);
}

.livecam-facelift .livecam-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.livecam-facelift .livecam-footer {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.livecam-facelift .livecam-footer p {
    margin: 0;
    color: var(--live-muted);
    font-size: 14px;
}

.livecam-facelift .livecam-link {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid rgba(230, 126, 34, 0.9);
    padding-bottom: 2px;
    font-weight: 600;
}

.livecam-facelift .livecam-link:hover,
.livecam-facelift .livecam-link:focus {
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    .livecam-facelift .livecam-panel {
        padding: 12px;
    }
}

