.car-detail-container {
    padding: 2rem 0;
}

.car-detail-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.car-detail-photos-section {
    margin-bottom: 2rem;
    align-items: flex-start;
}

/* 사진 영역 스타일 */
.car-photos-wrapper {
    position: relative;
    margin-bottom: 2rem;
    padding: 0;
}

@media (min-width: 768px) {
    .car-photos-wrapper {
        padding-right: 0;
    }

    .car-info-section {
        padding: 0px 30px;
    }

    /* PC에서 모바일 전용 섹션 숨기기 */
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .car-info-section {
        padding: 0px 5px;
    }
}




.car-photo-main {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.car-photo-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    background-color: #fff;
}

.car-photo-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
}

.car-photo-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
}

.car-photo-nav:hover:not(:disabled) {
    background-color: rgba(0, 0, 0, 0.7);
}

.car-photo-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.car-photo-prev {
    left: 10px;
}

.car-photo-next {
    right: 10px;
}

.car-encar-link-btn {
    position: absolute;
    top: 15px;
    right: 70px;
    padding: 0.5rem 0.75rem;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #212529;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.car-encar-link-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    color: var(--brand-color, rgb(118, 32, 246));
    text-decoration: none;
}

.car-encar-link-btn:active {
    transform: scale(0.95);
}

.car-encar-link-btn i {
    font-size: 0.875rem;
    pointer-events: none;
}

.car-wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.car-wishlist-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.car-wishlist-btn i {
    font-size: 1.25rem;
    color: #6c757d;
    transition: color 0.3s ease;
    pointer-events: none;
}

.car-wishlist-btn.active i {
    color: var(--brand-color, rgb(118, 32, 246));
}

.car-wishlist-btn.active {
    background-color: rgba(255, 255, 255, 1);
    border-color: var(--brand-color, rgb(118, 32, 246));
}

.car-wishlist-btn:active {
    transform: scale(0.95);
}

.car-photo-thumbnails {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem 0.5rem;
}

.car-photo-thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s;
}

.car-photo-thumbnail.active {
    border-color: var(--brand-color, rgb(118, 32, 246));
}

.car-photo-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.car-rank-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #212529;
    padding-left: 0rem;
    /* 점수 섹션과 동일한 left padding */
    padding-right: 1rem;
}

.car-basic-info {
    margin-bottom: 1rem;
    padding-left: 1rem;
    /* 점수 섹션과 동일한 left padding */
    padding-right: 1rem;
}

.car-price-year-mileage {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 1rem;
    flex-wrap: wrap;
}

.car-price-year-mileage .car-price-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-top: -5px;
}

.car-price-year-mileage .car-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-color, rgb(118, 32, 246));
    line-height: 1.2;
}

.car-price-year-mileage .separator {
    color: #6c757d;
}

.car-price-year-mileage .car-year,
.car-price-year-mileage .car-mileage {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
}

.car-score-section {
    margin-bottom: 1.5rem;
}

.car-score-section h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.75rem;
}

.car-score-analysis {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
}

.score-analysis-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.score-analysis-header h5 {
    font-weight: 600;
    margin-bottom: 0;
    color: #212529;
}


.score-display {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.score-display .score-label {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.95rem;
}

.score-display .score-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-color, rgb(118, 32, 246));
}

.score-loading-message {
    padding: 1.5rem 1rem;
    text-align: center;
}

.score-loading-message p {
    font-size: 0.95rem;
    color: #6c757d;
}

.score-loading-message i {
    color: var(--brand-color, rgb(118, 32, 246));
}

.interaction-info-btn {
    font-size: 0.875rem;
    line-height: 1;
}

.interaction-info-btn:hover {
    opacity: 0.7;
    border-radius: 8px;
}

.car-strengths,
.car-weaknesses {
    margin-bottom: 1rem;
}

