/* Detalhes da vaga — seção dados-vaga */

.dados-vaga.dv-section {
    float: none;
    clear: both;
    height: auto;
    overflow: visible;
}

.dados-vaga.dv-section .container {
    float: none;
    clear: both;
}

.dv-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 72px 0 88px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
    float: none;
    clear: both;
}

.dv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.dv-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.dv-card__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.dv-card__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.dv-card__icon--blue {
    background: #f0f6ff;
    border-color: #cfe0ff;
}

.dv-card__icon--pink {
    background: #fff0f6;
    border-color: #ffd0e4;
}

.dv-card__icon--violet {
    background: #f5f0ff;
    border-color: #e2d4ff;
}

.dv-card__title {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    background: linear-gradient(99deg, #ff005c -2%, #06f 40%, #088eff 88%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    float: none;
    display: block;
    width: auto;
    margin-bottom: 0;
}

.dados-vaga.dv-section .dv-card__title {
    float: none;
    margin-bottom: 0;
}

.dados-vaga.dv-section .dv-card__body,
.dados-vaga.dv-section .vaga-conteudo-body {
    float: none;
    clear: none;
    width: 100%;
    max-height: none;
    overflow: visible;
}

.dv-card__body {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5b6a;
    font-weight: 400;
    border-radius: 14px;
    border: 1px solid #dce4f1;
    background: #fff;
    padding: 20px 22px;
    box-shadow: 0 12px 32px rgba(106, 137, 182, 0.08);
    float: none;
    max-height: none;
    overflow: visible;
    clear: none;
    position: relative;
    display: block;
}

.dv-card__body p {
    margin: 0 0 14px;
}

.dv-card__body p:last-child,
.dv-card__body ul:last-child,
.dv-card__body ol:last-child {
    margin-bottom: 0;
}

.dv-card__body strong {
    color: #0f172a;
    font-weight: 600;
}

.dv-card__body ul.vaga-conteudo-list,
.dv-card__body ol {
    margin: 0 0 14px;
    padding-left: 1.35rem;
}

.dv-card__body li {
    margin-bottom: 10px;
}

.dv-card--full {
    grid-column: 1 / -1;
}

/* Itens em blocos (diferenciais) */
.dv-itens-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dv-item-linha {
    margin: 0;
    padding: 14px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5b6a;
    border-bottom: 1px solid #e8eef5;
}

.dv-item-linha:first-child {
    padding-top: 0;
}

.dv-item-linha:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

/* Benefícios — overrides do legado nova-vaga.css */
.dados-vaga.dv-section {
    overflow: visible !important;
    height: auto !important;
}

.dados-vaga.dv-section .dv-beneficios {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 56px;
    padding: 32px 28px 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f0fdf9 0%, #eff6ff 48%, #ffffff 100%);
    border: 1px solid #d7e8f8;
    box-shadow: 0 20px 48px rgba(3, 104, 255, 0.07);
    overflow: visible !important;
    display: flow-root;
}

.dv-beneficios {
    margin-top: 56px;
    padding: 32px 28px 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f0fdf9 0%, #eff6ff 48%, #ffffff 100%);
    border: 1px solid #d7e8f8;
    box-shadow: 0 20px 48px rgba(3, 104, 255, 0.07);
    overflow: visible;
    display: flow-root;
}

.dv-beneficios__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    flex-wrap: wrap;
    float: none;
    clear: both;
    width: 100%;
}

.dados-vaga.dv-section .dv-beneficios__title {
    float: none;
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    gap: 2px;
}

.dv-beneficios__title-main {
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 600;
    line-height: 1.2;
    color: #0f172a;
}

.dv-beneficios__title-accent {
    display: block;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    background: linear-gradient(99deg, #00bfa6 0%, #0368ff 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dv-beneficios__panel {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #dce8f5;
    border-radius: 16px;
    padding: 12px 20px 16px;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    overflow: visible !important;
    display: flow-root;
    position: relative;
}

.dv-beneficios-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.dv-beneficios-list__item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e8eef5;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    box-sizing: border-box;
}

.dv-beneficios-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 12px;
}

.dv-beneficios-list__item:first-child {
    padding-top: 12px;
}

.dv-beneficios-list__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
    border: 1px solid #cfe0ff;
    color: #0368ff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    float: none !important;
}

.dv-beneficios-list__text {
    flex: 1;
    min-width: 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    color: #1e293b;
    float: none !important;
    display: block !important;
    width: auto !important;
    max-height: none !important;
    overflow: visible !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
}

.dv-beneficios__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #b8f0e6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(0, 191, 166, 0.12);
}

.dados-vaga.dv-section .dv-beneficios__head,
.dados-vaga.dv-section .dv-beneficios__title,
.dados-vaga.dv-section .dv-beneficios__title-main,
.dados-vaga.dv-section .dv-beneficios__title-accent,
.dados-vaga.dv-section .dv-beneficios-list,
.dados-vaga.dv-section .dv-beneficios-list__item,
.dados-vaga.dv-section .dv-beneficios-list__icon,
.dados-vaga.dv-section .dv-beneficios-list__text {
    float: none !important;
}

@media (max-width: 991px) {
    .dv-section {
        padding: 56px 0 64px;
    }

    .dv-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .dv-card--full {
        grid-column: auto;
    }
}

@media (max-width: 575px) {
    .dv-section {
        padding: 40px 0 48px;
    }

    .dv-card__body {
        padding: 16px;
        font-size: 14px;
    }

    .dv-beneficios {
        margin-top: 40px;
        padding: 22px 16px 18px;
        border-radius: 16px;
    }

    .dv-beneficios__head {
        margin-bottom: 16px;
    }

    .dv-beneficios__panel {
        padding: 4px 14px;
    }

    .dv-beneficios-list__item {
        padding: 14px 0;
    }
}
