/* Job details page */
body.utcareers-job-detail-page {
    background: #F2F4F7;
}

.utc-jdetail-top {
    background: #f8fafc;
    border-bottom: 1px solid #e8eaed;
    padding: 20px 0 56px;
}

.utc-jdetail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #6b7280;
}

.utc-jdetail-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}

.utc-jdetail-breadcrumb a:hover {
    color: #0D47A1;
}

.utc-jdetail-breadcrumb li:last-child {
    color: #9ca3af;
}

.utc-jdetail-header {
    margin-top: -40px;
    padding-bottom: 32px;
}

.utc-jdetail-header-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px;
    box-shadow: 0 4px 24px rgba(13, 71, 161, 0.08);
    border: 1px solid #e8eaed;
}

.utc-jdetail-header__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.utc-jdetail-header__main {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.utc-jdetail-header__logo {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    object-fit: contain;
    border: 1px solid #e8eaed;
    background: #f9fafb;
    flex-shrink: 0;
}

.utc-jdetail-header__logo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 24px;
}

.utc-jdetail-header__title {
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 700;
    margin: 0 0 10px;
    color: #1F2937;
    line-height: 1.3;
}

.utc-jdetail-header__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.utc-jdetail-header__company {
    margin: 0;
    font-size: 15px;
    color: #6b7280;
}

.utc-jdetail-header__company span {
    color: #1F2937;
    font-weight: 600;
}

.utc-jdetail-header__actions {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.utc-jdetail-bookmark {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    background: #f9fafb;
    color: #0D47A1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    padding: 0;
    text-decoration: none;
}

.utc-jdetail-bookmark:hover {
    background: #E8EDF5;
    border-color: #D6E4F5;
    color: #0D47A1;
}

.utc-jdetail-bookmark.is-active {
    background: #E8EDF5;
    border-color: #0D47A1;
}

.utc-jdetail-apply-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.utc-jdetail-deadline {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    text-align: right;
}

.utc-jdetail-deadline strong {
    color: #c2410c;
    font-weight: 600;
}

.utc-btn--expired {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    cursor: default;
}

.utc-btn--applied {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
    cursor: default;
}

.utc-jdetail-alert {
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}

.utc-jdetail-body {
    padding-bottom: 48px;
}

.utc-jdetail-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: start;
}

.utc-jdetail-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 20px;
}

.utc-jdetail-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #1F2937;
}

.utc-jdetail-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #374151;
}

.utc-jdetail-desc ul,
.utc-jdetail-desc ol {
    padding-left: 1.25rem;
}

.utc-jdetail-desc h1,
.utc-jdetail-desc h2,
.utc-jdetail-desc h3,
.utc-jdetail-desc h4 {
    color: #1F2937;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.utc-jdetail-sidebar .utc-jdetail-card {
    padding: 24px;
}

.utc-jdetail-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.utc-jdetail-highlight {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    background: linear-gradient(135deg, #faf8fc 0%, #F0F4FA 100%);
    border: 1px solid #E3ECF7;
    border-radius: 12px;
}

.utc-jdetail-highlight__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #0D47A1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.utc-jdetail-highlight--location .utc-jdetail-highlight__icon {
    background: #E30613;
}

.utc-jdetail-highlight__body {
    flex: 1;
    min-width: 0;
}

.utc-jdetail-highlight__label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    font-weight: 600;
    margin-bottom: 6px;
}

.utc-jdetail-highlight__value {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 8px;
    margin: 0 0 4px;
    line-height: 1.25;
}

.utc-jdetail-highlight__amount {
    font-size: clamp(17px, 2.2vw, 20px);
    font-weight: 700;
    color: #0D47A1;
    white-space: nowrap;
}

.utc-jdetail-highlight__sep {
    font-size: 16px;
    font-weight: 500;
    color: #c4b5d4;
    flex-shrink: 0;
}

.utc-jdetail-highlight__value--single {
    font-size: clamp(15px, 2vw, 17px);
    font-weight: 600;
    color: #1F2937;
    line-height: 1.45;
    word-break: break-word;
}

.utc-jdetail-highlight__meta {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

.utc-jdetail-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.utc-jdetail-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
}

.utc-jdetail-overview-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.utc-jdetail-overview-item i,
.utc-jdetail-overview-item .ph {
    font-size: 22px;
    color: #0D47A1;
    flex-shrink: 0;
    margin-top: 2px;
}

.utc-jdetail-overview-item__label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
    margin: 0 0 4px;
}

.utc-jdetail-overview-item__value {
    font-size: 14px;
    font-weight: 600;
    color: #1F2937;
    margin: 0;
    line-height: 1.35;
}

.utc-jdetail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.utc-jdetail-share-input {
    display: flex;
    gap: 0;
    margin-bottom: 16px;
}

.utc-jdetail-share-input input {
    flex: 1;
    border: 1px solid #e8eaed;
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 12px 14px;
    font-size: 13px;
    color: #6b7280;
    background: #f9fafb;
}

.utc-jdetail-share-copy {
    border: none;
    border-radius: 0 10px 10px 0;
    background: #0D47A1;
    color: #fff;
    padding: 0 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: 0.2s;
}

.utc-jdetail-share-copy:hover {
    background: #0A3A85;
}

.utc-jdetail-share-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.utc-jdetail-share-icons a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #E8EDF5;
    color: #0D47A1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    text-decoration: none;
}

.utc-jdetail-share-icons a:hover {
    background: #0D47A1;
    color: #fff;
}

.utc-jdetail-map-card {
    padding: 0;
    overflow: hidden;
}

.utc-jdetail-map-card .utc-jdetail-map-head {
    padding: 20px 24px 12px;
}

.utc-jdetail-map-card .utc-jdetail-map-head h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #1F2937;
}

.utc-jdetail-map-card .utc-jdetail-map-head p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.utc-jdetail-map-card #leaflet-map,
.utc-jdetail-map-card .mymap {
    height: 260px !important;
    border-radius: 0 0 16px 16px;
}

.utc-jdetail-map-card .leaflet-container {
    position: relative;
    z-index: 1;
}

.utc-jdetail-related {
    background: #fff;
    border-top: 1px solid #e8eaed;
    padding: 48px 0 64px;
}

.utc-jdetail-related__head {
    margin-bottom: 28px;
}

.utc-jdetail-related__head h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #1F2937;
}

.utc-jdetail-related .utc-jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
    align-items: stretch;
}

.utc-jdetail-related .utc-jobs-grid > .utc-job-card {
    height: 100%;
    min-width: 0;
}

@media (max-width: 1100px) {
    .utc-jdetail-related .utc-jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .utc-jdetail-related .utc-jobs-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .utc-jdetail-layout {
        grid-template-columns: 1fr;
    }

    .utc-jdetail-apply-wrap {
        align-items: flex-start;
    }

    .utc-jdetail-deadline {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .utc-jdetail-header-card {
        padding: 20px;
    }

    .utc-jdetail-header__row {
        flex-direction: column;
    }

    .utc-jdetail-header__actions {
        width: 100%;
        justify-content: space-between;
    }

    .utc-jdetail-overview-grid {
        grid-template-columns: 1fr;
    }

    .utc-jdetail-card {
        padding: 20px;
    }

    .utc-jdetail-header__actions .utc-btn {
        flex: 1;
        min-height: 44px;
        justify-content: center;
    }

    .utc-jdetail-apply-wrap .utc-btn {
        width: 100%;
    }
}
