.oportunidade-detalhe-modal__dialog {
    max-width: 580px;
}

.oportunidade-detalhe-modal {
    border-radius: 16px;
    font-family: Inter, Arial, sans-serif;
    padding: 8px;
}

.oportunidade-detalhe-modal hr {
    border: none;
    height: 1px;
    background-color: #A3B5C4;
}

.oportunidade-detalhe-modal__header {
    border-bottom: 0;
    padding-bottom: 0;
    align-items: flex-start;
}

.oportunidade-detalhe-modal__header-content {
    display: flex;
    flex-direction: column;
}

.oportunidade-detalhe-modal__title {
    font-size: 24px;
    font-weight: 600;
    color: #1E293B;
    line-height: 1.3;
    margin: 0;
}

.oportunidade-detalhe-modal__subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.oportunidade-detalhe-modal__code {
    font-size: 16px;
    color: #1E293B;
    font-weight: 400;
}

.oportunidade-detalhe-modal__badge {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 4px;
    border: 0;
    background: rgba(163, 181, 196, 0.35);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 400;
    line-height: 1.4;
}

.oportunidade-detalhe-modal__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#oportunidadeDetalheContent {
    display: flex;
    flex-direction: column;
}

.oportunidade-detalhe-modal__loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.oportunidade-detalhe-modal__info-box {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.oportunidade-detalhe-modal__info-box p {
    margin: 0;
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
}

.oportunidade-detalhe-modal__label {
    font-weight: 600;
    color: #1a1a2e;
}

.oportunidade-detalhe-modal__section {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.oportunidade-detalhe-modal__section-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.oportunidade-detalhe-modal__section-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oportunidade-detalhe-modal__section-content p {
    margin: 0;
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
}

.oportunidade-detalhe-modal__footer {
    border-top: 0;
    justify-content: center;
    padding-top: 8px;
}

.oportunidade-detalhe-modal__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1A7FC1;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.oportunidade-detalhe-modal__link:hover {
    opacity: 0.8;
    color: #1348ba;
}

@media (max-width: 480px) {
    .oportunidade-detalhe-modal__dialog {
        margin: 16px;
    }

    .oportunidade-detalhe-modal__title {
        font-size: 18px;
    }

    .oportunidade-detalhe-modal__info-box {
        padding: 16px;
    }
}
