/* Klegs Capture – shortcode styles */

#klegs-film-app {
    width: 100%;
}

#klegs-verification-container {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-top: 4px solid #f5c800;
    border-radius: 4px;
    padding: 32px;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

#klegs-verification-container h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

#klegs-verification-container p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 20px;
}

#klegs-film-app .frc-captcha {
    margin: 0 auto 16px;
    display: flex;
    justify-content: center;
}

.klegs-dev-button {
    margin-top: 20px;
    padding: 10px 20px;
    background: #1a1a1a;
    color: #f5c800;
    border: none;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.03em;
}

.klegs-dev-button:hover {
    background: #333;
}

#klegs-video-container {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

#klegs-video-container h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

#klegs-video-container video {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    display: block;
}
