#integrantes {
    margin-bottom: 20px;
}

.integrante {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.integrante p {
    margin-bottom: 10px;
}

.integrante label {
    font-weight: bold;
}

.integrante input {
    width: 100%;
    padding: 5px;
}

.integrante button {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.feedback-message {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

#ccm-video-form input[type="text"], #ccm-video-form input[type="url"], #ccm-video-form textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    height: 30px;
}

#ccm-video-form textarea {
    width: 100%;
    min-height: 100px;
}

#ccm-inscricao-form input {
    width: 100%;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #acacac;
}

#password-strength {
    font-weight: bold;
}
#password-match {
    font-weight: bold;
}

.hojevi-error {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #e83737;
    padding: 2rem;
    font-weight: bold;
    color: white;
    font-size: 1.3rem;
    z-index: 999;
}

/* Aviso somente leitura */
.ccm-aviso-somente-leitura {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: bold;
}

/* Edições Anteriores */
.ccm-edicoes-anteriores {
    margin-top: 30px;
}

.ccm-edicao-anterior-card {
    padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 15px;
    border-radius: 6px;
    background: var(--wp--preset--color--base-2) !important;
}

.ccm-edicao-anterior-card h4 {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ccm-edicao-anterior-card ul {
    margin: 5px 0 10px 20px;
    padding: 0;
}

.ccm-edicao-anterior-card ul li {
    margin-bottom: 3px;
}

/* Status badges */
.ccm-status-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
}

.ccm-status-aguardando {
    background-color: #6c757d;
}

.ccm-status-inscricoes_abertas {
    background-color: #28a745;
}

.ccm-status-em_julgamento {
    background-color: #fd7e14;
}

.ccm-status-encerrada {
    background-color: #dc3545;
}

.wp-block-loginout a, .wp-block-navigation__responsive-container-open {
    text-decoration: none;
    background-color: #152f51;
    border-radius: 6px;
    border-color: var(--wp--preset--color--contrast);
    border-width: 0;
    color: var(--wp--preset--color--base-2);
    font-family: var(--wp--preset--font-family--heading);
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
    font-weight: 500;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: 0.8rem !important;
    padding-right: 1.6rem !important;
    padding-bottom: 0.98rem !important;
    padding-left: 1.6rem !important;
    text-decoration: none;
    text-transform: inherit;
    cursor: pointer;
    align-content: center;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    text-align: center;
    word-break: break-word;
}

.wp-block-navigation__responsive-container-open:hover, .wp-block-loginout a:hover {
    background-color: var(--wp--preset--color--contrast-2);
    border-color: var(--wp--preset--color--contrast-2);
    color: var(--wp--preset--color--base);
}

