/* Tab Navigation Container */


:root{
    --scrollbar-color-thumb: #ccc;
    --scrollbar-color-thumb-dark: #333;
    --scrollbar-color-track:transparent;
    --scrollbar-width: thick;
    --scrollbar-width-legacy: 20px;

    --font-size-tb:18px;
    --line-height-tb:32px;
}
@media screen and (max-width: 767px) {
    :root{
        --font-size-tb: 16px;
        --line-height-tb: 24px;
    }
}



body .blogBodyContainer header > *:is(:not(h1, button)){
    max-width: var(--blogWidth);
    max-width: 730px;
    --light: #eee;
    /* font-size: 18px; */
    /* line-height: 36px; */
}
body .blogBodyContainer header > *:is(p,ul,ol) {
    font-size: var(--font-size-tb);
    line-height: var(--line-height-tb);
    color:#222;
}
body article.post{
    max-width: 100%;
}

body article.post .tabbed-tabs{
    margin-left:auto;
    margin-right:auto;
    display: flex;
    align-items: flex-end;
    gap: .5rem;
    margin-bottom: 0;
    /* border-bottom: 2px solid var(--accent-2); */
    min-width: 100%;
    justify-content: center;
    /* position: sticky; */
    /* top: 120px; */
    background: #fff;
    /* max-width: var(--blogWidth); */
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    scrollbar-width: thin;
    position: relative;
    min-height: auto;
}
body article.post .tabbed-tabs:before{
    content:' ';
    border-bottom: 2px solid var(--accent-2);
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 0;
}

body article.post .tabbed-tabs .tabbed-tab{
    background: var(--light);
    color: #333;
    border:0;
    font-family: var(--special-font-family);
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* margin-bottom: -2px; */
    border: 2px solid var(--light);
    border-bottom: 0;
    /* width: 150px; */
    /* max-width: 150px; */
    height: auto;
    max-height: unset;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    font-weight: 600;
}
body article.post .tabbed-tabs .tabbed-tab:is(:hover,:active,:focus){
    background: #ddd;
    border-color: #ddd;
    /* color:#fff; */
}
body article.post .tabbed-tabs .tabbed-tab:has( img ){
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 88px;
    justify-content: center;
}
body article.post .tabbed-tabs .tabbed-tab:has( img ) img{
    box-shadow:none;
    /* filter:invert(1); */
    width: 24px;
    height: 24px;
    min-width: unset;
    margin: 0 0 1rem 0;
}
body article.post .tabbed-tabs .tabbed-tab.active:has( img ) img{
    filter: var(--color-to-accent-2-dark);
}

body article.post .tabbed-tabs .tabbed-tab.active{
    background: #fff;
    color: var(--accent-2);
    /* border-bottom-color: #fff; */
    z-index: 1;
    border-color: var(--accent-2);
}
body article.post .tabbed-tab-panel{
    max-width: var(--blogWidth);
    max-width: 730px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 4rem;
}