.car-strengths h5 {
    color: #28a745;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.car-weaknesses h5 {
    color: #dc3545;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.car-strengths ul,
.car-weaknesses ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.car-strengths li,
.car-weaknesses li {
    padding: 0.25rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.car-strengths li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.car-weaknesses li::before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
}

.price-history-btn {
    padding: 0;
    color: #6c757d;
    text-decoration: none;
    font-size: 0.875rem;
}

.price-history-btn:hover {
    color: var(--brand-color, rgb(118, 32, 246));
}

.car-interaction-section {
    margin-bottom: 1rem;
}

.car-options-section,
.car-performance-section,
.car-insurance-section {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    /* 점수 섹션과 동일한 left padding */
    padding-right: 1rem;
}

.car-interaction-section h5,
.car-options-section h5,
.car-performance-section h5,
.car-insurance-section h5 {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #212529;
}

.car-performance-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.car-interaction-section .interaction-badge-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.interaction-description {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.5;
}

/* 관심정보 배지 스타일 - common.css의 글로벌 스타일 사용 */
.badge.custom-badge.popoverCustom {
    cursor: pointer;
}

.car-options-content {
    display: flex;
    align-items: center;
}

.car-options-content .btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.2;
}

.car-performance-section .btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    line-height: 1.2;
}

.car-performance-badge-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.car-repair-history {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.repair-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.repair-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
}

.repair-list li:last-child {
    border-bottom: none;
}

.insurance-info p {
    margin-bottom: 0.5rem;
}

.insurance-special-notes {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.special-note-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #212529;
}

.special-note-item:last-child {
    margin-bottom: 0;
}

