/* Carrier archive visual polish */
.vt-archive--carrier {
    --vt-ac-title: var(--e-global-color-accent);
    --vt-ac-ink: var(--e-global-color-text);
    --vt-ac-muted: var(--e-global-color-text);
    --vt-ac-line: color-mix(in srgb, var(--e-global-color-text) 14%, transparent);
    --vt-ac-line-strong: color-mix(in srgb, var(--e-global-color-text) 22%, transparent);
    --vt-ac-soft: color-mix(in srgb, var(--e-global-color-primary) 5%, #fff);
    --vt-ac-blue: var(--e-global-color-primary);
    --vt-ac-blue-soft: color-mix(in srgb, var(--e-global-color-primary) 8%, #fff);
    --vt-ac-blue-soft-hover: color-mix(in srgb, var(--e-global-color-primary) 4%, #fff);
    --vt-ac-primary-shadow: color-mix(in srgb, var(--e-global-color-primary) 20%, transparent);
    --vt-ac-accent-shadow: color-mix(in srgb, var(--e-global-color-accent) 6%, transparent);
    --vt-ac-green: #078d3f;
    --vt-icon-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-4.4 7-11a7 7 0 1 0-14 0c0 6.6 7 11 7 11Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-icon-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    --vt-icon-truck: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 7h11v8H3zM14 10h4l3 3v2h-7z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='18' r='2' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='18' cy='18' r='2' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l7 3v5c0 4.6-2.8 8-7 10-4.2-2-7-5.4-7-10V6l7-3Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M9 12l2 2 4-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-icon-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.2a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7A2 2 0 0 1 22 16.9Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-icon-eye: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 12s3.6-7 10-7 10 7 10 7-3.6 7-10 7S2 12 2 12Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='3' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M20 20l-3.8-3.8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    --vt-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%23212a58' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: #fff;
    color: var(--vt-ac-ink);
    padding: 18px 0 44px;
}

.vt-archive--carrier .vt-container {
    max-width: 1270px;
}

.vt-archive--carrier .vt-breadcrumb {
    margin: 0 0 14px;
    color: var(--vt-ac-text);
    font-size: 14px;
    font-weight: 600;
}

.vt-archive--carrier .vt-breadcrumb a:hover{
    color: var(--e-global-color-primary);
}

.vt-archive--carrier .vt-breadcrumb a,
.vt-archive--carrier .vt-breadcrumb [aria-current] {
    color: var(--vt-ac-ink);
}

.vt-archive--carrier .vt-breadcrumb [aria-hidden] {
    color: var(--vt-ac-muted);
}

.vt-archive--carrier .vt-ac-header {
    padding: 0 0 20px;
}

.vt-archive--carrier .vt-ac-header__title {
    color: var(--vt-ac-title);
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: 0;
    margin: 0 0 6px;
}

.vt-archive--carrier .vt-ac-header__sub {
    color: var(--vt-ac-ink);
    font-size: 14px;
    font-weight: 500;
}

.vt-archive--carrier .vt-ac-filterbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 180px;
    align-items: end;
    gap: 16px 22px;
    margin: 0 0 22px;
    padding: 18px;
    background: #fefefe;
    border: 1px solid var(--vt-ac-line);
    border-radius: 8px;
    box-shadow: 0 8px 24px var(--vt-ac-accent-shadow);
}

.vt-archive--carrier .vt-ac-filterbar__field {
    position: relative;
    min-width: 0;
    gap: 8px;
}

.vt-archive--carrier .vt-ac-filterbar__label {
    color: var(--vt-ac-ink);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.vt-archive--carrier .vt-ac-filterbar__select {
    width: 100%;
    height: 42px;
    padding: 0 42px 0 14px;
    appearance: none;
    background: #fff;
    border: 1px solid var(--vt-ac-line-strong);
    border-radius: 4px;
    color: var(--vt-ac-ink);
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
}

.vt-archive--carrier .vt-ac-filterbar__select:focus {
    border-color: var(--vt-ac-blue);
    box-shadow: 0 0 0 3px var(--vt-ac-primary-shadow);
}

.vt-archive--carrier .vt-ac-filterbar__field::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 13px;
    width: 14px;
    height: 14px;
    pointer-events: none;
}

.vt-archive--carrier .vt-ac-filterbar__field--origin::after,
.vt-archive--carrier .vt-ac-filterbar__field--destination::after {
    background: var(--vt-ac-ink);
    -webkit-mask: var(--vt-icon-pin) center / contain no-repeat;
    mask: var(--vt-icon-pin) center / contain no-repeat;
}

.vt-archive--carrier .vt-ac-filterbar__field--carrier-type::after,
.vt-archive--carrier .vt-ac-filterbar__field--cargo-type::after {
    width: 12px;
    height: 8px;
    bottom: 16px;
    background: var(--vt-ac-ink);
    -webkit-mask: var(--vt-icon-chevron) center / contain no-repeat;
    mask: var(--vt-icon-chevron) center / contain no-repeat;
}

.vt-archive--carrier .vt-ac-filterbar__btn {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    background: var(--vt-ac-blue);
    border-color: var(--vt-ac-blue);
    box-shadow: 0 6px 14px var(--vt-ac-primary-shadow);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: flex;
}

.vt-archive--carrier .vt-ac-filterbar__btn .dashicons {
    display: inline-block;
    font-size: 15px;
    width: 15px;
    height: 15px;
    background: currentColor;
    -webkit-mask: var(--vt-icon-search) center / contain no-repeat;
    mask: var(--vt-icon-search) center / contain no-repeat;
}

.vt-archive--carrier .vt-ac-filterbar__btn .dashicons::before {
    content: none;
}

.vt-archive--carrier .vt-ac-filterbar__reset {
    align-self: center;
    color: var(--vt-ac-muted);
    font-weight: 600;
}

.vt-archive--carrier .vt-ac-resultbar {
    margin: 0 0 16px;
}

.vt-archive--carrier .vt-ac-resultbar__count {
    color: var(--vt-ac-ink);
    font-size: 14px;
    font-weight: 600;
}

.vt-archive--carrier .vt-ac-resultbar__count strong {
    color: var(--vt-ac-title);
    font-size: 16px;
    font-weight: 800;
}

.vt-archive--carrier .vt-ac-resultbar__sort {
    color: var(--vt-ac-ink);
    font-size: 14px;
    font-weight: 700;
}

.vt-archive--carrier .vt-ac-resultbar__sort span {
    min-width: max-content;
}

.vt-archive--carrier .vt-ac-sort-select {
    height: 34px;
    padding: 0 30px 0 12px;
    appearance: none;
    background-color: #fff;
    background-image: var(--vt-icon-chevron);
    background-repeat: no-repeat;
    background-position: right 11px center;
    border: 1px solid var(--vt-ac-line);
    border-radius: 5px;
    color: var(--vt-ac-ink);
    font-size: 14px;
    font-weight: 600;
}

.vt-archive--carrier .vt-ac-cards {
    margin-bottom: 20px;
}

.vt-archive--carrier .vt-ac-card {
    align-items: center;
    gap: 28px;
    min-height: 108px;
    padding: 16px 28px 16px 18px;
    background: #fff;
    border: 1px solid var(--vt-ac-line);
    border-radius: 5px;
    box-shadow: none;
}

.vt-archive--carrier .vt-ac-card:hover {
    border-color: var(--vt-ac-line-strong);
    box-shadow: 0 10px 24px var(--vt-ac-accent-shadow);
}

.vt-archive--carrier .vt-ac-card__logo {
    width: 96px;
    height: 86px;
    border: 1px solid var(--vt-ac-line);
    border-radius: 4px;
    background: #fff;
}

.vt-archive--carrier .vt-ac-card__logo img {
    object-fit: contain;
    /* padding: 10px; */
}

.vt-archive--carrier .vt-ac-card__logo-placeholder {
    color: var(--vt-ac-blue);
    background: var(--vt-ac-blue-soft);
    font-size: 32px;
}

.vt-archive--carrier .vt-ac-card__info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.vt-archive--carrier .vt-ac-card__name-row {
    gap: 7px;
    margin-bottom: 5px;
}

.vt-archive--carrier .vt-ac-card__name {
    color: var(--vt-ac-title);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
}

.vt-archive--carrier .vt-ac-card__verified {
    width: 15px;
    height: 15px;
    font-size: 9px;
    line-height: 15px;
    background: var(--vt-ac-blue);
}

.vt-archive--carrier .vt-ac-card__rating {
    gap: 6px;
    margin-bottom: 9px;
}

.vt-archive--carrier .vt-ac-card__rating .vt-stars {
    gap: 1px;
    font-size: 14px;
}

.vt-archive--carrier .vt-ac-card__rating .vt-stars__num {
    color: var(--vt-ac-ink);
    font-size: 12px;
    font-weight: 800;
    margin-left: 4px;
}

.vt-archive--carrier .vt-ac-card__rating-count {
    color: var(--vt-ac-muted);
    font-size: 12px;
    font-weight: 600;
}

.vt-archive--carrier .vt-ac-card__meta {
    gap: 24px;
    margin-bottom: 9px;
    color: var(--vt-ac-ink);
    font-size: 12px;
    font-weight: 600;
}

.vt-archive--carrier .vt-ac-card__meta > span {
    display: inline-flex;
    align-items: center;
}

.vt-archive--carrier .vt-ac-card__meta--green {
    color: var(--vt-ac-ink);
    font-weight: 600;
}

.vt-archive--carrier .vt-ac-card__meta-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    color: var(--vt-ac-ink);
    font-size: 0;
    line-height: 1;
}

.vt-archive--carrier .vt-ac-card__meta-icon::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: currentColor;
}

.vt-archive--carrier .vt-ac-card__meta-icon--years::before {
    -webkit-mask: var(--vt-icon-calendar) center / contain no-repeat;
    mask: var(--vt-icon-calendar) center / contain no-repeat;
}

.vt-archive--carrier .vt-ac-card__meta-icon--trips::before {
    -webkit-mask: var(--vt-icon-truck) center / contain no-repeat;
    mask: var(--vt-icon-truck) center / contain no-repeat;
}

