.fiestashot-camera-box {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.fiestashot-event-cover {
    margin-bottom: 30px;
}

#fiestashot-camera {
    display: block;
    width: 100%;
    min-height: 400px;
    background: #000;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 20px;
}

#fiestashot-canvas {
    display: none;
}

#fiestashot-take-photo {
    display: inline-block;
    background: #111;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

#fiestashot-take-photo:hover {
    opacity: 0.9;
}

#fiestashot-take-photo:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#fiestashot-status {
    margin-top: 15px;
    font-size: 15px;
    color: #333;
}