.special-note-item i {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* 모바일 반응형 */
@media (max-width: 767.98px) {
    .car-detail-container {
        padding: 1rem 0;
    }

    .car-detail-wrapper {
        padding: 0 15px;
    }

    /* 모바일에서 왼쪽 컬럼의 차량점수 섹션 숨기기 */
    .car-photos-wrapper .mobile-score-section {
        display: none;
    }

    /* 모바일에서 왼쪽 컬럼의 성능/보험/옵션 섹션 숨기기 */
    .car-photos-wrapper .mobile-detail-section {
        display: none;
    }

    /* 모바일에서 오른쪽 컬럼 내부 순서 조정 */
    .car-info-section {
        display: flex;
        flex-direction: column;
    }

    /* 모바일 전용 섹션 (오른쪽 컬럼) */
    .mobile-only {
        display: none;
    }

    /* 차량점수 섹션을 수출진행절차 위로 이동 (오른쪽 컬럼에서만 표시) */
    .car-info-section .mobile-score-section.mobile-only {
        order: 3;
        display: block !important;
    }

    /* 성능/보험/옵션을 차량점수 아래, 수출진행절차 위로 (오른쪽 컬럼에서만 표시) */
    .car-info-section .mobile-detail-section.mobile-only {
        order: 4;
        margin-top: 1.5rem;
        display: block !important;
    }

    /* 수출진행절차를 성능/보험/옵션 아래로 */
    .car-info-section .mobile-purchase-steps {
        order: 5;
    }

    .car-photo-main {
        height: 100%;
    }

    .car-rank-name {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
        padding-left: 0rem;
        /* 모바일에서 점수 섹션과 동일한 left padding */
        padding-right: 0.35rem;
    }

    .car-basic-info {
        padding-left: 0.75rem;
        /* 모바일에서 점수 섹션과 동일한 left padding */
        padding-right: 0.75rem;
    }

    .car-score-section {
        padding: 1rem 0.75rem;
        /* 모바일에서 점수 섹션과 동일한 좌우 padding */
        margin-bottom: 1rem;
    }

    .car-price-year-mileage .car-price {
        font-size: 1.25rem;
    }

    .car-price-year-mileage {
        font-size: 0.9rem;
    }

    .car-score-section,
    .car-options-section,
    .car-performance-section,
    .car-insurance-section {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .score-display .score-value {
        font-size: 1.2rem;
    }

    .score-analysis-header {
        margin-bottom: 0.5rem;
    }

    .score-analysis-header h5 {
        font-size: 1rem;
    }


    .score-display {
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .score-loading-message {
        padding: 1.25rem 0.75rem;
    }

    .score-loading-message p {
        font-size: 0.875rem;
    }

    .car-photo-thumbnail {
        width: 60px;
        height: 45px;
    }

    .car-photo-nav {
        width: 40px;
        height: 40px;
    }

    .car-encar-link-btn {
        top: 10px;
        right: 55px;
        padding: 0.4rem 0.6rem;
        font-size: 0.8rem;
    }

    .car-encar-link-btn i {
        font-size: 0.8rem;
    }

    .car-wishlist-btn {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }

    .car-wishlist-btn i {
        font-size: 1.1rem;
    }
}

/* PC에서 툴팁 스타일 */
@media (min-width: 768px) {
    .price-history-btn[data-bs-toggle="tooltip"] {
        cursor: help;
    }
}

/* 해외 수출 비용 안내 카드 스타일 */
.car-export-cost-section {
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
}

.car-export-cost-section .card {
    border-radius: 8px;
}

.car-export-cost-section .card-header {
    padding: 0rem 0 0.1rem 0;
}

.car-export-cost-section .card-title {
    font-weight: 600;
    color: #212529;
    font-size: 1.1rem;
}

.car-export-cost-section .card-body {
    padding: 0.75rem 0 1rem 0;
}

.final-cost-range {
    padding-top: 1rem;
}

.final-cost-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #212529;
}

.final-cost-amount {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--brand-color, rgb(118, 32, 246));
    line-height: 1.2;
}

.final-cost-usd {
    font-size: 1.3rem;
}

.final-cost-min,
.final-cost-max {
    color: var(--brand-color, rgb(118, 32, 246));
    font-weight: 700;
}

.final-cost-krw {
    font-size: 0.8rem;
}

.whatsapp-inquiry {
    margin-top: 0.75rem;
}

.whatsapp-inquiry .btn {
    border-color: #128C7E;
    color: #128C7E;
}

.whatsapp-inquiry .btn:hover {
    background-color: #128C7E;
    color: white;
    border-color: #128C7E;
}

.whatsapp-inquiry .btn i {
    font-size: 1.1rem;
}

.car-export-cost-section .nav-pills {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.5rem;
}

.car-export-cost-section .nav-pills .nav-link {
    color: #6c757d;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.car-export-cost-section .nav-pills .nav-link:hover {
    color: var(--brand-color, rgb(118, 32, 246));
    background-color: rgba(118, 32, 246, 0.1);
    border-color: rgba(118, 32, 246, 0.2);
}

.car-export-cost-section .nav-pills .nav-link.active {
    background-color: var(--brand-color, rgb(118, 32, 246));
    color: white;
    border-color: var(--brand-color, rgb(118, 32, 246));
}

.export-cost-info {
    padding: 0rem 0;
}

.cost-range {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #dee2e6;
}

.cost-amount {
    font-size: 0.95rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.cost-min,
.cost-max {
    color: #000;
}

.cost-separator {
    color: #000;
}

.cost-unit {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}

.cost-krw {
    font-size: 0.875rem;
}

.cost-description {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #dee2e6;
}

.car-export-cost-section .alert {
    border-radius: 6px;
    border-left: 4px solid #e0e0e0;
    background-color: #f5f5f5;
    border-color: #e0e0e0;
}

.car-export-cost-section .alert i {
    color: #9e9e9e;
}

/* 모바일 반응형 */
@media (max-width: 767.98px) {
    .car-export-cost-section {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        margin-top: 0;
        padding-top: 0;
    }

    .car-export-cost-section .nav-pills {
        flex-wrap: wrap;
    }

    .car-export-cost-section .nav-pills .nav-link {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem;
        margin-right: 0.25rem;
        margin-bottom: 0.5rem;
    }

    .cost-amount {
        font-size: 0.875rem;
    }

    .cost-range {
        padding: 0.75rem;
    }

    .final-cost-label {
        font-size: 0.875rem;
    }

    .final-cost-amount {
        font-size: 1.15rem;
    }

    .final-cost-usd {
        font-size: 1.15rem;
    }

    .final-cost-krw {
        font-size: 0.75rem;
    }

    .car-export-cost-section .card-title {
        font-size: 1rem;
    }

    .whatsapp-inquiry .btn {
        font-size: 0.875rem;
        padding: 0.4rem 0.75rem;
    }
}

/* 구매절차 섹션 스타일 */
.car-purchase-steps {
    margin-top: 1.5rem;
    padding: 0rem 1rem;
}

.car-purchase-steps h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 1.1rem;
}

/* New Stepper Design */
.process-stepper {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    text-align: center;
    z-index: 1;
}

.step-icon-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.step-icon {
    width: 60px;
    height: 60px;
    background-color: white;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #adb5bd;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.process-step:hover .step-icon {
    border-color: var(--brand-color, rgb(118, 32, 246));
    color: var(--brand-color, rgb(118, 32, 246));
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(118, 32, 246, 0.15);
}

.step-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #e9ecef;
    z-index: 1;
    transform: translateY(-50%);
}

