.wccrp-lt-list,
.wccrp-lt-detail {
    box-sizing: border-box;
    color: #222;
    font-family: inherit;
}

.wccrp-lt-list *,
.wccrp-lt-detail * {
    box-sizing: border-box;
}

.wccrp-lt-list {
    width: 100%;
    padding: 24px 0;
}

.wccrp-lt-container {
    width: min(100% - 32px, 1320px);
    margin: 0 auto;
    padding: 28px 0 56px;
}

.wccrp-lt-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.wccrp-lt-card,
.wccrp-lt-summary-card,
.wccrp-lt-error {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.wccrp-lt-card {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
}

.wccrp-lt-card-title,
.wccrp-lt-title {
    margin: 0;
    color: #252525;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.wccrp-lt-card-title {
    font-size: 14px;
}

.wccrp-lt-card-year,
.wccrp-lt-year {
    margin-top: 4px;
    color: #666;
    font-size: 13px;
}

.wccrp-lt-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 9px 0 12px;
    color: #6a6a6a;
    font-size: 12px;
}

.wccrp-lt-spec {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    min-width: 0;
}

.wccrp-lt-spec-icon {
    color: #777;
    font-size: 13px;
    line-height: 1;
}

.wccrp-lt-image-link,
.wccrp-lt-vehicle-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wccrp-lt-image-link {
    min-height: 126px;
    margin: 6px 0;
    text-decoration: none;
}

.wccrp-lt-card-image,
.wccrp-lt-detail-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.wccrp-lt-card-image {
    max-height: 132px;
}

.wccrp-lt-detail-image {
    max-height: 240px;
}

.wccrp-lt-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 110px;
    padding: 16px;
    background: #f4f4f4;
    color: #777;
    font-size: 13px;
    text-align: center;
}

.wccrp-lt-card-footer {
    display: grid;
    gap: 10px;
    justify-items: center;
}

.wccrp-lt-card-price {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: baseline;
    justify-content: center;
    color: #595959;
    font-size: 13px;
}

.wccrp-lt-card-price strong,
.wccrp-lt-card-price .amount {
    color: #F20506;
    font-weight: 800;
}

.wccrp-lt-button,
.wccrp-lt-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 22px;
    border: 1px solid #222;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.wccrp-lt-button:hover,
.wccrp-lt-button:focus,
.wccrp-lt-submit:hover,
.wccrp-lt-submit:focus {
    border-color: #F20506;
    background: #F20506;
    color: #fff;
}

.wccrp-lt-empty,
.wccrp-lt-notice {
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #555;
}

.wccrp-lt-notice-success {
    border-color: #1f9d55;
    color: #136b3a;
}

.wccrp-lt-notice-error {
    border-color: #F20506;
    color: #F20506;
}

.wccrp-lt-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.wccrp-lt-summary-card {
    overflow: hidden;
    padding: 22px;
}

.wccrp-lt-info-block {
    margin-top: 24px;
}

.wccrp-lt-block-title,
.wccrp-lt-section-title {
    margin: 0 0 14px;
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.wccrp-lt-block-title {
    color: #F20506;
    border-bottom: 2px solid #F20506;
    padding-bottom: 8px;
}

.wccrp-lt-check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wccrp-lt-check-list li {
    position: relative;
    padding-left: 24px;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
}

.wccrp-lt-check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
    content: "✓";
    font-weight: 700;
}

.wccrp-lt-total-box {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: baseline;
    justify-content: center;
    margin: 24px -22px -22px;
    padding: 18px;
    background: #2b2b2b;
    color: #fff;
}

.wccrp-lt-total-label {
    width: 100%;
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.wccrp-lt-total-value,
.wccrp-lt-total-value .amount,
.wccrp-lt-total-period {
    color: #F20506;
    font-size: 20px;
    font-weight: 800;
}

.wccrp-lt-booking {
    display: grid;
    gap: 22px;
}

.wccrp-lt-section-title {
    border-bottom: 1px solid #aaa;
    padding-bottom: 6px;
}

.wccrp-lt-forfaits,
.wccrp-lt-assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.wccrp-lt-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wccrp-lt-plan,
.wccrp-lt-assurance,
.wccrp-lt-option {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 128px;
    padding: 20px;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.wccrp-lt-plan {
    justify-items: center;
    background: #F20506;
    color: #fff;
    text-align: center;
}

.wccrp-lt-assurance {
    min-height: 260px;
    background: #292929;
    color: #fff;
}

.wccrp-lt-option {
    min-height: 80px;
    border-color: #ddd;
    background: #fff;
}

.wccrp-lt-plan-selected,
.wccrp-lt-plan:has(input:checked),
.wccrp-lt-assurance-selected,
.wccrp-lt-assurance:has(input:checked),
.wccrp-lt-option-selected,
.wccrp-lt-option:has(input:checked) {
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.35);
}

.wccrp-lt-plan-input,
.wccrp-lt-assurance-input,
.wccrp-lt-option-input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #F20506;
}

.wccrp-lt-plan-name,
.wccrp-lt-assurance-name {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.wccrp-lt-plan-price,
.wccrp-lt-plan-price .amount,
.wccrp-lt-assurance-price,
.wccrp-lt-assurance-price .amount {
    font-size: 20px;
    font-weight: 800;
}

.wccrp-lt-assurance-name,
.wccrp-lt-assurance-price,
.wccrp-lt-assurance-price .amount {
    color: #F20506;
}

.wccrp-lt-assurance-desc {
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

.wccrp-lt-assurance-desc ul {
    margin: 0;
    padding-left: 18px;
}

.wccrp-lt-extra-km {
    margin-top: 18px;
    padding: 10px 14px;
    border-radius: 4px;
    background: #858585;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.wccrp-lt-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 24px;
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
    background: #fff;
}

.wccrp-lt-field {
    display: grid;
    gap: 6px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.wccrp-lt-input {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #cfd7df;
    border-radius: 4px;
    background: #fff;
    color: #222;
    font: inherit;
}

.wccrp-lt-textarea {
    resize: vertical;
}

.wccrp-lt-submit {
    width: 100%;
    min-height: 52px;
    border-color: #292929;
    border-radius: 0 0 4px 4px;
    background: #292929;
    color: #F20506;
    font-size: 15px;
    text-transform: uppercase;
}

.wccrp-lt-error {
    max-width: 720px;
    margin: 40px auto;
    padding: 28px;
    text-align: center;
}

.wccrp-lt-error-title {
    margin: 0 0 12px;
    font-size: 26px;
}

.wccrp-lt-error-text {
    margin: 0 0 22px;
}

@media (max-width: 1180px) {
    .wccrp-lt-grid,
    .wccrp-lt-forfaits,
    .wccrp-lt-assurances {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wccrp-lt-layout {
        grid-template-columns: 280px minmax(0, 1fr);
    }
}

@media (max-width: 920px) {
    .wccrp-lt-grid,
    .wccrp-lt-forfaits,
    .wccrp-lt-assurances,
    .wccrp-lt-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wccrp-lt-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .wccrp-lt-container {
        width: min(100% - 20px, 1320px);
        padding-top: 16px;
    }

    .wccrp-lt-grid,
    .wccrp-lt-forfaits,
    .wccrp-lt-assurances,
    .wccrp-lt-options,
    .wccrp-lt-form-grid {
        grid-template-columns: 1fr;
    }

    .wccrp-lt-card {
        min-height: auto;
    }
}
