/**
 * Styles pour le plugin WC Jitsi Meeting
 */
.jitsi-meeting-info {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.jitsi-meeting-info h2 {
    margin-top: 0;
    color: #7f54b3;
    font-size: 18px;
}

.jitsi-meeting-info p {
    margin: 10px 0;
    font-size: 14px;
}

.jitsi-meeting-info a {
    color: #7f54b3;
    text-decoration: none;
    font-weight: bold;
}

.jitsi-meeting-info a:hover {
    text-decoration: underline;
}

/* Styles pour la page admin */
.wc-jitsi-meeting-admin table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 20px;
}

.wc-jitsi-meeting-admin th {
    text-align: left;
    padding: 8px 0;
}

.wc-jitsi-meeting-admin input[type="text"],
.wc-jitsi-meeting-admin input[type="number"] {
    width: 300px;
}