.vt-archive--carrier .vt-ac-card__meta-icon--satisfaction::before {
    -webkit-mask: var(--vt-icon-shield) center / contain no-repeat;
    mask: var(--vt-icon-shield) center / contain no-repeat;
}

.vt-archive--carrier .vt-ac-card__routes {
    color: var(--vt-ac-ink);
    font-size: 12px;
    font-weight: 600;
}

.vt-archive--carrier .vt-ac-card__routes-label {
    color: var(--vt-ac-ink);
}

.vt-archive--carrier .vt-ac-card__routes-more {
    background: var(--vt-ac-blue-soft);
    border-radius: 999px;
    color: var(--vt-ac-blue);
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
}

.vt-archive--carrier .vt-ac-card__stat {
    display: flex;
    justify-content: center;
    width: 160px;
    min-width: 160px;
    height: 86px;
    padding: 10px 16px;
    background: var(--vt-ac-soft);
    border: 0;
    border-radius: 3px;
}

.vt-archive--carrier .vt-ac-card__stat-label {
    color: var(--vt-ac-ink);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.vt-archive--carrier .vt-ac-card__stat-num {
    color: var(--vt-ac-blue);
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
}

.vt-archive--carrier .vt-ac-card__stat-sub {
    color: var(--vt-ac-ink);
    font-size: 12px;
    font-weight: 600;
}

.vt-archive--carrier .vt-ac-card__actions {
    flex-direction: column;
    width: 162px;
    min-width: 162px;
    gap: 9px;
}

.vt-archive--carrier .vt-ac-card__action {
    width: 100%;
    height: 32px;
    border-radius: 5px;
    font-size: 0;
    gap: 3px;
    padding: 0 12px;
}

.vt-archive--carrier .vt-ac-card__action::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: currentColor;
}

