.toast-close {
    display: none !important;
}

/* ============================================================
   CHECKOUT DE INSCRICOES
   ============================================================ */

.competence-checkout-evento {
    width: 100%;
    min-height: 100vh;
    padding: 30px 20px 60px;
    box-sizing: border-box;
    background: #f4f4f4;
}

/* Seleção de participantes cadastrados */
.competence-adicionar-participante {
    width: 100%; border: 0; border-radius: 7px; padding: 13px 18px;
    background: #F5AE3C; color: #fff; font-weight: 700; cursor: pointer;
}
.competence-adicionar-participante[hidden] { display: none !important; }
.competence-adicionar-participante span { font-size: 20px; margin-right: 8px; font-weight: 400; }
.competence-participante-selecionado {
    display: flex; align-items: center; gap: 12px; padding: 12px;
    border: 1px solid #F5AE3C; border-radius: 9px; background: #eef6ff;
}
.competence-participante-selecionado[hidden] { display: none; }
.competence-participante-titulo[hidden] { display:none!important; }
.competence-participante-selecionado img,
.competence-resultado-usuario img,
.competence-confirmacao-card img {
    width: 42px; height: 42px; border-radius: 50% !important; object-fit: cover; flex: 0 0 42px;
    margin: 0 !important;
}
.competence-participante-selecionado div { display: flex; flex: 1; flex-direction: column; }
.competence-participante-selecionado small { color: #020202; }
.competence-trocar-participante { border: 0; background: transparent; color: #020202; cursor: pointer; font-weight: 600; margin-top: 10px !important;}

body.competence-modal-aberto { overflow: hidden; }
.competence-modal-participante[hidden] { display: none; }
.competence-modal-participante { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 20px; }
.competence-modal-participante-overlay { position: absolute; inset: 0; background: rgba(245, 174, 60, .63); }
.competence-modal-participante-dialog {
    position: relative; width: min(100%, 440px); max-height: calc(100vh - 40px); overflow: auto;
    border-radius: 12px; background: #fff; padding: 28px 32px; box-shadow: 0 20px 60px rgba(0,0,0,.24);
}
.competence-modal-fechar { position: absolute; right: 15px; top: 10px; border: 0; background: none; font-size: 29px; cursor: pointer; }
.competence-modal-participante h2 { margin: 0 0 5px; font-size: 22px; }
.competence-modal-participante p { margin: 0 0 18px; color: #020202; }
.competence-modal-participante label { display: block; font-size: 13px; margin-bottom: 6px; }
.competence-modal-campo-busca { display: flex; gap: 7px; }
.competence-modal-campo-busca input { width: 100%; min-height: 44px; border: 1px solid #ccd1d8; border-radius: 9px; padding: 0 12px; }
.competence-modal-campo-busca button { width: 48px; border: 0; border-radius: 7px; background: #F5AE3C; color: #fff; cursor: pointer; }
.competence-modal-instrucao, .competence-modal-status { display: block; margin-top: 7px; color: #7a8391; font-size: 13px; }
.competence-modal-status { margin: 14px 0 7px; }
.competence-modal-resultados { border: 1px solid #e0e4ea; border-radius: 8px; overflow: hidden; }
.competence-resultado-usuario, .competence-confirmacao-card {
    display: flex; align-items: center; gap: 11px; padding: 11px;
}
.competence-resultado-usuario { border-bottom: 1px solid #edf0f3; cursor: pointer; }
.competence-resultado-usuario:last-child { border-bottom: 0; }
.competence-resultado-usuario:hover { background: #f5f9ff; }
.competence-resultado-usuario div, .competence-confirmacao-card div { display: flex; flex: 1; flex-direction: column; }
.competence-resultado-usuario small, .competence-confirmacao-card small { color: #7a8391; font-size: 11px; }
.competence-modal-mais { width: 100%; margin-top: 10px; border: 0; background: none; color: #020202; font-weight: 700; cursor: pointer; }
.competence-sem-resultados { padding: 18px; color: #020202; text-align: center; }
.competence-confirmacao-icone { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #bde9c2; color: #19933a; font-weight: 800; }
.competence-confirmacao-usuario { margin: 18px 0; border: 1px solid #F5AE3C; background: #eef6ff; border-radius: 9px; }
.competence-confirmacao-card > span { display: none; }
.competence-confirmacao-aviso { padding: 13px; border: 1px solid #f4d276; border-radius: 9px; background: #fff9e8; color: #665528; font-size: 13px; }
.competence-confirmacao-acoes { display: flex; justify-content: flex-end; gap: 9px; margin-top: 18px; }
.competence-confirmacao-acoes button { padding: 11px 15px; border: 0; border-radius: 7px; cursor: pointer; font-weight: 700; }
.competence-confirmacao-voltar { background: #f1f3f6; color: #020202; }
.competence-confirmacao-confirmar { background: #F5AE3C; color: #fff; }

@media (max-width: 520px) {
    .competence-modal-participante-dialog { padding: 25px 18px; }
    .competence-confirmacao-acoes { flex-direction: column-reverse; }
    .competence-confirmacao-acoes button { width: 100%; }
}

.competence-checkout-box {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 16px 14px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
}


/* ============================================================
   VOLTAR
   ============================================================ */

.competence-checkout-voltar {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    margin-bottom: 22px;

    color: #020202;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.competence-checkout-voltar:hover {
    color: #020202;
}


/* ============================================================
   ETAPAS
   ============================================================ */

.competence-checkout-etapas {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    width: 100%;
    margin-bottom: 20px;
}

.competence-checkout-etapa {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 50% !important;

    color: #9a9a9a;
    text-align: center;
}

.competence-checkout-etapa > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    margin-bottom: 7px;

    background: #eeeeee;

    border-radius: 50%;

    font-size: 11px;
    font-weight: 700;
}

.competence-checkout-etapa strong {
    font-size: 11px;
    font-weight: 600;
}

.competence-checkout-etapa small {
    margin-top: 2px;

    font-size: 8px;
}

.competence-checkout-etapa.ativo {
    color: #020202;
}

.competence-checkout-etapa.ativo > span {
    color: #fff;
    background: #F5AE3C;
}

.competence-checkout-linha {
    flex: 1;

    height: 1px;

    margin-top: 17px;

    background: #eeeeee;
}


/* ============================================================
   DIVISOR
   ============================================================ */

.competence-checkout-divider {
    width: 100%;
    height: 1px;

    margin-bottom: 18px;

    background: #e8e8e8;
}


/* ============================================================
   TITULO
   ============================================================ */

.competence-checkout-box > h1 {
    margin: 0 0 5px;

    color: #111;

    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

.competence-checkout-subtitulo {
    margin: 0 0 18px;

    color: #666;

    font-size: 12px;
}


/* ============================================================
   INGRESSO
   ============================================================ */

.competence-checkout-ingresso {
    width: 100%;
    margin-bottom: 24px;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.competence-checkout-ingresso-imagem {
    width: 100%;
    height: 145px;

    overflow: hidden;

    background: #f1f1f1;
}

.competence-checkout-ingresso-imagem img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* ============================================================
   HEADER DO INGRESSO
   ============================================================ */

.competence-checkout-ingresso-header {
    padding: 16px 18px 8px;
}

.competence-checkout-ingresso-titulo-linha {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    flex-direction: column;
}

.competence-checkout-ingresso-header h2 {
    margin: 0;

    color: #111;

    font-size: 16px;
    font-weight: 700;
}

.competence-checkout-ingresso-tags {
    margin: 0;
}

.competence-checkout-preco {
    margin-top: 8px;

    color: #333;

    font-size: 11px;
}

.competence-checkout-preco strong {
    color: #111;

    font-size: 13px;
}


/* ============================================================
   AREA DOS PARTICIPANTES
   ============================================================ */

.competence-checkout-participantes {
    margin: 10px 16px 16px;
    padding: 14px;

    background: #fafafa;

    border: 1px solid #ebebeb;
    border-radius: 9px;
}

.competence-checkout-participantes-titulo {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 13px;
}

.competence-checkout-participantes-titulo > span {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    color: #fff;
    background: #F5AE3C;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;
}

.competence-checkout-participantes-titulo > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.competence-checkout-participantes-titulo strong {
    color: #222;

    font-size: 12px;
}

.competence-checkout-participantes-titulo small {
    color: #777;

    font-size: 14px;
}


/* ============================================================
   CARD DO PARTICIPANTE
   ============================================================ */

.competence-participante-box {
    margin-bottom: 12px;
    padding: 12px;

    background: #fff;

    border: 1px dashed #d8d8d8;
    border-radius: 7px;
}

.competence-participante-box:last-child {
    margin-bottom: 0;
}

.competence-participante-titulo {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 12px;
}

.competence-participante-titulo > .dashicons {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    color: #020202;
    background: #dff1ff;

    border-radius: 50%;

    font-size: 18px;
}

.competence-participante-titulo > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.competence-participante-titulo strong {
    color: #222;

    font-size: 12px;
}

.competence-participante-titulo small {
    color: #777;

    font-size: 14px;
}


/* ============================================================
   CAMPOS
   ============================================================ */

.competence-participante-campos {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;
}

.competence-participante-campo {
    min-width: 0;
}

.competence-participante-campo.full {
    grid-column: 1 / -1;
}

.competence-participante-campo label {
    display: block;

    margin-bottom: 5px;

    color: #333;

    font-size: 10px;
    font-weight: 600;
}

.competence-participante-campo input,
.competence-participante-campo select {
    display: block;

    width: 100%;
    min-height: 38px;

    padding: 8px 10px;

    box-sizing: border-box;

    color: #222;
    background: #fff;

    border: 1px solid #d4d4d4;
    border-radius: 5px;

    font-family: inherit;
    font-size: 12px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.competence-participante-campo input:focus,
.competence-participante-campo select:focus {
    border-color: #F5AE3C;

    box-shadow:
        0 0 0 2px
        rgba(245, 174, 60, 0.10);
}


/* ============================================================
   CONTINUAR
   ============================================================ */

.competence-checkout-continuar {
    display: flex;
    justify-content: flex-end;

    width: 100%;
    padding-top: 2px;
}

.competence-checkout-evento button#competence-continuar-pagamento {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 110px;
    min-height: 38px;

    padding: 8px 18px;

    cursor: pointer;

    color: #fff !important;
    background: #F5AE3C !important;

    border: 0 !important;
    border-radius: 30px !important;

    font-family: inherit;
    font-size: 11px;
    font-weight: 600;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.competence-checkout-evento button#competence-continuar-pagamento:hover {
    color: #fff !important;
    background: rgb(41, 73, 54) 12, 14) !important;

    transform: translateY(-1px);
}

.competence-checkout-evento button#competence-continuar-pagamento:disabled {
    cursor: wait;
    opacity: 0.65;
}


/* ============================================================
   CHECKOUT VAZIO
   ============================================================ */

.competence-checkout-vazio {
    max-width: 700px;

    margin: 50px auto;
    padding: 30px;

    color: #555;
    background: #fff;

    border-radius: 8px;

    text-align: center;
}


/* ============================================================
   ELEMENTOR BUTTON RESET
   ============================================================ */

.competence-checkout-evento button {
    font-family: inherit;
}

.competence-checkout-evento button,
.competence-checkout-evento [type="button"],
.competence-checkout-evento [type="submit"] {
    box-shadow: none;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 800px) {

    .competence-checkout-evento {
        padding: 20px 15px 40px;
    }

    .competence-checkout-box {
        max-width: 680px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

    .competence-checkout-evento {
        padding: 0;
    }

    .competence-checkout-box {
        padding: 18px 12px 25px;

        border-radius: 0;
    }

    .competence-checkout-etapa {
        min-width: 90px;
    }

    .competence-checkout-box > h1 {
        font-size: 22px;
    }

    .competence-checkout-ingresso-imagem {
        height: 125px;
    }

    .competence-checkout-participantes {
        margin: 10px 10px 12px;
        padding: 10px;
    }

    .competence-participante-campos {
        grid-template-columns: 1fr;
    }

    .competence-participante-campo.full {
        grid-column: auto;
    }

    .competence-checkout-continuar {
        position: sticky;

        bottom: 0;

        z-index: 20;

        padding: 10px 0;

        background: rgba(255,255,255,0.96);
    }

    .competence-checkout-evento button#competence-continuar-pagamento {
        width: 100%;
    }

}

/* Escala ampliada do modal conforme a referência */
.competence-modal-participante-dialog {
    width: 600px;
    max-width: calc(100vw - 32px);
    padding: 34px 50px 36px;
    border-radius: 12px;
}
.competence-modal-participante h2 {
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
}
.competence-modal-participante p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
}
.competence-modal-participante label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}
.competence-modal-campo-busca {
    gap: 9px;
}
.competence-modal-campo-busca input {
    height: 56px;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 56px;
}
.competence-modal-instrucao {
    margin-top: 7px;
    font-size: 12px;
    line-height: 17px;
}
.competence-modal-novo-competidor {
    margin-top: 19px;
    font-size: 14px;
    line-height: 20px;
}
.competence-modal-participante button.competence-modal-fechar[type="button"] {
    top: 11px !important;
    right: 13px !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    font-size: 31px !important;
}
.competence-modal-participante button#competence-executar-busca[type="button"] {
    flex-basis: 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin-top: 7px !important;
    border-radius: 8px !important;
}
.competence-modal-participante button#competence-executar-busca[type="button"] svg {
    width: 18px;
    height: 18px;
}
.competence-modal-opcao-label {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 17px;
}
.competence-modal-participante button.competence-opcao-usuario-principal[type="button"] {
    min-height: 66px !important;
    padding: 9px 12px !important;
    border-radius: 9px !important;
}
.competence-opcao-usuario-principal img {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
}
.competence-opcao-usuario-principal strong {
    font-size: 13px;
    line-height: 18px;
}
.competence-opcao-usuario-principal small {
    font-size: 11px;
    line-height: 16px;
}
.competence-modal-ou {
    margin: 15px 0;
}
.competence-modal-ou span {
    font-size: 11px;
}
.competence-modal-status {
    font-size: 12px;
    line-height: 17px;
}
.competence-resultado-usuario,
.competence-confirmacao-card {
    padding: 14px;
}
.competence-resultado-usuario strong,
.competence-confirmacao-card strong {
    font-size: 14px;
    line-height: 20px;
}
.competence-resultado-usuario small,
.competence-confirmacao-card small {
    font-size: 11px;
    line-height: 16px;
}

@media (max-width: 640px) {
    .competence-modal-participante-dialog {
        padding: 30px 22px 28px;
    }
    .competence-modal-participante h2 { font-size: 21px; line-height: 28px; }
    .competence-modal-participante p,
    .competence-modal-participante label { font-size: 13px; }
    .competence-modal-campo-busca input { font-size: 14px; }
}

/* Modal de busca — acabamento visual da referência */
.competence-modal-participante {

    align-items: center;
}
.competence-modal-participante-dialog {
    width: min(400px, calc(100vw - 32px));
    padding: 25px 34px 23px;
    border-radius: 10px;
    color: #333;
}
.competence-modal-fechar {
    top: 9px; right: 10px; width: 27px; height: 27px; padding: 0 !important;
    display: grid; place-items: center;
    color: #020202 !important; background: transparent !important;
    border: 0 !important; border-radius: 0 !important;
    font: 400 21px/1 Arial, sans-serif;
    box-shadow: none !important;
    transition: color .16s ease;
}
.competence-modal-fechar:hover,
.competence-modal-fechar:focus {
    color: #020202 !important; background: transparent !important;
    transform: none;
    outline: none;
}
.competence-modal-participante h2 {
    margin: 0 0 8px; color: #353535; font-size: 16px; line-height: 1.25; font-weight: 700;
}
.competence-modal-participante p {
    margin: 0 0 17px; color: #696969; font-size: 13px; line-height: 1.4;
}
.competence-modal-participante label {
    margin: 0 0 7px; color: #454545; font-size: 13px; line-height: 1.2;
}
.competence-modal-campo-busca { gap: 7px; align-items: stretch; }
.competence-modal-campo-busca input {
    height: 38px; min-height: 38px; padding: 0 12px;
    color: #333; background: #fff; border: 1px solid #cfd1d5; border-radius: 8px;
    font: 400 11px/38px Arial, sans-serif; box-shadow: none; outline: 0;
}
.competence-modal-campo-busca input:focus {
    border-color: #F5AE3C; box-shadow: 0 0 0 2px rgba(245, 174, 60, .12);
}
.competence-modal-campo-busca input::placeholder { color: #aaa; opacity: 1; }
.competence-modal-campo-busca button {
    flex: 0 0 34px; width: 34px; min-width: 34px; height: 34px; margin-top: 2px; padding: 0;
    display: grid; place-items: center; background: #F5AE3C; border-radius: 6px;
}
.competence-modal-campo-busca button svg {
    width: 15px; height: 15px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round;
}
.competence-modal-instrucao {
    margin-top: 6px; color: #999; font-size: 13px; line-height: 1.3;
}
.competence-modal-status { margin: 13px 0 7px; font-size: 9px; }
.competence-modal-resultados:empty { display: none; }
.competence-modal-resultados { margin-top: 4px; }
.competence-modal-novo-competidor {
    display: block; margin-top: 11px; color: #020202; text-align: center;
    font-size: 10px; line-height: 1.3; font-weight: 700; text-decoration: none;
}

/* Proteção contra o reset global de botões do Elementor */
.competence-checkout-evento button.competence-adicionar-participante[type="button"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 33px !important;
    padding: 7px 14px !important;
    color: #fff !important;
    background-color: #F5AE3C !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
}
.competence-checkout-evento button.competence-adicionar-participante[type="button"][hidden] {
    display: none !important;
}
.competence-checkout-evento button.competence-adicionar-participante[type="button"]:hover,
.competence-checkout-evento button.competence-adicionar-participante[type="button"]:focus {
    color: #fff !important;
    background-color: #F5AE3C !important;
    border: 0 !important;
}
.competence-checkout-evento button.competence-trocar-participante[type="button"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 29px !important;
    padding: 6px 10px !important;
    color: #319844 !important;
    background-color: #edf8ee !important;
    border: 1px solid #8acb91 !important;
    border-radius: 6px !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}
.competence-checkout-evento button.competence-trocar-participante[type="button"]:hover,
.competence-checkout-evento button.competence-trocar-participante[type="button"]:focus {
    color: #fff !important;
    background-color: #39a34b !important;
    border-color: #39a34b !important;
}
.competence-modal-participante button.competence-modal-fechar[type="button"] {
    display: grid !important;
    place-items: center !important;
    width: 25px !important;
    min-width: 25px !important;
    height: 25px !important;
    min-height: 25px !important;
    padding: 0 !important;
    color: #020202 !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}
.competence-modal-participante button.competence-modal-fechar[type="button"]:hover,
.competence-modal-participante button.competence-modal-fechar[type="button"]:focus {
    color: #020202 !important;
    background-color: transparent !important;
    border: 0 !important;
}
.competence-modal-participante button#competence-executar-busca[type="button"] {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 29px !important;
    width: 29px !important;
    min-width: 29px !important;
    height: 29px !important;
    min-height: 29px !important;
    margin-top: 4px !important;
    padding: 0 !important;
    color: #fff !important;
    background-color: #F5AE3C !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 0 !important;
    line-height: 1 !important;
}
.competence-modal-participante button.competence-opcao-usuario-principal[type="button"] {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 6px 8px !important;
    color: #020202 !important;
    background-color: #edf4ff !important;
    border: 1px solid #F5AE3C !important;
    border-radius: 7px !important;
    font-size: inherit !important;
    text-align: left !important;
    white-space: normal !important;
}
.competence-modal-participante .competence-confirmacao-acoes button[type="button"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 15px !important;
    border: 0 !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}
.competence-modal-participante button.competence-confirmacao-voltar[type="button"] {
    color: #020202 !important;
    background-color: #f1f3f6 !important;
}
.competence-modal-participante button.competence-confirmacao-confirmar[type="button"] {
    color: #fff !important;
    background-color: #F5AE3C !important;
}

/* Escala tipográfica do layout de referência */
.competence-checkout-evento {

}
.competence-checkout-voltar {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.competence-checkout-etapa > span {
    width: 44px;
    height: 44px;
    font-size: 14px;
    line-height: 1;
}
.competence-checkout-etapa strong {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}
.competence-checkout-etapa small {
    font-size: 11px;
    line-height: 16px;
}
.competence-checkout-linha { margin-top: 22px; }
.competence-checkout-box > h1 {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.5px;
}
.competence-checkout-subtitulo {
    font-size: 14px;
    line-height: 21px;
}
.competence-checkout-ingresso-header h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
.competence-checkout-preco {
    font-size: 14px;
    line-height: 21px;
}
.competence-checkout-preco strong {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}
.competence-checkout-participantes-titulo > span {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 15px;
}
.competence-checkout-participantes-titulo strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.competence-checkout-participantes-titulo small {
    font-size: 14px;
    line-height: 16px;
}
.competence-participante-titulo > .dashicons {
    width: 46px;
    height: 46px;
    font-size: 23px;
}
.competence-participante-titulo strong {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}
.competence-participante-titulo small {
    font-size: 14px;
    line-height: 18px;
}
.competence-participante-selecionado .competence-participante-funcao {
    font-size: 14px;
    line-height: 1.3em;
}
.competence-participante-selecionado strong {
    font-size: 16px;
    line-height: 20px;
}
.competence-checkout-evento button.competence-adicionar-participante[type="button"] {
    min-height: 48px !important;
    padding: 11px 18px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
.competence-checkout-evento button.competence-adicionar-participante[type="button"] > span {
    font-size: 22px !important;
    line-height: 1 !important;
}
.competence-checkout-evento button.competence-trocar-participante[type="button"] {
    min-height: 38px !important;
    font-size: 12px !important;
    line-height: 17px !important;
}
.competence-checkout-evento button#competence-continuar-pagamento[type="submit"] {
    min-height: 40px !important;
    padding: 9px 18px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}

@media (max-width: 600px) {
    .competence-checkout-box > h1 { font-size: 24px; }
    .competence-checkout-participantes-titulo strong { font-size: 14px; }
    .competence-participante-titulo strong { font-size: 14px; }
}
.competence-modal-novo-competidor:hover { color: #020202; text-decoration: underline; }
.competence-modal-opcao-rapida[hidden] { display: none !important; }
.competence-resultado-usuario.competence-resultado-incompativel {
    color: #8a8a8a;
    background: #f5f5f5;
    cursor: not-allowed;
    opacity: .65;
}
.competence-resultado-usuario.competence-resultado-incompativel:hover { background:#f5f5f5; }
.competence-resultado-incompativel > span { display:none; }
.competence-resultado-usuario .competence-sexo-incompativel {
    margin-top:3px;
    color:#b42318;
    font-weight:600;
}
.competence-modal-opcao-label {
    display: block; margin: 0 0 6px; color: #777; font-size: 13px; line-height: 1.2;
}
.competence-opcao-usuario-principal {
    display: flex; align-items: center; gap: 9px;
    width: 100%; min-height: 50px; padding: 7px 9px !important;
    color: #020202 !important; background: #edf4ff !important;
    border: 1px solid #F5AE3C !important; border-radius: 7px !important;
    text-align: left; box-shadow: none !important; cursor: pointer;
}
.competence-opcao-usuario-principal:hover,
.competence-opcao-usuario-principal:focus {
    background: #e3efff !important; border-color: #F5AE3C !important; outline: none;
}
.competence-opcao-usuario-principal img {
    width: 35px; height: 35px; flex: 0 0 35px;
    object-fit: cover; border-radius: 50%; background: #d8dfe8;
}
.competence-opcao-usuario-principal > span {
    display: flex; flex: 1; min-width: 0; flex-direction: column; gap: 2px;
}
.competence-opcao-usuario-principal strong {
    overflow: hidden; color: #020202; font-size: 13px; line-height: 1.2;
    text-overflow: ellipsis; white-space: nowrap;
}
.competence-opcao-usuario-principal small { color: #666; font-size: 7px; line-height: 1.2; }
.competence-opcao-usuario-principal b { color: #020202; font-size: 17px; font-weight: 400; }
.competence-modal-ou {
    display: flex; align-items: center; gap: 8px; margin: 11px 0 10px; color: #888;
}
.competence-modal-ou::before,
.competence-modal-ou::after { content: ""; height: 1px; flex: 1; background: #ddd; }
.competence-modal-ou span { font-size: 8px; }
.competence-modal-participante-overlay { background: rgba(245, 174, 60, .58); }

/* Medidas finais do modal de alteração do atleta principal */
.competence-modal-participante-dialog {
    box-sizing: border-box;
    width: 400px;
    max-width: calc(100vw - 30px);
    padding: 23px 34px 27px;
    border-radius: 8px;
}
.competence-modal-fechar {
    top: 7px; right: 8px;
    width: 25px; height: 25px;
    font-size: 22px;
}
.competence-modal-participante h2 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 20px;
}
.competence-modal-participante p {
    margin: 0 0 13px;
    font-size: 13px;
    line-height: 13px;
}
.competence-modal-opcao-label {
    margin-bottom: 5px;
    font-size: 13px;
}
.competence-opcao-usuario-principal {
    min-height: 50px;
    padding: 6px 8px !important;
    border-radius: 7px !important;
}
.competence-opcao-usuario-principal img {
    width: 34px; height: 34px; flex-basis: 34px;
}
.competence-opcao-usuario-principal strong { font-size: 13px; }
.competence-opcao-usuario-principal small { font-size: 13px; }
.competence-modal-ou {
    margin: 10px 0 10px;
    gap: 8px;
}
.competence-modal-participante label {
    margin-bottom: 6px;
    font-size: 13px;
}
.competence-modal-campo-busca {
    gap: 5px;
}
.competence-modal-campo-busca input {
    height: 38px;
    min-height: 38px;
    padding: 0 11px;
    border-radius: 7px;
    font-size: 10px;
}
.competence-modal-campo-busca button {
    flex: 0 0 29px;
    width: 29px;
    min-width: 29px;
    height: 29px;
    margin-top: 4px;
    border-radius: 5px;
}
.competence-modal-campo-busca button svg { width: 13px; height: 13px; }
.competence-modal-instrucao {
    margin-top: 5px;
    font-size: 13px;
}
.competence-modal-status:empty { display: none; }
.competence-modal-novo-competidor {
    margin-top: 10px;
    font-size: 10px;
}

@media (max-width: 520px) {
    .competence-modal-participante-dialog { padding: 25px 20px 22px; }
}

/* Participantes — cores e proporções do layout de referência */
.competence-checkout-participantes {
    background: #fafafa;
    border: 1px solid #e4e4e4;
    border-radius: 9px;
}
.competence-participante-box {
    padding: 11px 12px;
    background: #fff;
    border: 1px dashed #d7d7d7;
    border-radius: 7px;
}
.competence-participante-titulo { margin-bottom: 9px; }
.competence-participante-titulo > .dashicons {
    width: 33px; height: 33px;
    color: #020202; background: #d9efff;
}
.competence-participante-titulo strong {
    color: #272727; font-size: 16px; line-height: 1.2; font-weight: 600;
}
.competence-participante-titulo small {
    color: #767676; font-size: 14px; line-height: 1.3;
}
.competence-adicionar-participante {
    display: flex; align-items: center; justify-content: center;
    width: 100%; min-height: 33px; padding: 7px 14px;
    color: #fff !important; background: #F5AE3C !important;
    border: 0 !important; border-radius: 5px !important;
    box-shadow: 0 2px 4px rgba(245, 174, 60, .20) !important;
    font-size: 10px; line-height: 1.2; font-weight: 700;
    transition: background-color .18s ease, transform .18s ease;
}
.competence-adicionar-participante:hover,
.competence-adicionar-participante:focus {
    color: #fff !important; background: #F5AE3C !important;
    transform: translateY(-1px);
}
.competence-adicionar-participante span {
    margin-right: 7px; color: #fff; font-size: 17px; line-height: 1; font-weight: 300;
}
.competence-participante-selecionado {
    min-height: 43px; padding: 8px 10px;
    border-color: #F5AE3C; border-radius: 6px; background: #eff7ff;
}
.competence-trocar-participante { color: #020202; font-size: 9px; }

.competence-participante-selecionado {
    gap: 10px;
    min-height: 48px;
    padding: 9px 10px;
    background: #f7fbff;
    border: 1px solid #F5AE3C;
    border-radius: 7px;
}
.competence-participante-selecionado img {
    width: 36px; height: 36px; flex-basis: 36px;
    border: 2px solid #d7edff;
}
.competence-participante-selecionado strong {
    color: #292929; font-size: 11px; line-height: 1.25;
}
.competence-participante-selecionado strong::after {
    content: "✓";
    display: inline-grid; place-items: center;
    width: 13px; height: 13px; margin-left: 5px;
    color: #fff; background: #5fbd6a; border-radius: 50%;
    font-size: 8px; vertical-align: 1px;
}
.competence-participante-selecionado small {
    margin-top: 2px; color: #777; font-size: 8px;
}
.competence-trocar-participante {
    flex: 0 0 auto; min-height: 28px; padding: 5px 10px;
    color: #020202 !important; background: #fff !important;
    border: 1px solid #F5AE3C !important; border-radius: 5px !important;
    font-size: 9px; line-height: 1; font-weight: 700;
}
.competence-trocar-participante:hover,
.competence-trocar-participante:focus {
    color: #fff !important; background: #F5AE3C !important;
}

/* Composição fiel do seletor de atletas */
.competence-checkout-participantes {
    margin: 14px 16px 18px;
    padding: 14px 13px 17px;
    background: #f5fbf5;
    border: 1px solid #8acb91;
    border-radius: 8px;
}
.competence-checkout-participantes-titulo {
    align-items: center;
    margin-bottom: 11px;
}
.competence-checkout-participantes-titulo > span {
    color: #fff; background: #39a34b;
    font-size: 12px; font-weight: 700;
}
.competence-checkout-participantes-titulo strong {
    color: #191919; font-size: 16px; line-height: 1.2;
}
.competence-checkout-participantes-titulo small {
    color: #757575; font-size: 14px; line-height: 1.3;
}
.competence-participante-box {
    margin: 0 0 8px;
    padding: 11px;
    background: #fff;
    border-radius: 6px;
}
.competence-participante-box.eh-principal {
    border: 1px solid #8acb91;
}
.competence-participante-box.eh-principal .competence-participante-titulo {
    display: none;
}
.competence-participante-box.eh-adicional {
    padding: 11px 12px;
    border: 1px dashed #d8d8d8;
}
.competence-participante-box.eh-adicional .competence-participante-titulo {
    margin-bottom: 9px;
}
.competence-participante-titulo > .dashicons {
    width: 45px; height: 45px;
    color: #020202; background: #d9efff;
    font-size: 18px;
}
.competence-participante-selecionado {
    display: flex;
    flex-wrap: wrap;
    gap: 0 9px;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.competence-participante-selecionado img {
    grid-row: span 2;
    width: 38px; height: 38px; flex: 0 0 38px;
    margin-bottom: 8px;
    background: #d7dde1;
    border: 0;
    filter: grayscale(1);
}
.competence-participante-selecionado > div {
    justify-content: center;
    min-width: 0;
}
.competence-participante-selecionado .competence-participante-funcao {
    display: flex; align-items: center; gap: 5px;
    margin: 0 0 2px;
    color: #359b43; font-size: 16px; line-height: 1.2;
}
.competence-participante-funcao span {
    color: #359b43; font-size: 10px; font-weight: 700;
}
.competence-participante-selecionado strong {
    color: #111; font-size: 13px; line-height: 1.25; font-weight: 700;
}
.competence-participante-selecionado strong::after { display: none; }
.competence-trocar-participante {
    flex: 1 0 100%;
    width: 100%; min-height: 29px;
    padding: 6px 10px;
    color: #319844 !important; background: #edf8ee !important;
    border: 1px solid #8acb91 !important; border-radius: 6px !important;
    font-size: 13px; line-height: 1; font-weight: 700;
}
.competence-trocar-participante span {
    margin-right: 5px; font-size: 11px;
}
.competence-trocar-participante:hover,
.competence-trocar-participante:focus {
    color: #fff !important; background: #39a34b !important;
}

/* DEFINIÇÃO FINAL DO MODAL — deve permanecer no fim do arquivo */
.competence-modal-participante .competence-modal-participante-dialog {
    box-sizing: border-box !important;
    width: 600px !important;
    max-width: calc(100vw - 32px) !important;
    padding: 34px 50px 36px !important;
    border-radius: 12px !important;
}
.competence-modal-participante .competence-modal-participante-dialog h2 {
    margin: 0 0 9px !important;
    font-size: 24px !important;
    line-height: 31px !important;
    font-weight: 700 !important;
}
.competence-modal-participante .competence-modal-participante-dialog p {
    margin: 0 0 20px !important;
    font-size: 14px !important;
    line-height: 21px !important;
}
.competence-modal-participante .competence-modal-participante-dialog label {
    margin: 0 0 8px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
.competence-modal-participante .competence-modal-campo-busca {
    gap: 9px !important;
}
.competence-modal-participante .competence-modal-campo-busca input {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 56px !important;
}
.competence-modal-participante .competence-modal-instrucao {
    margin-top: 7px !important;
    font-size: 12px !important;
    line-height: 17px !important;
}
.competence-modal-participante .competence-modal-novo-competidor {
    margin-top: 19px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
.competence-modal-participante button#competence-executar-busca[type="button"] {
    flex: 0 0 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin-top: 7px !important;
    border-radius: 8px !important;
}
.competence-modal-participante button#competence-executar-busca[type="button"] svg {
    width: 18px !important;
    height: 18px !important;
}
.competence-modal-participante button.competence-modal-fechar[type="button"] {
    top: 11px !important;
    right: 13px !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    font-size: 31px !important;
}
.competence-modal-participante .competence-modal-opcao-label {
    margin-bottom: 8px !important;
    font-size: 12px !important;
    line-height: 17px !important;
}
.competence-modal-participante button.competence-opcao-usuario-principal[type="button"] {
    min-height: 66px !important;
    padding: 9px 12px !important;
    border-radius: 9px !important;
}
.competence-modal-participante .competence-opcao-usuario-principal img {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
}
.competence-modal-participante .competence-opcao-usuario-principal strong {
    font-size: 13px !important;
    line-height: 18px !important;
}
.competence-modal-participante .competence-opcao-usuario-principal small {
    font-size: 11px !important;
    line-height: 16px !important;
}
.competence-modal-participante .competence-modal-ou {
    margin: 15px 0 !important;
}
.competence-modal-participante .competence-modal-nao-cadastrado[hidden] { display:none!important; }
.competence-modal-participante .competence-modal-nao-cadastrado {
    display:flex;
    flex-direction:column;
}
.competence-modal-participante .competence-modal-nao-cadastrado > input,
.competence-modal-participante .competence-modal-nao-cadastrado > select {
    box-sizing:border-box!important;
    width:100%!important;
    height:52px!important;
    min-height:52px!important;
    margin:0 0 16px!important;
    padding:0 16px!important;
    color:#222!important;
    background:#fff!important;
    border:1px solid #c4c4c4!important;
    border-radius:10px!important;
    box-shadow:none!important;
    font-family:var(--competence-font-family)!important;
    font-size:15px!important;
}
.competence-modal-participante button.competence-modal-novo-competidor[type="button"] {
    display:block!important;
    width:100%!important;
    padding:0!important;
    color:#020202!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    text-align:center!important;
    font-weight:700!important;
    cursor:pointer!important;
}
.competence-modal-participante .competence-nao-cadastrado-acoes {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:4px;
}
.competence-modal-participante .competence-nao-cadastrado-acoes button {
    min-height:46px!important;
    padding:10px 14px!important;
    border:1px solid #c4c4c4!important;
    border-radius:9px!important;
    font-family:var(--competence-font-family)!important;
    font-size:14px!important;
    font-weight:700!important;
    cursor:pointer!important;
}
.competence-modal-participante .competence-nao-cadastrado-voltar {
    color:#333!important;
    background:#fff!important;
}
.competence-modal-participante .competence-nao-cadastrado-adicionar {
    color:#fff!important;
    background:#F5AE3C!important;
    border-color:#F5AE3C!important;
}

.competence-modal-participante .competence-modal-campo-kit[hidden] {
    display: none !important;
}

.competence-modal-participante .competence-modal-campo-kit {
    display: block;
    margin: 4px 0 16px;
    padding: 14px;
    background: #edf6fb;
    border: 1px solid #F5AE3C;
    border-radius: 12px;
}

.competence-modal-participante .competence-modal-campo-kit label {
    margin: 0 0 7px;
    color: #020202;
    font-size: 13px;
    font-weight: 700;
}

.competence-modal-participante .competence-modal-campo-kit label b {
    color: #020202;
}

.competence-modal-participante .competence-modal-campo-kit select {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    color: #020202 !important;
    background: #fff !important;
    border: 1px solid #b9c8d3 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-family: var(--competence-font-family) !important;
    font-size: 14px !important;
}

.competence-modal-participante .competence-modal-campo-kit select:focus {
    border-color: #F5AE3C !important;
    outline: 2px solid rgba(245, 174, 60, .15) !important;
}

.competence-modal-participante .competence-modal-campo-kit.tem-erro {
    border-color: #b42318;
}

.competence-modal-participante .competence-modal-campo-kit.tem-erro select {
    border-color: #b42318 !important;
}

.competence-modal-participante .competence-modal-campo-kit > small {
    display: block;
    margin-top: 7px;
    color: #020202;
    font-size: 10px;
    line-height: 1.45;
}

.competence-modal-participante .competence-modal-kit-erro[hidden] {
    display: none !important;
}

.competence-modal-participante .competence-modal-kit-erro {
    display: block;
    margin-top: 7px;
    color: #b42318;
    font-size: 11px;
    font-weight: 700;
}

.competence-modal-participante .competence-modal-campo-kit-confirmacao {
    margin-top: 0;
}

@media (max-width: 640px) {
    .competence-modal-participante .competence-modal-participante-dialog {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        padding: 30px 22px 28px !important;
    }
}

/* Federação dos participantes adicionais */
.competence-participante-federacao[hidden],
.competence-federado-codigo[hidden] {
    display: none !important;
}
.competence-participante-federacao {
    margin-top: 11px;
    padding-top: 11px;
    border-top: 1px solid #e5e8eb;
}
.competence-federado-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #30343a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
}
.competence-federado-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #F5AE3C;
}
.competence-federado-codigo {
    margin-top: 10px;
}
.competence-federado-codigo label {
    display: block;
    margin-bottom: 6px;
    color: #35383d;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
.competence-federado-codigo input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    color: #222;
    background: #fff;
    border: 1px solid #cfd5db;
    border-radius: 6px;
    font-family: var(--competence-font-family);
    font-size: 13px;
    outline: none;
}
.competence-federado-codigo input[type="text"]:focus {
    border-color: #F5AE3C;
    box-shadow: 0 0 0 2px rgba(245, 174, 60, .12);
}

/* ============================================================
   CHECKOUT DE INSCRICOES — CARDS POR INGRESSO
   Mantem intactos os seletores usados em assets/js/inscricao.js.
   ============================================================ */

.competence-checkout-evento {
    --inscricao-ink: #020202;
    --inscricao-blue: #F5AE3C;
    --inscricao-accent: #F5AE3C;
    --inscricao-paper: #F5F5F5;
    --inscricao-line: #d8d3c7;
    padding: 54px 24px 90px;
    color: var(--inscricao-ink);
    background: var(--inscricao-paper);
}

.competence-checkout-evento .competence-checkout-box {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.competence-checkout-evento .competence-checkout-voltar {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 34px;
    padding: 5px 14px;
    color: #020202;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid var(--inscricao-line);
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
}

.competence-checkout-evento .competence-checkout-etapas {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    gap: 0;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
}

.competence-checkout-evento .competence-checkout-etapa {
    position: static;
    display: flex;
    flex: 0 0 160px;
    flex-direction: column;
    align-items: center;
    padding: 0;
    color: #777;
    background: transparent;
    border: 0;
    font-size: 12px;
    text-align: center;
}

.competence-checkout-evento .competence-checkout-etapa:first-child::after {
    content: none;
}

.competence-checkout-evento .competence-checkout-etapa > span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    color: inherit;
    background: #eee;
    border: 0;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}

.competence-checkout-evento .competence-checkout-etapa strong {
    align-self: auto;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.competence-checkout-evento .competence-checkout-etapa small {
    display: block;
    color: inherit;
    font-size: 12px;
}

.competence-checkout-evento .competence-checkout-etapa.ativo {
    color: var(--inscricao-blue);
    background: transparent;
}

.competence-checkout-evento .competence-checkout-etapa.ativo > span {
    color: #fff;
    background: var(--inscricao-blue);
}

.competence-checkout-evento .competence-checkout-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background: #dfe4eb;
}

.competence-checkout-evento .competence-checkout-box > h1 {
    max-width: 720px;
    margin: 0 0 10px;
    color: var(--inscricao-ink);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
}

.competence-checkout-evento .competence-checkout-subtitulo {
    max-width: 650px;
    margin: 0 0 42px;
    color: #686258;
    font-size: 13px;
    line-height: 1.65;
}

.competence-checkout-evento #competence-form-participantes {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.competence-checkout-evento .competence-checkout-ingresso {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 0 24px;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ded9cf;
    border-top: 5px solid var(--inscricao-blue);
    border-radius: 14px;
    box-shadow: 0 12px 38px rgba(245, 174, 60, 0.07);
}

.competence-checkout-evento .competence-checkout-ingresso::after {
    content: "INGRESSO";
    position: absolute;
    top: 20px;
    right: 22px;
    color: #a19b90;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.competence-checkout-evento .competence-checkout-ingresso-imagem {
    grid-column: 1;
    grid-row: 1;
    width: 150px;
    height: 118px;
    margin: 0;
    overflow: hidden;
    background: #e8e5de;
    border-radius: 9px;
}

.competence-checkout-evento .competence-checkout-ingresso-imagem img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.competence-checkout-evento .competence-checkout-ingresso-header {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    min-width: 0;
    padding: 22px 4px 10px 0;
    background: transparent;
    border: 0;
    align-items: center !important;
}

.competence-checkout-evento .competence-checkout-ingresso-header h2 {

    color: var(--inscricao-ink);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.competence-checkout-evento .competence-checkout-ingresso-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
}

.competence-checkout-evento .competence-ingresso-tag {
    min-height: 22px;
    padding: 2px 9px;
    border-radius: 100px;
    font-size: 9px;
    font-weight: 700;
}

.competence-checkout-evento .competence-checkout-preco {
    flex: 0 0 auto;
    padding-right: 2px;
    color: #7b756a;
    font-size: 10px;
    text-align: right;
}

.competence-checkout-evento .competence-checkout-preco strong {
    display: block;
    margin-top: 3px;
    color: var(--inscricao-ink);
    font-size: 21px;
    line-height: 1;
}

.competence-checkout-evento .competence-checkout-participantes {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin: 20px 0 0;
    padding: 22px 0 0;
    background: transparent;
    border: 0;
    border-top: 1px solid #e5e1d9;
    border-radius: 0;
}

.competence-checkout-evento .competence-checkout-participantes-titulo {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 5px;
}

.competence-checkout-evento .competence-checkout-participantes-titulo > span {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--inscricao-accent);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.competence-checkout-evento .competence-checkout-participantes-titulo strong {
    color: var(--inscricao-ink);
    font-size: 17px;
    font-weight: 800;
}

.competence-checkout-evento .competence-checkout-participantes-titulo small {
    color: #837d73;
    font-size: 10px;
}

.competence-checkout-evento .competence-participante-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    margin: 0;
    padding: 18px;
    background: #faf9f6;
    border: 1px solid #ddd8ce;
    border-radius: 11px;
    box-shadow: none;
}

.competence-checkout-evento .competence-equipe-card {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d7dde2;
    border-radius: 12px;
}

.competence-checkout-evento .competence-equipe-card.pessoas-1 {
    grid-template-columns: 1fr;
}

.competence-checkout-evento .competence-equipe-card .competence-participante-box::after {
    display: none;
}

.competence-checkout-evento .competence-equipe-card-header {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    padding: 8px 14px;
    background: #eef7fb;
    border-bottom: 1px solid #d4e5ed;
}

.competence-checkout-evento .competence-equipe-card-header span {
    color: #020202;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.competence-checkout-evento .competence-equipe-card-header small {
    padding: 3px 9px;
    color: #020202;
    background: #fff;
    border: 1px solid #F5AE3C;
    border-radius: 100px;
    font-size: 9px;
    font-weight: 700;
}

.competence-checkout-evento .competence-participante-box.eh-principal,
.competence-checkout-evento .competence-participante-box.eh-adicional {
    padding: 18px;
    background: #fff;
    border: 0;
    border-radius: 0;
}

.competence-checkout-evento .competence-participante-box.eh-adicional {
    background: #fbfdfe;
    border-top: 1px solid #e0e5e9;
    border-left: 0;
}

.competence-checkout-evento .competence-participante-box::after {
    content: attr(data-participante);
    position: absolute;
    top: 12px;
    right: 14px;
    color: #a9a399;
    font-size: 9px;
    font-weight: 800;
}

.competence-checkout-evento .competence-participante-titulo,
.competence-checkout-evento .competence-participante-box.eh-adicional .competence-participante-titulo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
}

.competence-checkout-evento .competence-participante-box.eh-principal .competence-participante-titulo[hidden],
.competence-checkout-evento .competence-participante-titulo[hidden] { display: none !important; }

.competence-checkout-evento .competence-participante-titulo > .dashicons {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: var(--inscricao-blue);
    background: #e8eefc;
    border-radius: 50%;
    font-size: 16px;
}

.competence-checkout-evento .competence-participante-titulo strong {
    color: var(--inscricao-ink);
    font-size: 13px;
    font-weight: 800;
}

.competence-checkout-evento .competence-participante-titulo small {
    color: #817b71;
    font-size: 10px;
}

.competence-checkout-evento .competence-participante-selecionado {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.competence-checkout-evento .competence-participante-selecionado[hidden] { display: none !important; }

.competence-checkout-evento .competence-participante-selecionado img {
    grid-row: auto;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    margin: 0;
    object-fit: cover;
    filter: none;
    background: #dce1e6;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #cdd4dc;
}

.competence-checkout-evento .competence-participante-selecionado > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.competence-checkout-evento .competence-participante-selecionado .competence-participante-funcao {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 3px;
    color: #4f6a59;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.competence-checkout-evento .competence-participante-selecionado strong {
    overflow: hidden;
    color: var(--inscricao-ink);
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.competence-checkout-evento button.competence-adicionar-participante[type="button"] {
    width: 100%;
    min-height: 40px;
    padding: 8px 16px;
    color: var(--inscricao-blue) !important;
    background: #fff !important;
    border: 1px solid #F5AE3C !important;
    border-radius: 100px !important;
    box-shadow: none !important;
    font-size: 11px;
}

.competence-checkout-evento button.competence-adicionar-participante[type="button"]:hover,
.competence-checkout-evento button.competence-adicionar-participante[type="button"]:focus {
    color: #fff !important;
    background: var(--inscricao-blue) !important;
    transform: none;
}

.competence-checkout-evento button.competence-trocar-participante[type="button"] {
    flex: 0 0 auto;
    width: auto;
    min-height: 34px;
    padding: 7px 12px;
    color: #020202 !important;
    background: #fff !important;
    border: 1px solid #cdd2d9 !important;
    border-radius: 100px !important;
    font-size: 9px;
    white-space: nowrap;
}

.competence-checkout-evento button.competence-trocar-participante[type="button"]:hover,
.competence-checkout-evento button.competence-trocar-participante[type="button"]:focus {
    color: var(--inscricao-blue) !important;
    background: #eef3ff !important;
}

.competence-checkout-evento .competence-participante-federacao {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e3dfd7;
}

.competence-checkout-evento .competence-checkout-continuar {
    display: flex;
    justify-content: flex-end;
    margin: 4px 0 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.competence-checkout-evento button#competence-continuar-pagamento[type="submit"] {
    width: auto;
    min-width: 220px;
    min-height: 52px;
    padding: 12px 28px;
    color: #fff;
    background: var(--inscricao-accent);
    border: 0;
    border-radius: 100px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 800;
}

.competence-checkout-evento button#competence-continuar-pagamento[type="submit"]:hover {
    background: #F5AE3C;
    transform: translateY(-1px);
}

@media (max-width: 800px) {
    .competence-checkout-evento .competence-checkout-ingresso {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 0 16px;
        padding: 16px;
    }

    .competence-checkout-evento .competence-checkout-ingresso-imagem {
        width: 110px;
        height: 100px;
    }

    .competence-checkout-evento .competence-checkout-ingresso-header h2 { font-size: 19px; }
    .competence-checkout-evento .competence-checkout-participantes { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .competence-checkout-evento { padding: 34px 14px 70px; }
    .competence-checkout-evento .competence-checkout-etapa { flex-basis: 120px; }
    .competence-checkout-evento .competence-checkout-etapa strong,
    .competence-checkout-evento .competence-checkout-etapa small { display: block; font-size: 10px; }
    .competence-checkout-evento .competence-checkout-box > h1 { font-size: 25px; }

    .competence-checkout-evento .competence-checkout-ingresso {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 0 12px;
        padding: 12px;
        border-radius: 11px;
    }

    .competence-checkout-evento .competence-checkout-ingresso::after { display: none; }

    .competence-checkout-evento .competence-checkout-ingresso-imagem {
        width: 82px;
        height: 82px;
    }

    .competence-checkout-evento .competence-checkout-ingresso-header {
        align-items: center;
        flex-direction: column;
        gap: 10px;
        padding: 2px 0 0;
    }

    .competence-checkout-evento .competence-checkout-ingresso-header h2 {
        font-size: 17px;
    }

    .competence-checkout-evento .competence-checkout-preco {
        padding: 0;
        text-align: left;
    }

    .competence-checkout-evento .competence-checkout-preco strong {
        display: inline;
        margin-left: 4px;
        font-size: 16px;
    }

    .competence-checkout-evento .competence-checkout-participantes {
        margin-top: 16px;
        padding-top: 18px;
    }

    .competence-checkout-evento .competence-participante-box,
    .competence-checkout-evento .competence-participante-box.eh-principal,
    .competence-checkout-evento .competence-participante-box.eh-adicional {
        padding: 15px;
    }

    .competence-checkout-evento .competence-equipe-card,
    .competence-checkout-evento .competence-equipe-card.pessoas-1 {
        grid-template-columns: 1fr;
    }

    .competence-checkout-evento .competence-participante-box.eh-adicional {
        border-top: 1px solid #e0e5e9;
        border-left: 0;
    }

    .competence-checkout-evento .competence-participante-selecionado {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .competence-checkout-evento .competence-participante-selecionado img {
        width: 42px;
        height: 42px;
    }

    .competence-checkout-evento button.competence-trocar-participante[type="button"] {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 5px;
    }

    .competence-checkout-evento .competence-checkout-continuar { justify-content: stretch; }
    .competence-checkout-evento button#competence-continuar-pagamento[type="submit"] { width: 100%; }
}

/* ============================================================
   FINALIZAR INSCRICAO — WORKSPACE V2
   Nova hierarquia visual, mantendo todos os estados funcionais.
   ============================================================ */

.competence-checkout-evento {
    padding: 46px 26px 110px;
    background:
        linear-gradient(180deg, #ece9e1 0 310px, #f7f6f2 310px 100%);
}

.competence-checkout-evento .competence-checkout-box {
    max-width: 1160px;
    padding: 0;
    background: transparent;
}

.competence-checkout-evento .competence-checkout-intro {
    position: relative;
    margin-bottom: 34px;
    padding: 28px clamp(26px, 5vw, 64px) 44px;
    overflow: hidden;
    color: #fff;
    background: #020202;
    border-radius: 22px;
}

.competence-checkout-evento .competence-checkout-intro::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    background: #F5AE3C;
    border-radius: 50%;
    opacity: .14;
}

.competence-checkout-evento .competence-checkout-intro-topo {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.competence-checkout-evento .competence-checkout-voltar {
    min-height: 36px;
    margin: 0;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
}

.competence-checkout-evento .competence-checkout-voltar:hover {
    color: #020202;
    background: #F5AE3C;
    border-color: #F5AE3C;
}

.competence-checkout-evento .competence-checkout-seguranca {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .68);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.competence-checkout-evento .competence-checkout-seguranca .dashicons {
    width: 15px;
    height: 15px;
    color: #F5AE3C;
    font-size: 15px;
}

.competence-checkout-evento .competence-checkout-etapas {
    position: relative;
    z-index: 2;
    justify-content: flex-start;
    gap: 18px;
    margin: 0 0 36px;
}

.competence-checkout-evento .competence-checkout-etapa {
    display: grid;
    grid-template-columns: 38px auto;
    grid-template-rows: auto auto;
    flex: 0 1 230px;
    align-items: center;
    column-gap: 11px;
    color: rgba(255, 255, 255, .45);
    text-align: left;
}

.competence-checkout-evento .competence-checkout-etapa > span {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    margin: 0;
    color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .14);
}

.competence-checkout-evento .competence-checkout-etapa strong,
.competence-checkout-evento .competence-checkout-etapa small {
    color: inherit;
    text-align: left;
}

.competence-checkout-evento .competence-checkout-etapa.ativo {
    color: #fff;
}

.competence-checkout-evento .competence-checkout-etapa.ativo > span {
    color: #020202;
    background: #F5AE3C;
    border-color: #F5AE3C;
}

.competence-checkout-evento .competence-checkout-divider {
    display: none;
}

.competence-checkout-evento .competence-checkout-intro-texto {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.competence-checkout-evento .competence-checkout-eyebrow {
    display: block;
    margin-bottom: 11px;
    color: #F5AE3C;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.competence-checkout-evento .competence-checkout-intro .competence-checkout-intro-texto h1,
.competence-checkout-evento .competence-checkout-box > .competence-checkout-intro h1 {
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(36px, 42px, 42px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: -.055em;
}

.competence-checkout-evento .competence-checkout-intro .competence-checkout-subtitulo {
    max-width: 630px;
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 14px;
    line-height: 1.65;
}

.competence-checkout-evento #competence-form-participantes {
    gap: 24px;
}

.competence-checkout-evento .competence-checkout-ingresso {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ded9ce;
    border-top: 1px solid #ded9ce;
    border-radius: 18px;
    box-shadow: none;
}

.competence-checkout-evento .competence-checkout-ingresso::before {
    content: "CATEGORIA";
    position: absolute;
    z-index: 3;
    top: 16px;
    left: 16px;
    padding: 6px 9px;
    color: #020202;
    background: #F5AE3C;
    border-radius: 3px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em;
}

.competence-checkout-evento .competence-checkout-ingresso::after {
    display: none;
}

.competence-checkout-evento .competence-checkout-ingresso-imagem {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 168px;
    margin: 0;
    border-radius: 0;
}

.competence-checkout-evento .competence-checkout-ingresso-header {
    grid-column: 1;
    grid-row: 2;
    align-items: flex-start !important;
    flex-direction: column;
    justify-content: flex-start;
    gap: 17px;
    min-height: 190px;
    padding: 25px 24px 28px;
    background: #020202;
}

.competence-checkout-evento .competence-checkout-ingresso-header h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 24px;
}

.competence-checkout-evento .competence-checkout-ingresso-tags {
    gap: 6px;
}

.competence-checkout-evento .competence-checkout-ingresso-header .competence-ingresso-tag {
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .16);
    border-radius: 4px;
}

.competence-checkout-evento .competence-checkout-preco {
    margin-top: auto;
    color: rgba(255, 255, 255, .5);
    text-align: left;
}

.competence-checkout-evento .competence-checkout-preco strong {
    color: #F5AE3C;
    font-size: 25px;
}

.competence-checkout-evento .competence-checkout-preco-unitario {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .58);
    font-size: 9px;
    line-height: 1.3;
}

.competence-checkout-evento .competence-checkout-participantes {
    grid-column: 2;
    grid-row: 1 / 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 14px;
    margin: 0;
    padding: 31px clamp(24px, 4vw, 44px) 38px;
    background: #fff;
    border: 0;
}

.competence-checkout-evento .competence-checkout-participantes-titulo {
    margin: 0 0 8px;
    padding-bottom: 21px;
    border-bottom: 1px solid #e6e1d8;
}

.competence-checkout-evento .competence-checkout-participantes-titulo > span {
    color: #020202;
    background: #F5AE3C;
    border-radius: 4px;
}

.competence-checkout-evento .competence-equipe-card,
.competence-checkout-evento .competence-equipe-card.pessoas-1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-color: #ded9cf;
    border-radius: 10px;
}

.competence-checkout-evento .competence-equipe-card.pessoas-1 {
    grid-template-columns: minmax(0, 1fr);
}

.competence-checkout-evento .competence-equipe-card-header {
    min-height: 42px;
    padding: 9px 15px;
    background: #f1eee7;
    border-color: #ded9cf;
}

.competence-checkout-evento .competence-equipe-card-header small {
    color: #020202;
    border-color: #F5AE3C;
    border-radius: 4px;
}

.competence-checkout-evento .competence-participante-box.eh-principal,
.competence-checkout-evento .competence-participante-box.eh-adicional {
    min-height: 126px;
    padding: 19px;
    background: #fff;
}

.competence-checkout-evento .competence-participante-box.eh-adicional {
    background: #fcfbf8;
    border-top: 0;
    border-left: 1px solid #e0dbd2;
}

.competence-checkout-evento .competence-participante-titulo > .dashicons {
    color: #020202;
    background: #F5AE3C;
    border-radius: 4px;
}

.competence-checkout-evento button.competence-adicionar-participante[type="button"] {
    color: #020202 !important;
    background: #f7f4ed !important;
    border-color: #d8d1c5 !important;
    border-radius: 5px !important;
}

.competence-checkout-evento button.competence-adicionar-participante[type="button"]:hover,
.competence-checkout-evento button.competence-adicionar-participante[type="button"]:focus {
    color: #020202 !important;
    background: #F5AE3C !important;
    border-color: #F5AE3C !important;
}

.competence-checkout-evento .competence-checkout-continuar {
    position: sticky;
    z-index: 20;
    bottom: 18px;
    align-items: center;
    justify-content: flex-end;
    min-height: 78px;
    margin-top: 6px;
    padding: 13px 16px 13px 24px;
    background: rgba(2, 2, 2, .94);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(2, 2, 2, .2);
    backdrop-filter: blur(10px);
}

.competence-checkout-evento .competence-checkout-continuar::before {
    content: "Participantes preenchidos? Revise os dados antes de avançar.";
    margin-right: auto;
    padding-right: 20px;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
}

.competence-checkout-evento button#competence-continuar-pagamento[type="submit"] {
    min-width: 230px;
    color: #020202;
    background: #F5AE3C;
    border-radius: 6px;
}

@media (max-width: 880px) {
    .competence-checkout-evento .competence-checkout-ingresso {
        grid-template-columns: 205px minmax(0, 1fr);
    }

    .competence-checkout-evento .competence-equipe-card,
    .competence-checkout-evento .competence-equipe-card.pessoas-1 {
        grid-template-columns: minmax(0, 1fr);
    }

    .competence-checkout-evento .competence-participante-box.eh-adicional {
        border-top: 1px solid #e0dbd2;
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .competence-checkout-evento {
        padding: 24px 13px 80px;
    }

    .competence-checkout-evento .competence-checkout-intro {
        padding: 20px 20px 31px;
        border-radius: 14px;
    }

    .competence-checkout-evento .competence-checkout-intro-topo {
        margin-bottom: 25px;
    }

    .competence-checkout-evento .competence-checkout-seguranca {
        display: none;
    }

    .competence-checkout-evento .competence-checkout-etapas {
        gap: 8px;
    }

    .competence-checkout-evento .competence-checkout-etapa {
        grid-template-columns: 32px auto;
        flex: 1;
        column-gap: 8px;
    }

    .competence-checkout-evento .competence-checkout-etapa > span {
        width: 32px;
        height: 32px;
        font-size: 10px;
    }

    .competence-checkout-evento .competence-checkout-etapa small {
        display: none;
    }

    .competence-checkout-evento .competence-checkout-ingresso {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 150px auto auto;
    }

    .competence-checkout-evento .competence-checkout-ingresso-imagem {
        grid-column: 1;
        grid-row: 1;
        height: 150px;
    }

    .competence-checkout-evento .competence-checkout-ingresso-header {
        grid-column: 1;
        grid-row: 2;
        min-height: 0;
        padding: 22px;
    }

    .competence-checkout-evento .competence-checkout-participantes {
        grid-column: 1;
        grid-row: 3;
        padding: 25px 18px 28px;
    }

    .competence-checkout-evento .competence-checkout-continuar {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        bottom: 8px;
        padding: 14px;
    }

    .competence-checkout-evento .competence-checkout-continuar::before {
        padding: 0 4px;
        text-align: center;
    }

    .competence-checkout-evento button#competence-continuar-pagamento[type="submit"] {
        width: 100%;
    }
}