body p.publishedDate,
body aside.crunchify-social,
aside.alsoAvailableIn{
    max-width: var(--blogWidth);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body p.publishedDate{
    margin-top: 4rem;
}
body aside.authorBox{
    max-width: var(--blogWidth);
}
body .blogHero2025{
    margin-bottom:2rem;
}













.trunc{
    max-height: 350px;
    overflow: hidden;
    position: relative;
    transition: none;
    transition: background .2s ease-in-out;
    margin-bottom: 3rem;
}
.trunc[data-height]{
    max-height: var(--data-height);
}
@media screen and (max-width: 767px) {
    .trunc[data-height-mob]{
        max-height: var(--data-height-mob);
    }
}
.trunc:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(0deg, #fff 30%, transparent);
}

/* .trunc:has(.trunc--btn):hover:after{
    transition: all .5s linear;
} */

.trunc[open]{
   max-height: none!important;
   transition: background .2s ease-in-out;
   padding-bottom: 4rem;
}
.trunc[open]:after{
    height:0;
}
.trunc[open] button.trunc--btn{
    box-shadow:none;
    bottom: 1rem;
}
.trunc[open] button.trunc--btn > span{
    color: transparent;
    letter-spacing: -10px;
}
.trunc[open] button.trunc--btn > span:before{
    content: 'less';
    color: var(--accent-2);
    letter-spacing: 0px;
}




button.trunc--btn{
    position:absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #fff;
    color: var(--accent-2);
    border-color: transparent;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    box-shadow: 0 0 10px 20px rgb(255 255 255 / 60%);
    margin-bottom: 0px;
    text-transform: initial;
    font-size: 16px;
    line-height: 1rem;
    display: flex;
    align-items: center;
    align-content: center;
    transition: 0s;
}
button.trunc--btn:before {
    display: inline-block;
    content: ' ';
    width: calc(100% - 2rem);
    position: absolute;
    bottom: 6px;
    border-top: 2px solid var(--accent-2);
}
button.trunc--btn > span {
    margin-left: 6px;
}
button.trunc--btn:after{
    display: inline-block;
    content: ' ';
    font-weight: 400;
    width: 21px;
    height: 11px;
    background-image: var(--angle-bottom);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 4px;
    filter: var(--color-to-accent-2);
}

button.trunc--btn:is(:hover,:active,:focus){
    background-color:var(--light);
}



@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1200px) {
    
    body article.post .tabbed-tabs{
        margin-left:-2rem;
        
        width: calc(100% + 4rem);
        max-width: calc(100% + 4rem);
        gap:1rem;
    }
    
    body article.post .tabbed-tabs .tabbed-tab{
        min-width: 200px;
        width: auto;
        text-overflow: ellipsis;
        overflow-wrap: anywhere;
        overflow: hidden;
        text-wrap: wrap;
        padding: 0rem 2rem;
    }

    
    .tabbed-tabs:has( :not( button.tabbed-scroll-left[style*="flex"]) ) .tabbed-tabs-container{
        justify-content: flex-start;
        /* margin-left: 1rem; */
        /* margin-right: 1rem; */
    }

}





/* Modern browsers with `scrollbar-*` support */
@supports (scrollbar-width: auto) {
    .tabbed-tabs {
        scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
        scrollbar-width: var(--scrollbar-width);
    }

    
    .tabbed-tabs::-webkit-scrollbar {
        height: 0px;
    }
}

/* Legacy browsers with `::-webkit-scrollbar-*` support */
@supports selector(::-webkit-scrollbar) {
    .tabbed-tabs::-webkit-scrollbar-thumb {
        background: var(--scrollbar-color-thumb);
        
        &:hover{
            background: var(--scrollbar-color-thumb-dark);
        }
    }
    .tabbed-tabs::-webkit-scrollbar-track {
        background: var(--scrollbar-color-track);
        
    }
    .tabbed-tabs::-webkit-scrollbar {
        max-width: var(--scrollbar-width-legacy);
        max-height: var(--scrollbar-width-legacy);
    }
}

/* Scroll Buttons */
button.tabbed-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--accent-2);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    margin: 0;
    padding: 0!important;
    align-items: center;
    font-size: 0px;
}

button.tabbed-scroll-btn:before{
    content: '';
    width: 28px;
    height: 28px;
    background-image: var(--angle-bottom);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: rotate(-90deg);
}
button.tabbed-scroll-btn.tabbed-scroll-left:before{
    transform: rotate(90deg);
}

.tabbed-scroll-btn:hover {
    border: 0;
    outline: 2px solid var(--accent-2-dark);
    background: #fff;
}

.tabbed-scroll-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.tabbed-scroll-left {
    left: 1px;
}

.tabbed-scroll-right {
    right: 8px;
}

.tabbed-scroll-btn svg {
    color: #666;
    transition: color 0.3s ease;
}

.tabbed-scroll-btn:hover svg {
    color: #c96b2b;
}

/* Tabs Container */
.tabbed-tabs-container {
    display: flex;
    gap: .5rem;
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    align-items: flex-end;
    justify-content: center;
}

.tabbed-tabs-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Update existing tabbed-tabs to be relative positioned */
.tabbed-tabs {
    position: relative;
}
[hidden="until-found"]{

}

figcaption {
    width: 100%;
    font-size: 16px;
    text-align: center !important;
    padding: .5rem 0;
    line-height: 1.8rem;
    font-family: var(--special-font-family);
    font-weight: 600;
    color: var(--brand-1);
    margin-bottom: 2rem;
}

    
.inlineCarQuoteWidget{
    max-width: unset !important;
    width: 100%;
}




@media only screen and (min-width: 1025px)  and (max-width: 1345px) {
    body .inlineCarQuoteWidget .carrentalframewidget{
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1438px) {
	/* .qqScrolling .heroQuote{ */
		/* display:none; */
	/* } */
}