.vt-archive--carrier .vt-ac-card__action::after {
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.vt-archive--carrier .vt-ac-card__action--call {
    background: var(--vt-ac-green);
    border-color: var(--vt-ac-green);
    color: #fff;
}

.vt-archive--carrier .vt-ac-card__action--call::before {
    -webkit-mask: var(--vt-icon-phone) center / contain no-repeat;
    mask: var(--vt-icon-phone) center / contain no-repeat;
}

.vt-archive--carrier .vt-ac-card__action--call::after {
    content: "G\1ecd i ngay";
}

.vt-archive--carrier .vt-ac-card__action--detail {
    background: #fff;
    border-color: var(--vt-ac-line-strong);
    color: var(--vt-ac-ink);
}

.vt-archive--carrier .vt-ac-card__action--detail::before {
    -webkit-mask: var(--vt-icon-eye) center / contain no-repeat;
    mask: var(--vt-icon-eye) center / contain no-repeat;
}

.vt-archive--carrier .vt-ac-card__action--detail::after {
    content: "Xem chi ti\1ebf t";
}

.vt-archive--carrier .vt-ac-card__action--call:hover {
    background: #067b38;
    border-color: #067b38;
    color: #fff;
}

.vt-archive--carrier .vt-ac-card__action--detail:hover {
    background: var(--vt-ac-blue-soft-hover);
    border-color: var(--vt-ac-line-strong);
    color: var(--vt-ac-ink);
}

.vt-archive--carrier .vt-pagination {
    gap: 10px;
    margin-top: 18px;
}

.vt-archive--carrier .vt-pagination .page-numbers {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border-color: var(--vt-ac-line);
    border-radius: 6px;
    color: var(--vt-ac-ink);
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 1px 2px var(--vt-ac-accent-shadow);
}

.vt-archive--carrier .vt-pagination .page-numbers.current,
.vt-archive--carrier .vt-pagination .page-numbers:hover {
    background: var(--vt-ac-blue);
    border-color: var(--vt-ac-blue);
    color: #fff;
}

.vt-archive--carrier .vt-pagination .page-numbers.dots {
    background: #fff;
    box-shadow: none;
}

.vt-archive--carrier .vt-pagination .prev,
.vt-archive--carrier .vt-pagination .next {
    min-width: 30px;
    font-size: 0;
}

.vt-archive--carrier .vt-pagination .prev::before,
.vt-archive--carrier .vt-pagination .next::before {
    font-size: 19px;
    line-height: 1;
}

.vt-archive--carrier .vt-pagination .prev::before {
    content: "\2039";
}

.vt-archive--carrier .vt-pagination .next::before {
    content: "\203a";
}

@media (max-width: 1100px) {
    .vt-archive--carrier .vt-ac-filterbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-archive--carrier .vt-ac-filterbar__btn {
        grid-column: span 2;
    }

    .vt-archive--carrier .vt-ac-card {
        gap: 18px;
        padding-right: 18px;
    }

    .vt-archive--carrier .vt-ac-card__stat {
        width: 130px;
        min-width: 130px;
    }
}

@media (max-width: 820px) {
    .vt-archive--carrier .vt-ac-card {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .vt-archive--carrier .vt-ac-card__info {
        width: calc(100% - 114px);
    }

    .vt-archive--carrier .vt-ac-card__stat {
        order: 3;
        width: calc(50% - 9px);
        min-width: 0;
    }

    .vt-archive--carrier .vt-ac-card__actions {
        order: 4;
        width: calc(50% - 9px);
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .vt-archive--carrier {
        padding-top: 14px;
    }

    .vt-archive--carrier .vt-container {
        padding: 0 14px;
    }

    .vt-archive--carrier .vt-ac-header__title {
        font-size: 24px;
    }

    .vt-archive--carrier .vt-ac-filterbar {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 14px;
    }

    .vt-archive--carrier .vt-ac-filterbar__btn {
        grid-column: auto;
    }

    .vt-archive--carrier .vt-ac-card {
        gap: 14px;
        padding: 14px;
    }

    .vt-archive--carrier .vt-ac-card__logo {
        width: 78px;
        height: 72px;
    }

    .vt-archive--carrier .vt-ac-card__info {
        width: calc(100% - 92px);
    }

    .vt-archive--carrier .vt-ac-card__name {
        font-size: 15px;
    }

    .vt-archive--carrier .vt-ac-card__meta {
        gap: 10px 16px;
    }

    .vt-archive--carrier .vt-ac-card__routes {
        white-space: normal;
    }

    .vt-archive--carrier .vt-ac-card__stat,
    .vt-archive--carrier .vt-ac-card__actions {
        width: 100%;
    }

    .vt-archive--carrier .vt-ac-card__actions {
        flex-direction: column;
    }

    .vt-archive--carrier .vt-ac-cards {
        gap: 6px;
    }
    .vt-archive--carrier .vt-ac-card__action {
        flex: auto;
    }
}

/* Truck taxi archive visual polish */
.vt-archive--truck-taxi {
    --vt-att-title: var(--e-global-color-accent);
    --vt-att-text: var(--e-global-color-text);
    --vt-att-primary: var(--e-global-color-primary);
    --vt-att-line: color-mix(in srgb, var(--e-global-color-text) 14%, transparent);
    --vt-att-line-strong: color-mix(in srgb, var(--e-global-color-text) 22%, transparent);
    --vt-att-soft: color-mix(in srgb, var(--e-global-color-primary) 5%, #fff);
    --vt-att-primary-soft: color-mix(in srgb, var(--e-global-color-primary) 8%, #fff);
    --vt-att-primary-soft-hover: color-mix(in srgb, var(--e-global-color-primary) 4%, #fff);
    --vt-att-primary-shadow: color-mix(in srgb, var(--e-global-color-primary) 20%, transparent);
    --vt-att-accent-shadow: color-mix(in srgb, var(--e-global-color-accent) 6%, transparent);
    --vt-att-green: #078d3f;
    --vt-att-green-hover: #067b38;
    --vt-att-icon-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-4.4 7-11a7 7 0 1 0-14 0c0 6.6 7 11 7 11Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-att-icon-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    --vt-att-icon-truck: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 7h11v8H3zM14 10h4l3 3v2h-7z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='18' r='2' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='18' cy='18' r='2' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-att-icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l7 3v5c0 4.6-2.8 8-7 10-4.2-2-7-5.4-7-10V6l7-3Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M9 12l2 2 4-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-att-icon-car: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l2-5h10l2 5M4 12h16v6H4z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='18' r='1.5' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='17' cy='18' r='1.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-att-icon-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.2a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7A2 2 0 0 1 22 16.9Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-att-icon-eye: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 12s3.6-7 10-7 10 7 10 7-3.6 7-10 7S2 12 2 12Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='3' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-att-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M20 20l-3.8-3.8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    --vt-att-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: #fff;
    color: var(--vt-att-text);
    padding: 18px 0 44px;
}

.vt-archive--truck-taxi .vt-container {
    max-width: 1270px;
}

.vt-archive--truck-taxi .vt-breadcrumb {
    margin: 0 0 14px;
    color: var(--vt-att-text);
    font-size: 14px;
    font-weight: 600;
}

.vt-archive--truck-taxi .vt-breadcrumb a:hover{
    color: var(--vt-att-primary);
}

.vt-archive--truck-taxi .vt-breadcrumb a,
.vt-archive--truck-taxi .vt-breadcrumb [aria-current],
.vt-archive--truck-taxi .vt-breadcrumb [aria-hidden] {
    color: var(--vt-att-text);
}

.vt-archive--truck-taxi .vt-ac-header {
    padding: 0 0 20px;
}

.vt-archive--truck-taxi .vt-ac-header__title {
    color: var(--vt-att-title);
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: 0;
    margin: 0 0 6px;
}

.vt-archive--truck-taxi .vt-ac-header__sub {
    color: var(--vt-att-text);
    font-size: 14px;
    font-weight: 500;
}

.vt-archive--truck-taxi .vt-ac-filterbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 170px;
    align-items: end;
    gap: 16px 22px;
    margin: 0 0 22px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--vt-att-line);
    border-radius: 8px;
    box-shadow: 0 8px 24px var(--vt-att-accent-shadow);
}

.vt-archive--truck-taxi .vt-ac-filterbar__field {
    position: relative;
    min-width: 0;
    gap: 8px;
}

.vt-archive--truck-taxi .vt-ac-filterbar__label {
    color: var(--vt-att-text);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.vt-archive--truck-taxi .vt-ac-filterbar__select {
    width: 100%;
    height: 42px;
    padding: 0 42px 0 14px;
    appearance: none;
    background: #fff;
    border: 1px solid var(--vt-att-line-strong);
    border-radius: 4px;
    color: var(--vt-att-text);
    font-size: 13px;
    font-weight: 500;
    line-height: 42px;
}

.vt-archive--truck-taxi .vt-ac-filterbar__select:focus {
    border-color: var(--vt-att-primary);
    box-shadow: 0 0 0 3px var(--vt-att-primary-shadow);
}

.vt-archive--truck-taxi .vt-ac-filterbar__field::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 13px;
    width: 14px;
    height: 14px;
    pointer-events: none;
    background: var(--vt-att-text);
}

.vt-archive--truck-taxi .vt-ac-filterbar__field--area::after {
    -webkit-mask: var(--vt-att-icon-pin) center / contain no-repeat;
    mask: var(--vt-att-icon-pin) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-ac-filterbar__field--truck-type::after,
.vt-archive--truck-taxi .vt-ac-filterbar__field--service::after {
    width: 12px;
    height: 8px;
    bottom: 16px;
    -webkit-mask: var(--vt-att-icon-chevron) center / contain no-repeat;
    mask: var(--vt-att-icon-chevron) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-ac-filterbar__btn {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    background: var(--vt-att-primary);
    border-color: var(--vt-att-primary);
    box-shadow: 0 6px 14px var(--vt-att-primary-shadow);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: flex;
}

.vt-archive--truck-taxi .vt-ac-filterbar__btn .dashicons {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: currentColor;
    -webkit-mask: var(--vt-att-icon-search) center / contain no-repeat;
    mask: var(--vt-att-icon-search) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-ac-filterbar__btn .dashicons::before {
    content: none;
}

.vt-archive--truck-taxi .vt-ac-filterbar__reset {
    align-self: center;
    color: var(--vt-att-text);
    font-weight: 600;
}

.vt-archive--truck-taxi .vt-ac-resultbar {
    margin: 0 0 16px;
}

.vt-archive--truck-taxi .vt-ac-resultbar__count {
    color: var(--vt-att-text);
    font-size: 14px;
    font-weight: 600;
}

.vt-archive--truck-taxi .vt-ac-resultbar__count strong {
    color: var(--vt-att-primary);
    font-size: 16px;
    font-weight: 800;
}

.vt-archive--truck-taxi .vt-ac-resultbar__sort {
    color: var(--vt-att-text);
    font-size: 13px;
    font-weight: 700;
}

.vt-archive--truck-taxi .vt-ac-resultbar__sort span {
    min-width: max-content;
}

.vt-archive--truck-taxi .vt-ac-sort-select {
    height: 34px;
    padding: 0 30px 0 12px;
    appearance: none;
    background-color: #fff;
    background-image: var(--vt-att-icon-chevron);
    background-repeat: no-repeat;
    background-position: right 11px center;
    border: 1px solid var(--vt-att-line);
    border-radius: 5px;
    color: var(--vt-att-text);
    font-size: 13px;
    font-weight: 600;
}

.vt-archive--truck-taxi .vt-att-cards {
    gap: 8px;
    margin-bottom: 20px;
}

.vt-archive--truck-taxi .vt-att-card {
    display: grid;
    grid-template-columns: 125px minmax(290px, 1fr) 250px 200px 150px;
    align-items: stretch;
    gap: 0;
    min-height: 116px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--vt-att-line);
    border-radius: 7px;
    box-shadow: none;
}

.vt-archive--truck-taxi .vt-att-card--no-banner {
    grid-template-columns: 125px minmax(290px, 1fr) 250px 150px;
}

.vt-archive--truck-taxi .vt-att-card:hover {
    border-color: var(--vt-att-line-strong);
    box-shadow: 0 10px 24px var(--vt-att-accent-shadow);
}

.vt-archive--truck-taxi .vt-att-card__logo {
    width: auto;
    padding: 16px 18px;
    background: #fff;
    border-right: 1px solid var(--vt-att-line);
}

.vt-archive--truck-taxi .vt-att-card__logo img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    border: 1px solid var(--vt-att-line);
    border-radius: 5px;
}

.vt-archive--truck-taxi .vt-att-card__logo-placeholder {
    width: 86px;
    height: 86px;
    border-radius: 5px;
    background: var(--vt-att-primary-soft);
    color: var(--vt-att-primary);
}

.vt-archive--truck-taxi .vt-att-card__info {
    min-width: 0;
    padding: 17px 22px;
    border-right: 1px solid var(--vt-att-line);
    gap: 4px;
}

.vt-archive--truck-taxi .vt-att-card__name-row {
    gap: 7px;
    margin-bottom: 4px;
}

.vt-archive--truck-taxi .vt-att-card__name {
    color: var(--vt-att-title);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
}

.vt-archive--truck-taxi .vt-att-card__verified {
    width: 15px;
    height: 15px;
    background: var(--vt-att-primary);
    font-size: 9px;
    line-height: 15px;
}

.vt-archive--truck-taxi .vt-att-card__rating {
    gap: 6px;
    margin-bottom: 2px;
}

.vt-archive--truck-taxi .vt-att-card__rating .vt-stars {
    gap: 1px;
    font-size: 13px;
}

.vt-archive--truck-taxi .vt-att-card__rating .vt-stars__num {
    color: var(--vt-att-text);
    font-size: 12px;
    font-weight: 800;
    margin-left: 4px;
}

.vt-archive--truck-taxi .vt-att-card__rating-count {
    color: var(--vt-att-text);
    font-size: 12px;
    font-weight: 600;
}

.vt-archive--truck-taxi .vt-att-card__meta {
    gap: 4px 20px;
    color: var(--vt-att-text);
    font-size: 14px;
    font-weight: 500;
}

.vt-archive--truck-taxi .vt-att-card__meta > span {
    display: inline-flex;
    align-items: center;
}

.vt-archive--truck-taxi .vt-att-card__meta--green {
    color: var(--vt-att-text);
    font-weight: 600;
}

.vt-archive--truck-taxi .vt-att-card__meta-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    color: var(--vt-att-text);
    font-size: 0;
    line-height: 1;
}

.vt-archive--truck-taxi .vt-att-card__meta-icon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: currentColor;
}

.vt-archive--truck-taxi .vt-att-card__meta-icon--years::before {
    -webkit-mask: var(--vt-att-icon-calendar) center / contain no-repeat;
    mask: var(--vt-att-icon-calendar) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-att-card__meta-icon--vehicles::before {
    -webkit-mask: var(--vt-att-icon-truck) center / contain no-repeat;
    mask: var(--vt-att-icon-truck) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-att-card__meta-icon--satisfaction::before {
    -webkit-mask: var(--vt-att-icon-shield) center / contain no-repeat;
    mask: var(--vt-att-icon-shield) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-att-card__meta-icon--type::before {
    -webkit-mask: var(--vt-att-icon-car) center / contain no-repeat;
    mask: var(--vt-att-icon-car) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-att-card__areas,
.vt-archive--truck-taxi .vt-att-card__services {
    color: var(--vt-att-text);
    font-size: 14px;
    font-weight: 5  00;
}

.vt-archive--truck-taxi .vt-att-card__areas-label {
    color: var(--vt-att-title);
    font-weight: 700;
}

.vt-archive--truck-taxi .vt-att-card__fleet {
    width: auto;
    padding: 16px 18px 14px;
    border-right: none;
    gap: 8px;
}

.vt-archive--truck-taxi .vt-att-fleet__label {
    color: var(--vt-att-title);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.vt-archive--truck-taxi .vt-att-fleet__row {
    display: grid;
    grid-template-columns: repeat(4, minmax(34px, 1fr));
    gap: 10px;
}

.vt-archive--truck-taxi .vt-att-fleet-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    min-width: 0;
    padding: 0;
    background: transparent;
}

.vt-archive--truck-taxi .vt-att-fleet-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.vt-archive--truck-taxi .vt-att-fleet-item__icon {
    width: 40px;
    height: 40px;
    background: var(--vt-att-text);
    color: transparent;
    font-size: 0;
    -webkit-mask: var(--vt-att-icon-truck) center / contain no-repeat;
    mask: var(--vt-att-icon-truck) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-att-fleet-item__name {
    max-width: 45px;
    color: var(--vt-att-text);
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.vt-archive--truck-taxi .vt-att-fleet-item--more {
    align-self: center;
    color: var(--vt-att-primary);
    background: var(--vt-att-primary-soft);
    font-size: 11px;
}

.vt-archive--truck-taxi .vt-att-card__price {
    margin-top: 2px;
    padding: 0;
    border-top: 0;
}

.vt-archive--truck-taxi .vt-att-card__price-label {
    color: var(--vt-att-text);
    font-size: 14px;
    font-weight: 700;
}

.vt-archive--truck-taxi .vt-att-card__price-val {
    color: var(--vt-att-primary);
    font-size: 19px;
    font-weight: 800;
}

.vt-archive--truck-taxi .vt-att-card__banner {
    width: auto;
    min-height: 112px;
    border-right: none;
    background: none;
}

.vt-archive--truck-taxi .vt-att-card__banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.vt-archive--truck-taxi .vt-att-card__actions {
    width: auto;
    padding: 13px 17px;
    justify-content: center;
    gap: 8px;
}

.vt-archive--truck-taxi .vt-att-card__action {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 0;
    gap: 2px;
}

.vt-archive--truck-taxi .vt-att-card__action::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: currentColor;
}

.vt-archive--truck-taxi .vt-att-card__action::after {
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.vt-archive--truck-taxi .vt-att-card__action--call {
    background: var(--vt-att-green);
    border-color: var(--vt-att-green);
    color: #fff;
}

.vt-archive--truck-taxi .vt-att-card__action--call::before {
    -webkit-mask: var(--vt-att-icon-phone) center / contain no-repeat;
    mask: var(--vt-att-icon-phone) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-att-card__action--call::after {
    content: "G\1ecd i ngay";
}

.vt-archive--truck-taxi .vt-att-card__action--detail {
    background: #fff;
    border-color: var(--vt-att-line-strong);
    color: var(--vt-att-primary);
}

.vt-archive--truck-taxi .vt-att-card__action--detail::before {
    -webkit-mask: var(--vt-att-icon-eye) center / contain no-repeat;
    mask: var(--vt-att-icon-eye) center / contain no-repeat;
}

.vt-archive--truck-taxi .vt-att-card__action--detail::after {
    content: "Xem chi ti\1ebf t";
}

.vt-archive--truck-taxi .vt-att-card__action--call:hover {
    background: var(--vt-att-green-hover);
    border-color: var(--vt-att-green-hover);
    color: #fff;
}

.vt-archive--truck-taxi .vt-att-card__action--detail:hover {
    background: var(--vt-att-primary-soft-hover);
    border-color: var(--vt-att-primary);
    color: var(--vt-att-primary);
}

.vt-archive--truck-taxi .vt-pagination {
    gap: 10px;
    margin-top: 18px;
}

.vt-archive--truck-taxi .vt-pagination .page-numbers {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border-color: var(--vt-att-line);
    border-radius: 6px;
    color: var(--vt-att-text);
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 1px 2px var(--vt-att-accent-shadow);
}

.vt-archive--truck-taxi .vt-pagination .page-numbers.current,
.vt-archive--truck-taxi .vt-pagination .page-numbers:hover {
    background: var(--vt-att-primary);
    border-color: var(--vt-att-primary);
    color: #fff;
}

.vt-archive--truck-taxi .vt-pagination .page-numbers.dots {
    background: #fff;
    box-shadow: none;
}

.vt-archive--truck-taxi .vt-pagination .prev,
.vt-archive--truck-taxi .vt-pagination .next {
    min-width: 30px;
    font-size: 0;
}

.vt-archive--truck-taxi .vt-pagination .prev::before,
.vt-archive--truck-taxi .vt-pagination .next::before {
    font-size: 19px;
    line-height: 1;
}

.vt-archive--truck-taxi .vt-pagination .prev::before {
    content: "\2039";
}

.vt-archive--truck-taxi .vt-pagination .next::before {
    content: "\203a";
}

@media (max-width: 1180px) {
    .vt-archive--truck-taxi .vt-att-card {
        grid-template-columns: 110px minmax(260px, 1fr) 220px 170px 140px;
    }

    .vt-archive--truck-taxi .vt-att-card--no-banner {
        grid-template-columns: 110px minmax(260px, 1fr) 220px 140px;
    }
}

@media (max-width: 980px) {
    .vt-archive--truck-taxi .vt-ac-filterbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vt-archive--truck-taxi .vt-ac-filterbar__btn {
        grid-column: span 2;
    }

    .vt-archive--truck-taxi .vt-att-card {
        grid-template-columns: 110px minmax(0, 1fr) 220px 150px;
    }

    .vt-archive--truck-taxi .vt-att-card__banner {
        display: none;
    }
}

@media (max-width: 760px) {
    .vt-archive--truck-taxi .vt-ac-filterbar {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 14px;
    }

    .vt-archive--truck-taxi .vt-ac-filterbar__btn {
        grid-column: auto;
    }

    .vt-archive--truck-taxi .vt-att-card {
        display: flex;
        flex-wrap: wrap;
    }

    .vt-archive--truck-taxi .vt-att-card__logo {
        width: 96px;
        border-bottom: 1px solid var(--vt-att-line);
    }

    .vt-archive--truck-taxi .vt-att-card__info {
        width: calc(100% - 96px);
        min-width: 0;
        border-bottom: 1px solid var(--vt-att-line);
        border-right: 0;
    }

    .vt-archive--truck-taxi .vt-att-card__fleet {
        width: 100%;
        border-bottom: none;
        border-right: 0;
    }

    .vt-archive--truck-taxi .vt-att-card__banner {
        display: block;
        width: 100%;
        height: 170px;
        border-bottom: 1px solid var(--vt-att-line);
        border-right: 0;
    }

    .vt-archive--truck-taxi .vt-att-card__actions {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .vt-archive--truck-taxi .vt-att-card__actions .vt-btn {
        flex: 1;
        min-width: 130px;
    }

    .vt-suggest-table{
        min-width: 100% !important;
    }

    .vt-suggest-table thead {
        display: none;
    }

    .vt-suggest-table tr {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        margin-bottom: 16px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(15, 23, 42, 0.06) 0px 8px 24px;
        gap: 0px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(209, 213, 219);
        border-image: initial;
        border-radius: 18px;
        overflow: hidden;
    }

    .vt-suggest-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: auto;
        min-width: 0px;
        color: rgb(17, 17, 17);
        padding: 12px 14px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    .vt-suggest-table td::before {
        display: inline-block;
        content: attr(data-label);
        font-size: 14px;
        color: var(--vt-text);
        font-weight: 500;
        margin-right: 8px;
        white-space: nowrap;
    }

    .vantai-order-detail-page .vt-suggest-section{        
        border: none !important;
        box-shadow: none !important;
    }

    .vantai-order-detail-page .vt-suggest-title{
        padding: 0 !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .vantai-order-detail-page .vt-suggest-note {
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    .vt-archive--truck-taxi {
        padding-top: 14px;
    }

    .vt-archive--truck-taxi .vt-container {
        padding: 0 14px;
    }

    .vt-archive--truck-taxi .vt-ac-header__title {
        font-size: 24px;
    }

    .vt-archive--truck-taxi .vt-att-card__logo {
        width: 82px;
        padding: 14px;
    }

    .vt-archive--truck-taxi .vt-att-card__logo img,
    .vt-archive--truck-taxi .vt-att-card__logo-placeholder {
        width: 58px;
        height: 58px;
    }

    .vt-archive--truck-taxi .vt-att-card__info {
        width: calc(100% - 82px);
        padding: 14px;
    }

    .vt-archive--truck-taxi .vt-att-card__name {
        font-size: 15px;
    }

    .vt-archive--truck-taxi .vt-att-card__meta {
        gap: 4px 10px;
    }

    .vt-archive--truck-taxi .vt-att-card__areas,
    .vt-archive--truck-taxi .vt-att-card__services {
        white-space: normal;
    }
}

/* Single truck taxi visual polish */
.vt-single--truck-taxi {
    --vt-stt-title: var(--e-global-color-accent);
    --vt-stt-text: var(--e-global-color-text);
    --vt-stt-primary: var(--e-global-color-primary);
    --vt-stt-line: color-mix(in srgb, var(--e-global-color-text) 14%, transparent);
    --vt-stt-line-strong: color-mix(in srgb, var(--e-global-color-text) 22%, transparent);
    --vt-stt-soft: color-mix(in srgb, var(--e-global-color-primary) 5%, #fff);
    --vt-stt-primary-soft: color-mix(in srgb, var(--e-global-color-primary) 8%, #fff);
    --vt-stt-primary-soft-hover: color-mix(in srgb, var(--e-global-color-primary) 4%, #fff);
    --vt-stt-primary-shadow: color-mix(in srgb, var(--e-global-color-primary) 20%, transparent);
    --vt-stt-accent-shadow: color-mix(in srgb, var(--e-global-color-accent) 6%, transparent);
    --vt-stt-green: #078d3f;
    --vt-stt-green-hover: #067b38;
    --vt-stt-star: #f5a400;
    --vt-stt-icon-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    --vt-stt-icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l7 3v5c0 4.6-2.8 8-7 10-4.2-2-7-5.4-7-10V6l7-3Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M9 12l2 2 4-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-stt-icon-truck: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 7h11v8H3zM14 10h4l3 3v2h-7z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='18' r='2' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='18' cy='18' r='2' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-stt-icon-cube: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16V8l-9-5-9 5v8l9 5 9-5Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M3.3 8.4L12 13l8.7-4.6M12 22v-9' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-stt-icon-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-4.4 7-11a7 7 0 1 0-14 0c0 6.6 7 11 7 11Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-stt-icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 7v5l3 2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-stt-icon-circle-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 7.5V12l3 2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-stt-icon-circle-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 6.5l4 1.7v3.1c0 2.6-1.6 4.6-4 5.8-2.4-1.2-4-3.2-4-5.8V8.2l4-1.7Z' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-stt-icon-circle-box: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 10l4-2.2 4 2.2v4.5l-4 2.2-4-2.2V10Z' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'/%3E%3Cpath d='M8.3 10.2L12 12.3l3.7-2.1M12 16.5v-4.2' fill='none' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-stt-icon-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.2a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7A2 2 0 0 1 22 16.9Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-stt-icon-message: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 12a8 8 0 0 1-8 8H7l-4 2 1.5-4.5A8 8 0 1 1 21 12Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-stt-icon-mail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 7l8 6 8-6' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-stt-icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: #fff;
    color: var(--vt-stt-text);
    padding: 18px 0 44px;
}

.vt-single--truck-taxi .vt-container {
    max-width: 1270px;
}

.vt-single--truck-taxi .vt-breadcrumb {
    margin: 0 0 18px;
    color: var(--vt-stt-text);
    font-size: 14px;
    font-weight: 600;
}


.vt-single--truck-taxi .vt-breadcrumb a:hover{
    color: var(--vt-stt-primary);
}

.vt-single--truck-taxi .vt-breadcrumb a,
.vt-single--truck-taxi .vt-breadcrumb [aria-current],
.vt-single--truck-taxi .vt-breadcrumb [aria-hidden] {
    color: var(--vt-stt-text);
}

.vt-single--truck-taxi .vt-cr-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 450px;
    gap: 32px;
    align-items: start;
    margin: 0 0 24px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.vt-single--truck-taxi .vt-cr-hero--no-cover {
    grid-template-columns: minmax(0, 1fr);
}

.vt-single--truck-taxi .vt-cr-hero__left {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.vt-single--truck-taxi .vt-cr-hero__logo {
    grid-row: 1 / 5;
    width: 168px;
    height: 142px;
    border: 1px solid var(--vt-stt-line);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 8px 24px var(--vt-stt-accent-shadow);
}

.vt-single--truck-taxi .vt-cr-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
}

.vt-single--truck-taxi .vt-cr-hero__logo-placeholder {
    color: var(--vt-stt-primary);
    background: var(--vt-stt-primary-soft);
}

.vt-single--truck-taxi .vt-cr-hero__info {
    display: contents;
    padding-top: 8px;
}

.vt-single--truck-taxi .vt-cr-hero__name-row {
    grid-column: 2;
    gap: 8px;
    margin: 8px 0 10px;
}

.vt-single--truck-taxi .vt-cr-hero__name {
    color: var(--vt-stt-title);
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
}

.vt-single--truck-taxi .vt-cr-hero__verified {
    width: 16px;
    height: 16px;
    background: var(--vt-stt-primary);
    font-size: 9px;
    line-height: 16px;
}

.vt-single--truck-taxi .vt-cr-hero__rating {
    grid-column: 2;
    gap: 8px;
    margin-bottom: 18px;
}

.vt-single--truck-taxi .vt-cr-hero__rating .vt-stars {
    gap: 2px;
    font-size: 18px;
}

.vt-single--truck-taxi .vt-cr-hero__rating .vt-stars__num {
    color: var(--vt-stt-title);
    font-size: 14px;
    font-weight: 800;
    margin-left: 8px;
}

.vt-single--truck-taxi .vt-cr-hero__rating-count {
    color: var(--vt-stt-text);
    font-size: 13px;
    font-weight: 600;
}

.vt-single--truck-taxi .vt-cr-hero__meta-row {
    grid-column: 2;
    gap: 26px;
    margin-bottom: 0;
    color: var(--vt-stt-text);
    font-size: 13px;
    font-weight: 600;
}

.vt-single--truck-taxi .vt-cr-hero__meta-row > span {
    display: inline-flex;
    align-items: center;
}

.vt-single--truck-taxi .vt-cr-hero__meta-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: var(--vt-stt-text);
    font-size: 0;
}

.vt-single--truck-taxi .vt-cr-hero__meta-icon::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: currentColor;
}

.vt-single--truck-taxi .vt-cr-hero__meta-icon--years::before {
    -webkit-mask: var(--vt-stt-icon-calendar) center / contain no-repeat;
    mask: var(--vt-stt-icon-calendar) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-hero__meta-icon--response::before {
    -webkit-mask: var(--vt-stt-icon-shield) center / contain no-repeat;
    mask: var(--vt-stt-icon-shield) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-hero__tagline {
    grid-column: 2;
    max-width: 620px;
    color: var(--vt-stt-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
    margin: 0 0 24px;
}

.vt-single--truck-taxi .vt-cr-hero__actions {
    grid-column: 1 / -1;
    gap: 18px;
}

.vt-single--truck-taxi .vt-cr-hero__actions img.emoji {
    display: none !important;
}

.vt-single--truck-taxi .vt-cr-hero__action {
    height: 42px;
    min-width: 112px;
    border-radius: 5px;
    font-size: 0;
    gap: 7px;
    padding: 0 18px;
}

.vt-single--truck-taxi .vt-cr-hero__action::before {
    content: "";
    width: 15px;
    height: 15px;
    background: currentColor;
}

.vt-single--truck-taxi .vt-cr-hero__action::after {
    font-size: 13px;
    font-weight: 800;
}

.vt-single--truck-taxi .vt-cr-hero__action--call {
    background: var(--vt-stt-primary);
    border-color: var(--vt-stt-primary);
    color: #fff;
    box-shadow: 0 6px 14px var(--vt-stt-primary-shadow);
}

.vt-single--truck-taxi .vt-cr-hero__action--call::before {
    -webkit-mask: var(--vt-stt-icon-phone) center / contain no-repeat;
    mask: var(--vt-stt-icon-phone) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-hero__action--call::after {
    content: "G\1ecd i ngay";
}

.vt-single--truck-taxi .vt-cr-hero__action--sms {
    background: #fff;
    border-color: var(--vt-stt-line-strong);
    color: var(--vt-stt-primary);
}

.vt-single--truck-taxi .vt-cr-hero__action--sms::before {
    -webkit-mask: var(--vt-stt-icon-message) center / contain no-repeat;
    mask: var(--vt-stt-icon-message) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-hero__action--sms::after {
    content: "Nh\1eaf n tin";
}

.vt-single--truck-taxi .vt-cr-hero__action--call:hover {
    background: var(--vt-stt-title);
    border-color: var(--vt-stt-title);
    color: #fff;
}

.vt-single--truck-taxi .vt-cr-hero__action--sms:hover {
    background: var(--vt-stt-primary-soft-hover);
    color: var(--vt-stt-primary);
}

.vt-single--truck-taxi .vt-cr-hero__contact-item {
    position: relative;
    gap: 0;
    max-width: 100%;
    overflow: hidden;
    padding-left: 24px;
    color: var(--vt-stt-text);
    font-size: 13px;
    font-weight: 700;
}

.vt-single--truck-taxi .vt-cr-hero__contact-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background: var(--vt-stt-primary);
    transform: translateY(-50%);
}

.vt-single--truck-taxi .vt-cr-hero__contact-item--phone::before {
    -webkit-mask: var(--vt-stt-icon-phone) center / contain no-repeat;
    mask: var(--vt-stt-icon-phone) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-hero__contact-item--email::before {
    -webkit-mask: var(--vt-stt-icon-mail) center / contain no-repeat;
    mask: var(--vt-stt-icon-mail) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-hero__cover {
    width: 100%;
    height: 238px;
    border: 1px solid var(--vt-stt-line);
    border-radius: 8px;
    box-shadow: 0 8px 24px var(--vt-stt-accent-shadow);
}

.vt-single--truck-taxi .vt-cr-hero__cover img {
    object-fit: cover;
}

.vt-single--truck-taxi .vt-cr-body {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 24px;
}

.vt-single--truck-taxi .vt-cr-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.vt-single--truck-taxi .vt-cr-stat {
    gap: 14px;
    min-height: 78px;
    padding: 17px 18px;
    background: #fff;
    border: 1px solid var(--vt-stt-line);
    border-radius: 7px;
    box-shadow: 0 4px 14px var(--vt-stt-accent-shadow);
}

.vt-single--truck-taxi .vt-cr-stat:last-child {
    border-right: 1px solid var(--vt-stt-line);
}

.vt-single--truck-taxi .vt-cr-stat__icon {
    width: 34px;
    height: 34px;
    background: transparent;
    color: var(--vt-stt-primary);
}

.vt-single--truck-taxi .vt-cr-stat__icon .dashicons {
    display: block;
    width: 28px;
    height: 28px;
    background: currentColor;
    font-size: 0;
}

.vt-single--truck-taxi .vt-cr-stat__icon .dashicons-car {
    -webkit-mask: var(--vt-stt-icon-truck) center / contain no-repeat;
    mask: var(--vt-stt-icon-truck) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-stat__icon .dashicons-cart {
    -webkit-mask: var(--vt-stt-icon-cube) center / contain no-repeat;
    mask: var(--vt-stt-icon-cube) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-stat__icon .dashicons-location {
    -webkit-mask: var(--vt-stt-icon-pin) center / contain no-repeat;
    mask: var(--vt-stt-icon-pin) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-stat__icon .dashicons-clock {
    -webkit-mask: var(--vt-stt-icon-clock) center / contain no-repeat;
    mask: var(--vt-stt-icon-clock) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-stat__icon .dashicons::before {
    content: none;
}

.vt-single--truck-taxi .vt-cr-stat__text {
    gap: 3px;
}

.vt-single--truck-taxi .vt-cr-stat__label {
    order: -1;
    color: var(--vt-stt-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.vt-single--truck-taxi .vt-cr-stat__val {
    color: #111;
    font-size: 20px;
    font-weight: 700;
}

.vt-single--truck-taxi .vt-sh-tabs-wrap {
    position: static;
    display: flex;
    gap: 28px;
    overflow-x: auto;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid var(--vt-stt-line);
    border-radius: 0;
    z-index: auto;
}

.vt-single--truck-taxi .vt-sh-tab {
    padding: 13px 0 11px;
    color: var(--vt-stt-text);
    border-bottom: 2px solid transparent;
    font-size: 13px;
    font-weight: 800;
}

.vt-single--truck-taxi .vt-sh-tab--active {
    color: var(--vt-stt-primary);
    border-bottom-color: var(--vt-stt-primary);
    background-color: transparent;
}

.vt-single--truck-taxi .vt-sh-tab--active:hover,
.vt-single--truck-taxi .vt-sh-tab:hover {
    background: transparent !important;
}

.vt-single--truck-taxi .vt-cr-main .vt-sh-tab-panel {
    padding-top: 16px;
}

.vt-single--truck-taxi .vt-cr-info-grid {
    gap: 16px;
}

.vt-single--truck-taxi .vt-block,
.vt-single--truck-taxi .vt-widget {
    background: #fff;
    border: 1px solid var(--vt-stt-line);
    border-radius: 7px;
    box-shadow: none;
}

.vt-single--truck-taxi .vt-block {
    padding: 20px;
}

.vt-single--truck-taxi .vt-block__title,
.vt-single--truck-taxi .vt-widget__title,
.vt-single--truck-taxi .vt-review-form__title {
    color: var(--vt-stt-title);
    font-size: 18px;
    margin-bottom: 5px;
    border: none;
}

.vt-single--truck-taxi .vt-block__title::before {
    display: none;
}

.vt-single--truck-taxi .vt-info-table th,
.vt-single--truck-taxi .vt-info-table td {
    padding: 7px 0;
    border-bottom: 0;
    background: transparent;
    color: var(--vt-stt-text);
    font-size: 14px;
    line-height: 1.45;
}

.vt-single--truck-taxi .vt-info-table th {
    width: 42%;
    font-weight: 700;
}

.vt-single--truck-taxi .vt-info-table td {
    font-weight: 600;
}

.vt-single--truck-taxi .vt-info-table tr:hover th,
.vt-single--truck-taxi .vt-info-table tr:hover td {
    background: transparent;
}

.vt-single--truck-taxi .vt-cr-intro,
.vt-single--truck-taxi .vt-cr-intro p {
    color: var(--vt-stt-text);
    font-weight: 500;
    line-height: 1.7;
}

.vt-single--truck-taxi .vt-cr-intro ul,
.vt-single--truck-taxi .vt-cr-intro ol {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.vt-single--truck-taxi .vt-cr-intro li {
    position: relative;
    padding-left: 26px;
    color: var(--vt-stt-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.vt-single--truck-taxi .vt-cr-intro li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--vt-stt-green);
}

.vt-single--truck-taxi .vt-cr-intro li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: calc(.2em + 4px);
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-mask: var(--vt-stt-icon-check) center / contain no-repeat;
    mask: var(--vt-stt-icon-check) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-goods-grid {
    gap: 10px;
}

.vt-single--truck-taxi .vt-cr-goods-item {
    border-color: var(--vt-stt-line);
    color: var(--vt-stt-text);
    font-size: 14px;
    font-weight: 700;
}

.vt-single--truck-taxi .vt-cr-goods-item:hover {
    border-color: var(--vt-stt-primary);
    box-shadow: 0 6px 16px var(--vt-stt-accent-shadow);
}

.vt-single--truck-taxi .vt-cr-goods-item__icon {
    display: inline-flex;
    width: 17px;
    height: 17px;
    background: var(--vt-stt-primary);
    color: transparent;
    font-size: 0;
}

.vt-single--truck-taxi .vt-cr-goods-item__icon--area {
    -webkit-mask: var(--vt-stt-icon-pin) center / contain no-repeat;
    mask: var(--vt-stt-icon-pin) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-goods-item__icon--service {
    -webkit-mask: var(--vt-stt-icon-check) center / contain no-repeat;
    mask: var(--vt-stt-icon-check) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-fleet {
    margin-top: 16px;
}

.vt-single--truck-taxi .vt-cr-fleet-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.vt-single--truck-taxi .vt-cr-fleet-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 116px;
    padding: 12px 10px 8px;
    background: #fff;
    border: 1px solid var(--vt-stt-line);
    border-radius: 6px;
    box-shadow: none;
    overflow: hidden;
}

.vt-single--truck-taxi .vt-cr-fleet-card:hover {
    border-color: var(--vt-stt-line-strong);
    box-shadow: 0 8px 18px var(--vt-stt-accent-shadow);
}

.vt-single--truck-taxi .vt-cr-fleet-card__img {
    order: 2;
    background: #fff;
    aspect-ratio: auto;
    height: 58px;
    margin-top: 8px;
}

.vt-single--truck-taxi .vt-cr-fleet-card__img img {
    padding: 0;
    object-fit: contain;
}

.vt-single--truck-taxi .vt-cr-fleet-card__body {
    order: 1;
    padding: 0;
    text-align: center;
}

.vt-single--truck-taxi .vt-cr-fleet-card__name {
    color: var(--vt-stt-title);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 4px;
}

.vt-single--truck-taxi .vt-cr-fleet-card__count {
    display: block;
    padding: 0;
    background: transparent;
    color: var(--vt-stt-text);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.vt-single--truck-taxi .vt-cr-fleet-card__count strong {
    color: var(--vt-stt-text);
}

.vt-single--truck-taxi .vt-cr-sidebar {
    gap: 16px;
}

.vt-single--truck-taxi .vt-widget {
    padding: 20px;
}

.vt-single--truck-taxi .vt-cr-sidebar-list {
    gap: 10px;
}

.vt-single--truck-taxi .vt-cr-sidebar-list li {
    align-items: center;
    gap: 10px;
    padding: 0;
    color: var(--vt-stt-text);
    font-size: 14px;
    font-weight: 500;
}

.vt-single--truck-taxi .vt-cr-sidebar-list__icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-top: 0;
    background: var(--vt-stt-primary);
    color: transparent;
    font-size: 0;
}

.vt-single--truck-taxi .vt-cr-sidebar-list__icon--service,
.vt-single--truck-taxi .vt-cr-sidebar-list__icon--check {
    -webkit-mask: var(--vt-stt-icon-check) center / contain no-repeat;
    mask: var(--vt-stt-icon-check) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-widget--tt-commitments .vt-cr-sidebar-list__icon--check {
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 50%;
    background: var(--vt-stt-green);
    -webkit-mask: none;
    mask: none;
}

.vt-single--truck-taxi .vt-widget--tt-commitments .vt-cr-sidebar-list__icon--check::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-mask: var(--vt-stt-icon-check) center / contain no-repeat;
    mask: var(--vt-stt-icon-check) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-cr-sidebar-list__icon--area {
    -webkit-mask: var(--vt-stt-icon-pin) center / contain no-repeat;
    mask: var(--vt-stt-icon-pin) center / contain no-repeat;
}

.vt-single--truck-taxi .vt-rv-summary {
    background: #fff;
    border-color: var(--vt-stt-line);
    border-radius: 7px;
}

.vt-single--truck-taxi .vt-rv-summary__num,
.vt-single--truck-taxi .vt-review-item__author {
    color: var(--vt-stt-title);
}

.vt-single--truck-taxi .vt-rv-summary__denom,
.vt-single--truck-taxi .vt-rv-summary__count,
.vt-single--truck-taxi .vt-rv-bar__label,
.vt-single--truck-taxi .vt-rv-bar__stat,
.vt-single--truck-taxi .vt-review-item__date,
.vt-single--truck-taxi .vt-review-item__content,
.vt-single--truck-taxi .vt-review-empty,
.vt-single--truck-taxi .vt-review-form__label,
.vt-single--truck-taxi .vt-review-form__notice {
    color: var(--vt-stt-text);
}

.vt-single--truck-taxi .vt-rv-bar__track {
    background: var(--vt-stt-line);
}

.vt-single--truck-taxi .vt-rv-bar__fill {
    background: var(--vt-stt-star);
}

.vt-single--truck-taxi .vt-review-item {
    border-bottom-color: var(--vt-stt-line);
}

.vt-single--truck-taxi .vt-review-form__input {
    border-color: var(--vt-stt-line-strong);
    color: var(--vt-stt-text);
}

.vt-single--truck-taxi .vt-review-form__input:focus {
    border-color: var(--vt-stt-primary);
    box-shadow: 0 0 0 3px var(--vt-stt-primary-shadow);
}

.vt-single--truck-taxi #vt-review-submit {
    background: var(--vt-stt-primary);
    border-color: var(--vt-stt-primary);
    color: #fff;
}

.vt-single--truck-taxi .vt-info-table th, .vt-single--truck-taxi .vt-info-table td {
  border: none;
  padding: 4px 0;
  font-weight: normal;
}

.vt-single--truck-taxi .vt-info-table th {
    padding-right: 4px;
}

@media (max-width: 1100px) {
    .vt-single--truck-taxi .vt-cr-hero {
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 24px;
    }

    .vt-single--truck-taxi .vt-cr-hero__left {
        grid-template-columns: 140px minmax(0, 1fr);
    }

    .vt-single--truck-taxi .vt-cr-hero__logo {
        width: 140px;
        height: 124px;
    }

    .vt-single--truck-taxi .vt-cr-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .vt-single--truck-taxi .vt-cr-hero {
        grid-template-columns: 1fr;
    }

    .vt-single--truck-taxi .vt-cr-hero__cover {
        order: -1;
        height: 220px;
    }

    .vt-single--truck-taxi .vt-cr-body {
        grid-template-columns: 1fr;
    }

    .vt-single--truck-taxi .vt-cr-sidebar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}

@media (max-width: 640px) {
    .vt-single--truck-taxi {
        padding-top: 14px;
    }

    .vt-single--truck-taxi .vt-container {
        padding: 0 14px;
    }

    .vt-single--truck-taxi .vt-cr-hero__left {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 10px;
    }

    .vt-single--truck-taxi .vt-cr-hero__logo {
        width: 88px;
        height: 88px;
    }

    .vt-single--truck-taxi .vt-cr-hero__logo img {
        padding: 10px;
    }

    .vt-single--truck-taxi .vt-cr-hero__name {
        font-size: 22px;
    }

    .vt-single--truck-taxi .vt-cr-hero__meta-row {
        gap: 10px 16px;
    }

    .vt-single--truck-taxi .vt-cr-hero__actions {
        width: 100%;
    }

    .vt-single--truck-taxi .vt-cr-hero__action {
        flex: 1;
        min-width: 128px;
    }

    .vt-single--truck-taxi .vt-cr-hero__contact-item {
        width: 100%;
    }

    .vt-single--truck-taxi .vt-cr-hero__cover {
        height: 180px;
    }

    .vt-single--truck-taxi .vt-cr-stats {
        grid-template-columns: 1fr;
    }

    .vt-single--truck-taxi .vt-cr-info-grid {
        grid-template-columns: 1fr;
    }

    .vt-single--truck-taxi .vt-sh-tabs-wrap {
        gap: 20px;
    }

    .vt-single--truck-taxi .vt-block,
    .vt-single--truck-taxi .vt-widget {
        padding: 16px;
    }

    .vt-single--truck-taxi .vt-cr-fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) and (min-width: 641px) {
    .vt-single--truck-taxi .vt-cr-fleet-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Single carrier visual polish */
.vt-single--carrier {
    --vt-sc-title: var(--e-global-color-accent);
    --vt-sc-text: var(--e-global-color-text);
    --vt-sc-primary: var(--e-global-color-primary);
    --vt-sc-line: color-mix(in srgb, var(--e-global-color-text) 14%, transparent);
    --vt-sc-line-strong: color-mix(in srgb, var(--e-global-color-text) 22%, transparent);
    --vt-sc-soft: color-mix(in srgb, var(--e-global-color-primary) 5%, #fff);
    --vt-sc-primary-soft: color-mix(in srgb, var(--e-global-color-primary) 8%, #fff);
    --vt-sc-primary-soft-hover: color-mix(in srgb, var(--e-global-color-primary) 4%, #fff);
    --vt-sc-primary-shadow: color-mix(in srgb, var(--e-global-color-primary) 20%, transparent);
    --vt-sc-accent-shadow: color-mix(in srgb, var(--e-global-color-accent) 6%, transparent);
    --vt-sc-green: #2fab55;
    --vt-sc-green-dark: #18813a;
    --vt-sc-star: #f5a400;
    --vt-sc-icon-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    --vt-sc-icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l7 3v5c0 4.6-2.8 8-7 10-4.2-2-7-5.4-7-10V6l7-3Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M9 12l2 2 4-5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-sc-icon-truck: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 7h11v8H3zM14 10h4l3 3v2h-7z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='7' cy='18' r='2' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='18' cy='18' r='2' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-sc-icon-cube: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16V8l-9-5-9 5v8l9 5 9-5Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M3.3 8.4L12 13l8.7-4.6M12 22v-9' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-sc-icon-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-4.4 7-11a7 7 0 1 0-14 0c0 6.6 7 11 7 11Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    --vt-sc-icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 7v5l3 2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-sc-icon-circle-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 7.5V12l3 2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-sc-icon-circle-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 6.5l4 1.7v3.1c0 2.6-1.6 4.6-4 5.8-2.4-1.2-4-3.2-4-5.8V8.2l4-1.7Z' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-sc-icon-circle-box: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 10l4-2.2 4 2.2v4.5l-4 2.2-4-2.2V10Z' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round'/%3E%3Cpath d='M8.3 10.2L12 12.3l3.7-2.1M12 16.5v-4.2' fill='none' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-sc-icon-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.2a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7A2 2 0 0 1 22 16.9Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-sc-icon-mail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4 7l8 6 8-6' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
    --vt-sc-icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: #fff;
    color: var(--vt-sc-text);
    padding: 18px 0 44px;
}

.vt-single--carrier .vt-container {
    max-width: 1270px;
}

.vt-single--carrier .vt-breadcrumb {
    margin: 0 0 18px;
    color: var(--vt-sc-text);
    font-size: 14px;
    font-weight: 600;
}

.vt-single--carrier .vt-breadcrumb a:hover{
    color: var(--vt-sc-primary);
}

.vt-single--carrier .vt-breadcrumb a,
.vt-single--carrier .vt-breadcrumb [aria-current],
.vt-single--carrier .vt-breadcrumb [aria-hidden] {
    color: var(--vt-sc-text);
}

.vt-single--carrier .vt-cr-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 450px;
    gap: 36px;
    align-items: start;
    margin-bottom: 28px;
}

.vt-single--carrier .vt-cr-hero--no-cover {
    grid-template-columns: minmax(0, 1fr);
}

.vt-single--carrier .vt-cr-hero__left {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 0 20px;
    align-items: start;
}

.vt-single--carrier .vt-cr-hero__logo {
    grid-row: 1 / 5;
    width: 168px;
    height: 150px;
    border: 1px solid var(--vt-sc-line);
    border-radius: 8px;
    box-shadow: 0 6px 18px var(--vt-sc-accent-shadow);
}

.vt-single--carrier .vt-cr-hero__logo img {
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
}

.vt-single--carrier .vt-cr-hero__logo-placeholder {
    color: var(--vt-sc-primary);
    background: var(--vt-sc-primary-soft);
}

.vt-single--carrier .vt-cr-hero__info {
    display: contents;
}

.vt-single--carrier .vt-cr-hero__name-row {
    grid-column: 2;
    gap: 8px;
    align-items: center;
}

.vt-single--carrier .vt-cr-hero__name {
    color: var(--vt-sc-title);
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: 0;
}

.vt-single--carrier .vt-cr-hero__verified {
    width: 16px;
    height: 16px;
    font-size: 11px;
    background: var(--vt-sc-primary);
}

.vt-single--carrier .vt-cr-hero__rating {
    grid-column: 2;
    gap: 8px;
    margin-top: 2px;
}

.vt-single--carrier .vt-cr-hero__rating .vt-stars {
    gap: 2px;
    color: var(--vt-sc-star);
    font-size: 18px;
}

.vt-single--carrier .vt-cr-hero__rating-val {
    color: var(--vt-sc-title);
    font-size: 14px;
    font-weight: 800;
}

.vt-single--carrier .vt-cr-hero__rating-count {
    color: var(--vt-sc-text);
    font-size: 14px;
}

.vt-single--carrier .vt-cr-hero__meta-row {
    grid-column: 2;
    gap: 26px;
    margin-top: 8px;
    color: var(--vt-sc-text);
    font-size: 14px;
    font-weight: 600;
}

.vt-single--carrier .vt-cr-hero__meta-row > span {
    display: inline-flex;
    align-items: center;
}

.vt-single--carrier .vt-cr-hero__meta-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    color: var(--vt-sc-text);
    font-size: 0;
}

.vt-single--carrier .vt-cr-hero__meta-icon::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: currentColor;
}

.vt-single--carrier .vt-cr-hero__meta-icon--years::before {
    -webkit-mask: var(--vt-sc-icon-calendar) center / contain no-repeat;
    mask: var(--vt-sc-icon-calendar) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-hero__meta-icon--vehicles::before {
    -webkit-mask: var(--vt-sc-icon-truck) center / contain no-repeat;
    mask: var(--vt-sc-icon-truck) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-hero__meta-icon--response::before {
    -webkit-mask: var(--vt-sc-icon-shield) center / contain no-repeat;
    mask: var(--vt-sc-icon-shield) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-hero__tagline {
    grid-column: 2;
    max-width: 620px;
    margin: 8px 0 0;
    color: var(--vt-sc-text);
    font-size: 14px;
    line-height: 1.65;
}

.vt-single--carrier .vt-cr-hero__actions {
    grid-column: 1 / -1;
    gap: 18px;
    margin-top: 20px;
    align-items: center;
}

.vt-single--carrier .vt-cr-hero__actions img.emoji {
    display: none !important;
}

.vt-single--carrier .vt-cr-hero__action {
    height: 42px;
    min-width: 112px;
    border-radius: 6px;
    font-size: 0;
    justify-content: center;
}

.vt-single--carrier .vt-cr-hero__action::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 0px;
    background: currentColor;
}

.vt-single--carrier .vt-cr-hero__action::after {
    font-size: 14px;
    font-weight: 800;
}

.vt-single--carrier .vt-cr-hero__action--call {
    background: var(--vt-sc-primary);
    border-color: var(--vt-sc-primary);
    color: #fff;
}

.vt-single--carrier .vt-cr-hero__action--call::before {
    -webkit-mask: var(--vt-sc-icon-phone) center / contain no-repeat;
    mask: var(--vt-sc-icon-phone) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-hero__action--call::after {
    content: "G\1ecd i ngay";
}

.vt-single--carrier .vt-cr-hero__action--call:hover {
    background: var(--vt-sc-title);
    border-color: var(--vt-sc-title);
}

.vt-single--carrier .vt-cr-hero__contact-item {
    position: relative;
    gap: 0;
    padding-left: 24px;
    color: var(--vt-sc-text);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.vt-single--carrier .vt-cr-hero__contact-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: var(--vt-sc-primary);
    transform: translateY(-50%);
}

.vt-single--carrier .vt-cr-hero__contact-item--phone::before {
    -webkit-mask: var(--vt-sc-icon-phone) center / contain no-repeat;
    mask: var(--vt-sc-icon-phone) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-hero__contact-item--email::before {
    -webkit-mask: var(--vt-sc-icon-mail) center / contain no-repeat;
    mask: var(--vt-sc-icon-mail) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-hero__cover {
    width: 100%;
    height: 238px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 22px var(--vt-sc-accent-shadow);
}

.vt-single--carrier .vt-cr-hero__cover img {
    object-fit: cover;
}

.vt-single--carrier .vt-cr-body {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 24px;
    align-items: start;
}

.vt-single--carrier .vt-cr-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 16px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.vt-single--carrier .vt-cr-stat {
    gap: 14px;
    min-height: 78px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--vt-sc-line);
    border-radius: 8px;
}

.vt-single--carrier .vt-cr-stat__icon {
    width: 34px;
    height: 34px;
    color: var(--vt-sc-primary);
    background: var(--vt-sc-primary-soft);
}

.vt-single--carrier .vt-cr-stat__icon .dashicons {
    display: block;
    width: 28px;
    height: 28px;
    background: currentColor;
}

.vt-single--carrier .vt-cr-stat__icon .dashicons-admin-links {
    -webkit-mask: var(--vt-sc-icon-truck) center / contain no-repeat;
    mask: var(--vt-sc-icon-truck) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-stat__icon .dashicons-cart {
    -webkit-mask: var(--vt-sc-icon-cube) center / contain no-repeat;
    mask: var(--vt-sc-icon-cube) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-stat__icon .dashicons-location {
    -webkit-mask: var(--vt-sc-icon-pin) center / contain no-repeat;
    mask: var(--vt-sc-icon-pin) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-stat__icon .dashicons-clock {
    -webkit-mask: var(--vt-sc-icon-clock) center / contain no-repeat;
    mask: var(--vt-sc-icon-clock) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-stat__icon .dashicons::before {
    content: none;
}

.vt-single--carrier .vt-cr-stat__text {
    gap: 3px;
}

.vt-single--carrier .vt-cr-stat__label {
    order: -1;
    color: var(--vt-sc-text);
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.vt-single--carrier .vt-cr-stat__val {
    color: #111;
    font-size: 16px;
    font-weight: 700;
}

.vt-single--carrier .vt-sh-tabs-wrap {
    position: static;
    display: flex;
    gap: 34px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--vt-sc-line);
    background: transparent;
}

.vt-single--carrier .vt-sh-tab {
    padding: 13px 0 11px;
    color: var(--vt-sc-text);
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
}

.vt-single--carrier .vt-sh-tab--active {
    color: var(--vt-sc-primary);
    border-bottom-color: var(--vt-sc-primary);
    background-color: transparent;
}

.vt-single--carrier .vt-sh-tab--active:hover,
.vt-single--carrier .vt-sh-tab:hover {
    background: transparent !important;
}

.vt-single--carrier .vt-cr-main .vt-sh-tab-panel {
    padding-top: 16px;
}

.vt-single--carrier .vt-cr-info-grid {
    gap: 16px;
}

.vt-single--carrier .vt-block,
.vt-single--carrier .vt-widget {
    background: #fff;
    border: 1px solid var(--vt-sc-line);
    border-radius: 8px;
    box-shadow: 0 6px 18px var(--vt-sc-accent-shadow);
}

.vt-single--carrier .vt-block {
    padding: 20px;
}

.vt-single--carrier .vt-block__title,
.vt-single--carrier .vt-widget__title,
.vt-single--carrier .vt-review-form__title {
    color: var(--vt-sc-title);
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0;
}

.vt-single--carrier .vt-block__title::before {
    display: none;
}

.vt-single--carrier .vt-info-table th,
.vt-single--carrier .vt-info-table td {
    padding: 5px 0;
    border-bottom: 0;
    color: var(--vt-sc-text);
    font-size: 14px;
    line-height: 1.45;
    border: none;
}

.vt-single--carrier .vt-info-table th {
    width: 42%;
    padding-right: 8px;
    font-weight: normal;
    background-color: transparent;
}

.vt-single--carrier .vt-info-table td {
    font-weight: normal;
}

.vt-single--carrier .vt-info-table tbody > tr:nth-child(2n+1) > td, 
.vt-single--carrier .vt-info-table tbody > tr:nth-child(2n+1) > th {
    background-color: transparent
}

.vt-single--carrier .vt-info-table tr:hover th,
.vt-single--carrier .vt-info-table tr:hover td {
    background: transparent;
}

.vt-single--carrier .vt-cr-intro,
.vt-single--carrier .vt-cr-intro p {
    color: var(--vt-sc-text);
    line-height: 1.65;
}

.vt-single--carrier .vt-cr-intro ul,
.vt-single--carrier .vt-cr-intro ol {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.vt-single--carrier .vt-cr-intro li {
    position: relative;
    padding-left: 26px;
    color: var(--vt-sc-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.vt-single--carrier .vt-cr-intro li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--vt-sc-green);
}

.vt-single--carrier .vt-cr-intro li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 6px;
    background: #fff;
    -webkit-mask: var(--vt-sc-icon-check) center / contain no-repeat;
    mask: var(--vt-sc-icon-check) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-goods-grid {
    gap: 10px;
}

.vt-single--carrier .vt-cr-goods-item {
    border-color: var(--vt-sc-line);
    color: var(--vt-sc-text);
    font-size: 14px;
    font-weight: 700;
}

.vt-single--carrier .vt-cr-goods-item:hover {
    border-color: var(--vt-sc-primary);
    box-shadow: 0 6px 16px var(--vt-sc-accent-shadow);
}

.vt-single--carrier .vt-cr-goods-item__icon {
    display: inline-flex;
    width: 17px;
    height: 17px;
    color: transparent;
    background: var(--vt-sc-primary);
}

.vt-single--carrier .vt-cr-goods-item__icon--goods {
    -webkit-mask: var(--vt-sc-icon-cube) center / contain no-repeat;
    mask: var(--vt-sc-icon-cube) center / contain no-repeat;
}

.vt-single--carrier .vt-cr-fleet {
    margin-top: 16px;
}

.vt-single--carrier .vt-cr-fleet-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.vt-single--carrier .vt-cr-fleet-card {
    display: flex;
    flex-direction: column;
    min-height: 128px;
    padding: 13px 12px 9px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--vt-sc-line);
    border-radius: 8px;
    box-shadow: none;
}

.vt-single--carrier .vt-cr-fleet-card:hover {
    border-color: var(--vt-sc-line-strong);
    box-shadow: 0 8px 18px var(--vt-sc-accent-shadow);
}

.vt-single--carrier .vt-cr-fleet-card__img {
    order: 2;
    height: 68px;
    margin-top: 8px;
    background: #fff;
}

.vt-single--carrier .vt-cr-fleet-card__img img {
    padding: 0;
    object-fit: contain;
}

.vt-single--carrier .vt-cr-fleet-card__body {
    order: 1;
    padding: 0;
    text-align: center;
}

.vt-single--carrier .vt-cr-fleet-card__name {
    color: var(--vt-sc-title);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.vt-single--carrier .vt-cr-fleet-card__count {
    display: block;
    padding: 0;
    background: transparent;
    color: var(--vt-sc-text);
    font-size: 12px;
    font-weight: 600;
}

.vt-single--carrier .vt-cr-fleet-card__count strong {
    color: var(--vt-sc-text);
}

.vt-single--carrier .vt-cr-sidebar {
    gap: 16px;
}

.vt-single--carrier .vt-widget {
    padding: 20px;
}

.vt-single--carrier .vt-cr-sidebar-list {
    gap: 10px;
}

.vt-single--carrier .vt-cr-sidebar-list li {
    align-items: center;
    gap: 10px;
    color: var(--vt-sc-text);
    font-size: 14px;
    font-weight: 500;
}

.vt-single--carrier .vt-cr-sidebar-list__icon {
    display: inline-flex;
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: transparent;
    background: var(--vt-sc-primary);
}

.vt-single--carrier .vt-cr-sidebar-list__icon--goods {
    -webkit-mask: var(--vt-sc-icon-cube) center / contain no-repeat;
    mask: var(--vt-sc-icon-cube) center / contain no-repeat;
}

.vt-single--carrier .vt-widget--carrier-commitments .vt-cr-sidebar-list__icon--check {
    -webkit-mask: var(--vt-sc-icon-circle-clock) center / contain no-repeat;
    mask: var(--vt-sc-icon-circle-clock) center / contain no-repeat;
}

.vt-single--carrier .vt-widget--carrier-commitments li:nth-child(2) .vt-cr-sidebar-list__icon--check {
    -webkit-mask: var(--vt-sc-icon-circle-box) center / contain no-repeat;
    mask: var(--vt-sc-icon-circle-box) center / contain no-repeat;
}

.vt-single--carrier .vt-widget--carrier-commitments li:nth-child(3) .vt-cr-sidebar-list__icon--check {
    -webkit-mask: var(--vt-sc-icon-circle-shield) center / contain no-repeat;
    mask: var(--vt-sc-icon-circle-shield) center / contain no-repeat;
}

.vt-single--carrier .vt-widget--carrier-commitments li:nth-child(4) .vt-cr-sidebar-list__icon--check {
    -webkit-mask: var(--vt-sc-icon-circle-clock) center / contain no-repeat;
    mask: var(--vt-sc-icon-circle-clock) center / contain no-repeat;
}

.vt-single--carrier .vt-rv-summary {
    background: #fff;
    border-color: var(--vt-sc-line);
    border-radius: 8px;
}

.vt-single--carrier .vt-rv-summary__num,
.vt-single--carrier .vt-review-item__author {
    color: #111;
}

.vt-single--carrier .vt-rv-summary__denom,
.vt-single--carrier .vt-rv-summary__count,
.vt-single--carrier .vt-rv-bar__label,
.vt-single--carrier .vt-rv-bar__stat,
.vt-single--carrier .vt-review-item__date,
.vt-single--carrier .vt-review-item__content,
.vt-single--carrier .vt-review-empty,
.vt-single--carrier .vt-review-form__label,
.vt-single--carrier .vt-review-form__notice {
    color: var(--vt-sc-text);
}

.vt-single--carrier .vt-rv-bar__track {
    background: var(--vt-sc-line);
}

.vt-single--carrier .vt-rv-bar__fill {
    background: var(--vt-sc-star);
}

.vt-single--carrier .vt-review-item {
    border-bottom-color: var(--vt-sc-line);
}

.vt-single--carrier .vt-review-form__input {
    border-color: var(--vt-sc-line-strong);
    color: var(--vt-sc-text);
}

.vt-single--carrier .vt-review-form__input:focus {
    border-color: var(--vt-sc-primary);
    box-shadow: 0 0 0 3px var(--vt-sc-primary-shadow);
}

.vt-single--carrier #vt-review-submit {
    background: var(--vt-sc-primary);
    border-color: var(--vt-sc-primary);
    color: #fff;
}

@media (max-width: 1100px) {
    .vt-single--carrier .vt-cr-hero {
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 24px;
    }

    .vt-single--carrier .vt-cr-hero__left {
        grid-template-columns: 140px minmax(0, 1fr);
    }

    .vt-single--carrier .vt-cr-hero__logo {
        width: 140px;
        height: 124px;
    }

    .vt-single--carrier .vt-cr-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .vt-single--carrier .vt-cr-hero {
        grid-template-columns: 1fr;
    }

    .vt-single--carrier .vt-cr-hero__cover {
        order: -1;
        height: 220px;
    }

    .vt-single--carrier .vt-cr-body {
        grid-template-columns: 1fr;
    }

    .vt-single--carrier .vt-cr-sidebar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}

@media (max-width: 640px) {
    .vt-single--carrier {
        padding-top: 14px;
    }

    .vt-single--carrier .vt-container {
        padding: 0 14px;
    }

    .vt-single--carrier .vt-cr-hero__left {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 0 10px;
    }

    .vt-single--carrier .vt-cr-hero__logo {
        width: 88px;
        height: 88px;
    }

    .vt-single--carrier .vt-cr-hero__logo img {
        padding: 10px;
    }

    .vt-single--carrier .vt-cr-hero__name {
        font-size: 22px;
    }

    .vt-single--carrier .vt-cr-hero__meta-row {
        gap: 10px 16px;
    }

    .vt-single--carrier .vt-cr-hero__actions {
        width: 100%;
        gap: 10px;
    }

    .vt-single--carrier .vt-cr-hero__action {
        flex: 1;
        min-width: 128px;
    }

    .vt-single--carrier .vt-cr-hero__contact-item {
        width: 100%;
    }

    .vt-single--carrier .vt-cr-hero__cover {
        height: 180px;
    }

    .vt-single--carrier .vt-cr-stats,
    .vt-single--carrier .vt-cr-info-grid {
        grid-template-columns: 1fr;
    }

    .vt-single--carrier .vt-sh-tabs-wrap {
        gap: 20px;
    }

    .vt-single--carrier .vt-block,
    .vt-single--carrier .vt-widget {
        padding: 16px;
    }

    .vt-single--carrier .vt-cr-fleet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) and (min-width: 641px) {
    .vt-single--carrier .vt-cr-fleet-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
