.ltb-helper {
    margin: 40px 0;
    font-family: var(--ltb-font-family, inherit);
    color: inherit;
}

.ltb-helper.ltb-helper-unavailable {
    background: #fff7e6;
    border: 1px solid #f5c26b;
    border-radius: 12px;
    box-shadow: none;
    color: #8a6d3b;
    padding: 24px;
}

.ltb-helper-unavailable .ltb-helper-error-message {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.ltb-helper a,
.ltb-helper button {
    font-family: inherit;
}

.ltb-helper-header {
    margin-bottom: 24px;
}

.ltb-helper-header h3 {
    font-size: 2rem;
    margin-bottom: 8px;
    color: var(--ltb-primary, #f0b90b);
}

.ltb-helper-header p {
    margin: 0;
    color: var(--ltb-text, #111);
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(17, 17, 17, 0.06);
}

.ltb-helper-label {
    font-weight: 600;
    color: var(--ltb-primary, #f0b90b);
    display: block;
}

.ltb-helper-cars {
    margin-bottom: 24px;
}

.ltb-helper [data-helper-role="car-list"] {
    margin: 16px 0 0;
}

.ltb-helper [data-helper-role="car-item"]:focus-visible {
    outline: 2px solid var(--ltb-primary, #f0b90b);
    outline-offset: 2px;
}

.ltb-helper-browser > * + * {
    margin-top: 20px;
}

.ltb-helper [data-helper-role="subcategory-group"] {
    display: none;
}

.ltb-helper [data-helper-role="subcategory-group"].active {
    display: flex;
}

.ltb-helper-subcategory-placeholder {
    padding: 12px 16px;
    color: rgba(17, 17, 17, 0.6);
}

.ltb-helper .ltb-tariffs {
    width: 100%;
}


.ltb-helper-empty {
    margin: 24px auto;
    text-align: center;
    font-weight: 600;
    color: rgba(17, 17, 17, 0.8);
}

.ltb-helper-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 16px;
}

.ltb-helper-actions .my-tariff-select {
    margin: 0;
}

.ltb-helper-actions .my-tariff-select .btn {
    width: 100%;
}

.ltb-helper .ltb-copying {
    pointer-events: none;
    opacity: 0.8;
}

.ltb-helper .ltb-copy-success {
    box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.35);
}

.ltb-helper-more.my-tariff-more-block {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.ltb-helper-more.my-tariff-more-block:hover,
.ltb-helper-more.my-tariff-more-block:focus {
    text-decoration: underline;
    outline: none;
}

.ltb-helper [data-helper-role="car-item"][aria-hidden='true'] {
    display: none !important;
}

.ltb-helper .ltb-hidden-via-deeplink {
    display: none !important;
}