.process-step:last-child .step-line {
    display: none;
}

.step-badge {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--brand-color, rgb(118, 32, 246));
    background-color: rgba(118, 32, 246, 0.1);
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 0.5rem;
}

.step-desc {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.4;
    max-width: 140px;
    margin: 0 auto;
    display: none;
}

/* PC에서 아이콘에 툴팁 커서 */
.step-icon[data-bs-toggle="tooltip"] {
    cursor: help;
}

/* 데스크탑에서 구매절차 */
@media (min-width: 768px) {
    .car-purchase-steps {
        margin-top: 1.5rem;
        padding: 0rem 1rem;
    }
}

/* 모바일에서 구매절차 */
@media (max-width: 767.98px) {
    .car-purchase-steps {
        padding: 0rem 1rem;
        margin-top: 1rem;
    }

    .car-purchase-steps h5 {
        font-size: 1rem;
    }

    .car-purchase-steps .section-header {
        margin-bottom: 1.5rem;
    }

    .process-stepper {
        flex-direction: column;
        gap: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 0;
    }

    .process-step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 1rem;
        padding-bottom: 1.5rem;
        position: relative;
    }

    .process-step:last-child {
        padding-bottom: 0;
    }

    .step-icon-wrapper {
        width: auto;
        margin-bottom: 0;
        flex-shrink: 0;
        position: relative;
    }

    .step-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .step-line {
        position: absolute;
        top: 50px;
        left: 25px;
        /* Center of 50px icon */
        width: 2px;
        height: calc(100% + 1.5rem);
        background-color: #e9ecef;
        transform: none;
    }

    .process-step:last-child .step-line {
        display: none;
    }

    .step-content {
        padding-top: 0.5rem;
        flex: 1;
    }

    .step-badge {
        font-size: 0.65rem;
        padding: 0.15rem 0.4rem;
    }

    .step-title {
        font-size: 0.95rem;
        margin-bottom: 0.35rem;
    }

    .step-desc {
        display: block;
        max-width: none;
        margin: 0;
        font-size: 0.85rem;
        line-height: 1.5;
    }

    /* 모바일에서 아이콘 툴팁 비활성화 */
    .step-icon[data-bs-toggle="tooltip"] {
        cursor: default;
    }
}

/* 차량점수 가산/감점 요인 */
.score-factors-wrapper {
    margin-top: 0;
}

.score-factors-positive,
.score-factors-negative {
    padding: 1rem;
    margin-bottom: 0.75rem;
    border-radius: 6px;
    background-color: #f8f9fa;
}

.score-factors-positive {
    border-left: 4px solid #28a745;
}

.score-factors-negative {
    border-left: 4px solid #6c757d;
}

.score-factors-positive:last-child,
.score-factors-negative:last-child {
    margin-bottom: 0;
}

.score-factors-positive h6,
.score-factors-negative h6 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.score-factors-positive h6 {
    color: #155724;
}

.score-factors-negative h6 {
    color: #495057;
}

.score-factors-positive h6 i {
    color: #28a745;
}

.score-factors-negative h6 i {
    color: #6c757d;
}

.score-factors-positive ul,
.score-factors-negative ul {
    margin: 0;
    padding-left: 1.5rem;
    list-style: none;
}

.score-factors-positive ul li,
.score-factors-negative ul li {
    position: relative;
    padding-left: 0.5rem;
    margin-bottom: 0.45rem;
    font-size: 0.85rem;
    line-height: 1.5;
}

.score-factors-positive ul li:last-child,
.score-factors-negative ul li:last-child {
    margin-bottom: 0;
}

.score-factors-positive ul li::before {
    content: '✓';
    position: absolute;
    left: -1.25rem;
    color: #28a745;
    font-weight: bold;
}

.score-factors-negative ul li::before {
    content: '✕';
    position: absolute;
    left: -1.25rem;
    color: #6c757d;
    font-weight: bold;
}

/* PC 화면 */
@media (min-width: 768px) {
    .score-factors-positive,
    .score-factors-negative {
        padding: 1.25rem;
    }

    .score-factors-positive h6,
    .score-factors-negative h6 {
        font-size: 1rem;
    }

    .score-factors-positive ul li,
    .score-factors-negative ul li {
        font-size: 0.9rem;
    }
}

/* 모바일 화면 */
@media (max-width: 767.98px) {
    .score-factors-positive,
    .score-factors-negative {
        padding: 0.875rem;
        margin-bottom: 0.5rem;
    }

    .score-factors-positive h6,
    .score-factors-negative h6 {
        font-size: 0.875rem;
        margin-bottom: 0.625rem;
    }

    .score-factors-positive ul,
    .score-factors-negative ul {
        padding-left: 1.25rem;
    }

    .score-factors-positive ul li,
    .score-factors-negative ul li {
        font-size: 0.8rem;
        margin-bottom: 0.35rem;
        line-height: 1.4;
    }
}

/* 홈페이지 수출 진행 절차 섹션 */
.export-process-section {
    padding: 2rem 0;
    margin: 2rem 0;
}

.export-process-content {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 1rem;
    padding: 3rem 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.export-process-section .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.export-process-section .section-header h5 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #212529;
}

.export-process-section .section-header p {
    font-size: 1rem;
    color: #6c757d;
}

/* PC 화면 */
@media (min-width: 768px) {
    .export-process-section {
        padding: 2rem 0;
    }

    .export-process-content {
        padding: 4rem 3rem;
    }

    .export-process-section .section-header h5 {
        font-size: 1.5rem;
    }

    .export-process-section .process-stepper {
        padding: 0 2rem;
    }
}

/* 모바일 화면 */
@media (max-width: 767.98px) {
    .export-process-section {
        padding: 0.5rem 0;
        margin: 0.5rem 0 1rem 0;
    }

    .export-process-content {
        padding: 2rem 1.5rem;
        border-radius: 0.75rem;
    }

    .export-process-section .section-header {
        margin-bottom: 2rem;
    }

    .export-process-section .section-header h5 {
        font-size: 1.5rem;
    }

    .export-process-section .section-header p {
        font-size: 0.9rem;
    }

    .export-process-section .process-stepper {
        padding: 0;
    }
}

/* 차량 상세 정보 모달 스타일 */

.car-detail-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-info-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef;
}

.detail-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-info-label {
    font-weight: 600;
    color: #495057;
    min-width: 100px;
    margin-right: 1rem;
}

.detail-info-value {
    color: #212529;
    text-align: right;
    flex: 1;
    word-break: break-word;
}

@media (max-width: 575.98px) {
    .detail-info-item {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .detail-info-label {
        min-width: auto;
        margin-right: 0;
    }
    
    .detail-info-value {
        text-align: left;
    }
}