:root {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;

    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;

    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;

    --wp--style--block-gap: 24px;

    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;

    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);

    --wp--preset--duotone--dark-grayscale: url(#wp-duotone-dark-grayscale);
    --wp--preset--duotone--grayscale: url(#wp-duotone-grayscale);
    --wp--preset--duotone--purple-yellow: url(#wp-duotone-purple-yellow);
    --wp--preset--duotone--blue-red: url(#wp-duotone-blue-red);
    --wp--preset--duotone--midnight: url(#wp-duotone-midnight);
    --wp--preset--duotone--magenta-yellow: url(#wp-duotone-magenta-yellow);
    --wp--preset--duotone--purple-green: url(#wp-duotone-purple-green);
    --wp--preset--duotone--blue-orange: url(#wp-duotone-blue-orange);
    
}


/********************************
 * GLOBAL WP BLOCKS
 ********************************/
.has-black-color,
.component.showroom .has-black-color {
    color: var(--wp--preset--color--black);
}
.component.showroom .has-cyan-bluish-gray-color,
.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray);
}
.component.showroom .has-white-color,
.has-white-color {
    color: var(--wp--preset--color--white);
}
.component.showroom .has-pale-pink-color, 
.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink);
}
.component.showroom .has-vivid-red-color,
.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red);
}
.component.showroom .has-luminous-vivid-orange-color,
.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange);
}
.component.showroom .has-luminous-vivid-amber-color,
.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber);
}
.component.showroom .has-light-green-cyan-color,
.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan);
}
.component.showroom .has-vivid-green-cyan-color,
.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan);
}
.component.showroom .has-pale-cyan-blue-color, 
.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue);
}
.component.showroom .has-vivid-cyan-blue-color,
.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue);
}
.component.showroom .has-vivid-purple-color,
.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple);
}
.component.showroom .has-kia-brand-color,
.has-kia-brand-color {
    color: var(--dark-color);
}


.has-black-background-color {
    background-color: var(--wp--preset--color--black);
}
.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray);
}
.has-white-background-color {
    background-color: var(--wp--preset--color--white);
}
.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink);
}
.has-vivid-red-color {
    background-color: var(--wp--preset--color--vivid-red);
}
.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange);
}
.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber);
}
.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan);
}
.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan);
}
.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue);
}
.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue);
}
.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple);
}
.has-kia-brand-background-color {
    background-color: var(--dark-color);
}

.wp-block-buttons {
    display: flex;
}
.wp-block-group {
    display: block;
}
.wp-block-group.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-group.is-layout-flex.is-nowrap {
    flex-wrap: nowrap;
}
.wp-block-group.is-layout-flex.is-vertical {
    flex-direction: row;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
.is-content-justification-center {
    justify-content: center;
}
.is-content-justification-left {
    justify-content: start;
}
.is-content-justification-right {
    justify-content: end;
}


/***********************************
 * Header
 ***********************************/
.header.showroom {
    position: relative;
    background-color: var(--dark-color);
}
.header.showroom .App-site-logo {
    width: 124px;
    height: 60px;
}
.header.showroom .App-menu {
    left: -12px;
    right: auto;
}
.header.showroom .App-close-menu {
    top: 35px;
}

.component.showroom {
}
.component.showroom a {
    color: var( --dark-color );
    text-decoration: none;
}
.component.showroom a:hover {
    text-decoration: underline;
}

.header.showroom .App-menu {
    bottom: auto;
    width: auto;
    min-width: 20%;
    height: auto;
    border-left: none;
    border-bottom: solid 1px var(--dark-color);
}
.header.showroom .App-menu-header {
    margin-bottom: 10px;
}
.header.showroom .App-menu-header .language-selector ul li {
    border-left: solid 1px var(--dark-color);
    padding-left: 20px;
}
.header.showroom .App-menu-header .language-selector ul li:first-child {
    border: none;
    padding-left: 0;
}
.header.showroom .logout-link {
    margin-top: 10px;
    margin-bottom: 30px;
}
.header.showroom .main-menu ul a {
    display: block;
    position: relative;
}
.header.showroom .main-menu ul li a::after {
    content: "";
    background-image: url(../images/showroom-arrow-right.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY( -50% );
}

/***********************************
 * Notifications
 ***********************************/
.App-hamburger-notifications {
    display: flex;
    gap: 15px;
    align-items: center;
}
.App-site-notifications {
    background-image: url(../images/showroom-notifications.svg);
    position: relative;
    cursor: pointer;
    width: 36px;
    height: 30px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.App-site-notifications a {
    display: block;
    width: 100%;
    height: 100%;
}
.App-site-notifications .notification {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var( --accent-color-red );
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}


/***********************************
 * Back Button
 ***********************************/
.App-back-container {
    border-bottom: solid 1px #b4b6b7;
}
.App-back {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.App-back a:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 20px;
    width: 6px;
    height: 12px;
    background-image: url( ../images/showroom-arrow-left.svg );
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.App-back img {
    max-width: 100px;
    height: auto;
    margin-left: 20px;
}

/***********************************
 * Share
 ***********************************/
.send-to-customer-icon {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
.send-to-customer-icon span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url( ../images/showroom-share-icon.svg );
    background-size: 50px auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/***********************************
 * Home
 ***********************************/
.component.showroom .showroom-home-content-wrapper {
    padding-top: 40px;
}
.home-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2.8rem;
}
.home-row h2 {
    font-size: 1.125rem;
    font-weight: bold;
    color: var( --dark-color );
}


/***********************************
 * Showroom Category
 ***********************************/
.showroom-models {
}
.showroom-models ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.showroom-models ul li {
    flex: 0 1 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: solid 1px #b4b6b7;
    padding: 1rem 0;
    padding-bottom: 1.5rem;
}
.component.showroom .showroom-models ul li a:hover {
    text-decoration: none;
}
.showroom-models ul li span {
    display: block;
}
.showroom-models ul li .image {
    flex: 0 1 50%;
    position: relative;
    display: block;
    overflow: hidden;
}
.showroom-models ul li .image::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 55%;
    height: 0;
}
.showroom-models ul li .image img {
    display: block;
    position: absolute;
    max-width: none;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    background-color: #fff;
}


.showroom-models ul li .body {
    flex: 0 1 50%;
}
.showroom-models ul li .body span {
    display: block;
}
.showroom-models ul li .body a:hover span {
    text-decoration: underline;
}
.showroom-models ul li .body span.year {
    font-size: 0.75rem;
    margin-bottom: 5px;
    font-weight: bold;
}
.showroom-models ul li .body span.title {
    font-weight: bold;
}
.showroom-models ul li .body span.url {
    margin-top: 10px;
}
.showroom-models ul li .body span.url:after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 6px;
    height: 12px;
    background-image: url( ../images/showroom-arrow-right.svg );
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}


/***********************************
 * Showroom Vehicle
 ***********************************/
.atwm-trim-walks {
    margin-bottom: 1rem;
}
.atwm-trim-walks .swiper-button-prev,
.atwm-trim-walks .swiper-button-next {
    width: 30px;
    height: 30px;
    background-color: #404040;
    border-radius: 50%;
}
.atwm-trim-walks .swiper-button-prev:hover,
.atwm-trim-walks .swiper-button-next:hover {
    background-color: var(--dark-color);
}
.atwm-trim-walks .swiper-button-prev:after,
.atwm-trim-walks .swiper-button-next:after {
    content: "";
    width: 17px;
    height: 13px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.atwm-trim-walks .swiper-button-prev:after {
    content: "";
    background-image: url( ../images/showroom-swiper-arrow-left.svg );
}
.atwm-trim-walks .swiper-button-next:after {
    content: "";
    background-image: url( ../images/showroom-swiper-arrow-right.svg );
}

.atwm-trim-walks .swiper {
    border-bottom: solid 1px #b4b6b7;
}
.atwm-trim-walks .swiper-wrapper {
    align-items: stretch;
}
.atwm-trim-walks .swiper-slide {
    height: auto;
}
.trim-walk-slide {
    border-left: solid 1px #b4b6b7;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.atwm-trim-walks .swiper-slide:first-child .trim-walk-slide {
    border: none;
}

.trim-walk-slide h2 {
    margin-bottom: 1.5rem;
}
.trim-walk-slide h2 a {
    background-color: #F8F8F8;
    padding: 2rem 2rem;
    text-align: center;
    font-size: 1.4rem;
    display: block;
}
.trim-walk-slide h2 a > * {
    display: block;
}
.trim-walk-slide h2 a .trim-walk-msrp {
    font-size: 0.8em;
}


.trim-walk-slide .image a {
    position: relative;
    display: block;
    overflow: hidden;
}
.trim-walk-slide .image a::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 65%;
    height: 0;
}
.trim-walk-slide .image a img {
    display: block;
    position: absolute;
    max-width: none;
    height: 86%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    background-color: #fff;
}
.trim-walk-block h3 {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: 1.2rem 0;
    padding-right: 1rem;
    border-bottom: solid 1px #b4b6b7;
}
.trim-walk-block h3::after {
    content: "";
    background-image: url( ../images/showroom-arrow-right.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.trim-walk-block.open h3::after {
    background-image: url( ../images/showroom-arrow-right.svg );
    transform: rotate(90deg);
}

.trim-walk-block > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-y: hidden;
    transition: all 0.3s;
    height: 0;
}
.trim-walk-block > ul > li {
    padding: 1rem 0;
    border-bottom: solid 1px #b4b6b7;
}
.trim-walk-block > ul > li ul {
    margin-top: 0.65rem;
}
.trim-walk-disclaimer {
    margin-top: 6rem;
    font-size: 0.75rem;
}
.trim-walk-slide > div:last-child > ul > li:last-child {
    border: none;
}

/***********************************
 * Showroom Vehicle Trim
 ***********************************/
.vehicle-slider {
    position: relative;
}
.vehicle-slider img {
    max-width: 100%;
}
.vehicle-slider h3 {
    text-align: center;
    font-size: 1rem;
    color: #1A1A1A;
    margin-top: 1rem;
}
.vehicle-slider .interior-colours {
    position: absolute;
    top: calc( 100% + 120px);
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    width: 100%;
}
.vehicle-slider .interior-colours li {
    width: 15%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.85em;
    align-content: start;
}
.vehicle-slider .interior-colours span {
    display: block;
    width: 100%;
    text-align: center;
}
.vehicle-slider .interior-colours .interior-colour-value,
.vehicle-slider .interior-colours .interior-colour-image {
    display: block;
    width: 30px;
    height: 30px;
    border: solid 1px #b4b6b7;
    border-radius: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.vehicle-slider .swiper {
    padding-bottom: 130px;
}
.vehicle-slider .swiper-pagination {
    bottom: 110px;
}
.vehicle-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #9EA1A2;
}
.vehicle-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var( --dark-color );
}
.vehicle-slider .swiper-button-prev,
.vehicle-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    background-color: #404040;
    border-radius: 50%;
    top: 240px;
}
.vehicle-slider .swiper-button-prev:hover,
.vehicle-slider .swiper-button-next:hover {
    background-color: var(--dark-color);
}
.vehicle-slider .swiper-button-prev:after,
.vehicle-slider .swiper-button-next:after {
    content: "";
    width: 17px;
    height: 13px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.vehicle-slider .swiper-button-prev:after {
    content: "";
    background-image: url( ../images/showroom-swiper-arrow-left.svg );
}
.vehicle-slider .swiper-button-next:after {
    content: "";
    background-image: url( ../images/showroom-swiper-arrow-right.svg );
}

.showroom-vehicle-trim-content-wrapper .color_disclaimer {
    margin: 1.5rem 0;
    margin-bottom: 3rem;
    font-size: 0.75rem;
    color: var(--dark-color);
    line-height: 1.7;
}

.showroom-vehicle-trim-content-wrapper .intro {
    background-color: #F8F8F8;
    padding: 3rem 1.5rem;
    margin: 1.5rem 0;
    margin-bottom: 0;
    border-bottom: solid 1px #b4b6b7;
}
.vehicle-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vehicle-menu ul li a {
    display: block;
    position: relative;
    padding: 1rem 1rem;
    border-bottom: solid 1px #b4b6b7;
}
.vehicle-menu ul li a::after {
    content: "";
    background-image: url( ../images/showroom-arrow-right.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
}


/***********************************
 * Showroom Vehicle Trim Walkaround
 ***********************************/
.showroom-vehicle-trim-content-wrapper {
    margin-top: 2rem;
}
.showroom-vehcile-title-menu h1 {
    font-size: 1.125rem;
    font-weight: bold;
    
}


.showroom-vehcile-title-menu-filter {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.showroom-expand-collapse {
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.showroom-vehcile-filter {
    background-image: url( ../images/showroom-filter-icon.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 30px;
    height: 23px;
    cursor: pointer;
}
.showroom-vehcile-title-menu h1 span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
}
.showroom-vehcile-title-menu h1 span::after {
    content: "";
    background-image: url( ../images/showroom-arrow-right.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: block;
    position: absolute;
    right: 2px;
    bottom: 6px;
    transition: all 0.3s;
    transform: rotate(90deg);
}
.showroom-vehcile-title-menu .vehicle-menu {
    position: absolute;
    z-index: 12;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.showroom-vehcile-title-menu .vehicle-menu ul {
    padding: 1rem 2rem;
    border: solid 1px var( --dark-color );
    background-color: #ffffff;
}
.showroom-vehcile-title-menu .vehicle-menu ul li a {
    padding: 1rem 0;
    padding-right: 3rem;
    border: none;
}
.showroom-vehcile-title-menu .vehicle-menu ul li a::after {
    right: 0;
}


.showroom-vehicle-trim-tips {
    font-size: 0.875rem;
}
.showroom-vehicle-trim-tips .trim-tips-container {
    padding: 1rem 1rem;
    border-top: solid 1px #b4b6b7;
}
.showroom-vehicle-trim-tips .trim-tips-container.open {
    padding-bottom: 0;
}
.showroom-vehicle-trim-tips div:last-child.trim-tips-container {
    border-bottom: solid 1px #b4b6b7;
}
.showroom-vehicle-trim-tips .trim-tips-container h2 {
    font-size: 1rem;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}
.showroom-vehicle-trim-tips .trim-tips-container h2::after {
    content: "";
    background-image: url( ../images/showroom-arrow-right.svg );
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: block;
    position: absolute;
    right: 2px;
    top: 4px;
    transition: all 0.3s;
}
.showroom-vehicle-trim-tips .trim-tips-container.open h2::after {
    transform: rotate(90deg);
}

.showroom-vehicle-trim-tips .trim-tips-container .tip-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.showroom-vehicle-trim-tips .trim-tips-container .tip {
    padding: 1.5rem 0;
    padding-bottom: 0;
    border-top: solid 1px #C8C7CC;
}
.showroom-vehicle-trim-tips .trim-tips-container .tip .subpanel {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.showroom-vehicle-trim-tips .trim-tips-container h3 {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    position: relative;
    cursor: pointer;
    padding-left: 34px;
    padding-right: 34px;
}
.showroom-vehicle-trim-tips .trim-tips-container .tip-content > *:first-child {
    border: none;
}

.showroom-vehicle-trim-tips .trim-tips-container .tip h3::before,
.showroom-vehicle-trim-tips .trim-tips-container .tip h3::after {
    content: "";
    width: 13px;
    height: 1px;
    display: block;
    position: absolute;
    top: 8px;
    right: 2px;
    transition: transform 0.3s;
    background-color: #000000;
}
.showroom-vehicle-trim-tips .trim-tips-container .tip h3::after {
    transform: rotate( 90deg );
    width: 13px;
}
.showroom-vehicle-trim-tips .trim-tips-container .tip.open h3::after {
    transform: rotate( 0 );
}

.showroom-vehicle-trim-tips .trim-tips-container .tip h3 span.icon {
    width: 25px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    margin-left: -34px;
}
.showroom-vehicle-trim-tips .trim-tips-container .tip h3 span.icon img {
    max-width: 24px;
    max-height: 20px;
    height: auto;
}

.showroom-vehicle-trim-tips .trim-tips-container .tip .subpanel p.bullet {
    position: relative;
    margin-left: 2.2rem;
    margin-bottom: 1.5rem;
    padding-right: 34px;
}
.showroom-vehicle-trim-tips .trim-tips-container .tip .subpanel p.sub-bullet {
    position: relative;
    margin-left: 2.2rem;
    margin-bottom: 1.5rem;
    padding-right: 34px;
    padding-left: 0.55rem;
    text-indent: -0.55rem;
}
.showroom-vehicle-trim-tips .trim-tips-container .tip .subpanel > p:last-child {
    margin-bottom: 2rem;
}

.showroom-expand-collapse a {
    font-size: 0.875rem;
    text-decoration: underline;
}



.showroom-vehicle-trim-filters-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba( 0, 0, 0, 0.7 );
    z-index: 12;
}
.showroom-vehicle-trim-filters {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 30px;
    border: solid 1px var( --dark-color );
    background-color: #ffffff;
}
.showroom-vehicle-trim-filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.showroom-vehicle-trim-filters ul li {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    position: relative;
}
.showroom-vehicle-trim-filters ul li:hover {
    text-decoration: underline;
}

.showroom-vehicle-trim-filters ul li:after {
    content: "";
    position: absolute;
    background-image: url(../images/showroom-checkmark-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 19px;
    height: 12px;
    top: 50%;
    right: 0; 
    transform: translateY( -50% );
    display: none;
}
.showroom-vehicle-trim-filters ul li.selected:after {
    display: block;
}



.showroom-vehicle-trim-filters .close {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
}
.showroom-vehicle-trim-filters .close:before, 
.showroom-vehicle-trim-filters .close:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #000000;
    top: 50%;
    left: 50%;
}
.showroom-vehicle-trim-filters .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.showroom-vehicle-trim-filters .close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.showroom-vehicle-trim-filters .btn {
    font-size: 0.85rem;
    text-decoration: none;
    color: #ffffff !important;
}
.showroom-vehicle-trim-filters .btn:hover {
    border: solid 1px var( --dark-color );
    background-color: #ffffff;
    color: var(--dark-color) !important;
    text-decoration: none !important;
}

.filters-disclaimer {
    margin-top: 1rem;
    font-size: 0.75rem;
    text-align: center;
}


.showroom-vehicle-trim-tips .trim-tips-container .item {
    padding-top: 0.5rem;
    padding-left: 1rem;
}
.showroom-vehicle-trim-tips .trim-tips-container div:first-child.item {
    padding-top: 1.5rem;
}
.showroom-vehicle-trim-tips .trim-tips-container .item p {
    margin-bottom: 0.5rem;
}
.showroom-vehicle-trim-tips .trim-tips-container .item p.bullet {
    position: relative;
    margin-left: 1rem;
}
.showroom-vehicle-trim-tips .trim-tips-container .item p.bullet:before {
    content: "•";
    display: inline-block;
    margin-right: 5px;
}



/***********************************
 * Showroom EV
 ***********************************/
.topic-content p {
    line-height: 1.5;
}
.showroom-topic-content-wrapper {
    margin-top: 0.5rem;
}
.showroom-title {
    font-size: 1.125rem;
    margin-bottom: 1em;
}
.topics-icons {
    margin-top: 2rem;
}
.topics-icons .row {
    margin-left: -15px;
    margin-right: -15px;
}
.topics-icons .row .col {
    padding-left: 15px;
    padding-right: 15px;
}
.topics-icons a {
    display: block;
}
.topics-icons a .topics-icon {
    display: block;
    position: relative;
    border: solid 1px #707070;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.topics-icons a .topics-icon::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 65%;
    height: 0;
}
.topics-icons a .topics-icon img {
    display: block;
    position: absolute;
    max-width: 80px;
    max-height: 55px;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.topics-icons a h2 {
    font-size: 1rem;
    color: #1A1A1A;
    margin-top: 1em;
}


.subtopics-pills {
    overflow-x: auto;
    margin-bottom: 1rem;
}
.subtopics-pills ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 15px 0;
}
.subtopics-pills ul li {
    padding-right: 15px;
}
.subtopics-pills ul li a {
    border-radius: 16px;
    padding: 8px 20px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;


    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: 10px center;
    display: flex;
    padding: 10px 20px;
    padding-bottom: 6px;
    align-items: center;
    background-color: var(--dark-color);
    border: solid 1px var(--dark-color);
    color: #ffffff;
}
.subtopics-pills ul li.selected a {
    background-color: #fff;
    border: solid 1px #C6C6C6;
    color: var(--dark-color);
}
.subtopics-pills ul li a span {
    display: inline-block;
}
.subtopics-pills ul li a span.icon {
    display: inline-block;
    margin-right: 5px;
    min-width: 24px;
    display: none;
}
.subtopics-pills ul li a span.icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
}
.subtopics-pills ul li a span.icon img {
    filter: brightness(0) invert(1);
}
.subtopics-pills ul li.selected a span.icon img {
    filter: brightness(0) invert(0);
}



/********************************
 * Kia Connect
 ********************************/
.topic-content-title-menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
}
.topic-content-title-menu h1 {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.topic-content-title-menu.submenu h1 {
    margin-bottom: 0;
}
.topic-content-title-menu h1 span {
    position: relative;
    display: block;
    padding-right: 20px;
    cursor: pointer;
}
.topic-content-title-menu h1 span.icon {
    width: 50px;
    height: 50px;
    position: relative;
}
.topic-content-title-menu h1 span.icon::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 50%;
    height: 0;
}
.topic-content-title-menu h1 span.icon img {
    display: block;
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.topic-content-title-menu.submenu h1 span.title::after {
    content: "";
    background-image: url(../images/showroom-arrow-right.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: block;
    position: absolute;
    right: 2px;
    bottom: 6px;
    transition: all 0.3s;
    transform: rotate(90deg);
}
.topic-content-title-menu.submenu.open h1 span.title::after {
    transform: rotate(-90deg);
}

.topic-content-title-menu .topic-content-submenu {
    position: absolute;
    z-index: 12;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
    min-width: 300px;
    top: 100%;
}
.topic-content-submenu ul {
    margin: 0;
    padding: 0;
    border: solid 1px #aaacad;
    background-color: #ffffff;
    list-style: none;
}
.topic-content-submenu ul li {
}
.topic-content-submenu ul li a {
    display: flex;
    padding: 1rem 1rem;
    padding-right: 1rem;
    align-items: center;
    border-top: 1px solid #aaacad;
}
.topic-content-submenu ul li:first-child a {
    border: none;
}
.topic-content-submenu ul li a::after {
    content: "";
    background-image: url(../images/showroom-arrow-right.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: block;
    position: relative;
    margin-left: auto;
}
.topic-content-submenu ul li span {
    display: block;
}
.topic-content-submenu ul li a .icon {
    width: 50px;
    height: 50px;
    position: relative;
}
.topic-content-submenu ul li a .icon::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 50%;
    height: 0;
}
.topic-content-submenu ul li a .icon img {
    display: block;
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.topic-content-submenu ul li a .title {
    margin-right: 20px;
}

.kia-connect-menu {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 30px;
    align-items: start;
}
.kia-connect-menu .wp-block-group .wp-block-image {
    display: block;
    position: relative;
    margin: 0 !important;
}
.kia-connect-menu .wp-block-group .wp-block-image {
    display: block;
    position: relative;
}
.kia-connect-menu .wp-block-group .wp-block-image::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 65%;
    height: 0;
    border: solid 1px #707070;
}
.kia-connect-menu .wp-block-group .wp-block-image .components-resizable-box__container {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.kia-connect-menu .wp-block-group .wp-block-image img {
    display: block;
    position: absolute;
    max-height: 105px;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.kia-connect-menu .wp-block-group h3 {
    font-size: 1rem;
    color: #1A1A1A;
    margin-top: 1em;
}


.wp-block-table.availability-by-model th {
    text-align: center;
}
.wp-block-table.availability-by-model .checked {
    content: ' ';
    color: transparent;
    background-image: url(../images/showroom-availability-check-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    display: inline-block;
    width: 100%;
}
.wp-block-table.availability-by-model td,
.wp-block-table.availability-by-model th {
    border: none;
}
.wp-block-table.availability-by-model td {
    border-left: solid 1px #9EA1A2;
}
.wp-block-table.availability-by-model tr > td:first-child {
    border: none;
}

.atwm-accordion-item {
    border-top: solid 1px #b4b6b7;
    padding: 0 15px;
}
.accordion-wrapper div:last-child.atwm-accordion-item {
    border-bottom: solid 1px #b4b6b7;
}
.atwm-accordion-item-body {
    position: relative;
}
.atwm-accordion-item-body .table-left,
.atwm-accordion-item-body .table-right {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 60px;
    opacity: 0;
    z-index: 2;
}
.atwm-accordion-item-body .table-left {
    background-image: url(../images/showroom-table-arrow-left.svg);
    left: 55vw;
}
.atwm-accordion-item-body .table-right {
    background-image: url(../images/showroom-table-arrow-right.svg);
    right: 5px;
}
.atwm-accordion-item-body .table-left.visible,
.atwm-accordion-item-body .table-right.visible {
    opacity: 1;
}


/********************************
 * Showroom Library
 ********************************/
.showroom-library-content-wrapper {
}
.showroom.library .glossary-ranges {
    border-bottom: solid 1px #b4b6b7;
}
.showroom.library .glossary-ranges ul {
    list-style: none;
    padding: 1rem 0;
    margin: 0;
    display: flex;
    justify-content: start;
    text-transform: uppercase;
}
.showroom.library .glossary-ranges ul li {
    width: auto;
    text-align: left;
    padding: 0.5rem 0.6rem;
    border-left: solid 1px #b4b6b7;
}
.showroom.library .glossary-ranges ul li:first-child {
    padding-left: 0;
    border-left: none;
}
.showroom.library .glossary-item .container {
    padding: 0;
    border: none;
}
.showroom.library .glossary-item .container > div {
    border-bottom: solid 1px #b4b6b7;
    padding: 1em 34px;
}
.showroom.library .glossary-item h3 {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    padding-right: 2rem;
}
.showroom.library .glossary-item.open h3 {
    padding-bottom: 1rem;
    font-weight: normal;
}
.showroom.library .glossary-item h3 .toggle {
    right: 0;
    top: 2px;
    width: 12px;
    height: 12px;
}
.showroom.library .glossary-content {
    font-size: 0.875rem;
}
.showroom.library .glossary-content ul {
    list-style: none;
    padding: 0;
}
.showroom.library .glossary-content ul li {
    margin-top: 1em;
    margin-bottom: 1em;
}
.showroom.library .glossary-content .send-to-customer-buttons {
    gap: 1rem;
    margin-top: 1rem;
}
.showroom.library .glossary-content .send-to-customer-buttons > * {
    font-size: 0.8125rem;
    padding: 0.5rem 1rem;
}
.showroom.library .glossary-item h3 .toggle::after, .showroom.library .glossary-item h3 .toggle::before {
    width: 12px;
    height: 2px;
}
.showroom.library .glossary-item.open h3 .toggle::after {
    width: 0;
}


/********************************
 * Showroom Share Page
 ********************************/
.component.showroom.shared .shared-article-back-lang-container {
    margin-top: 1rem;
}
.share-customer-regards strong {
    text-transform: uppercase;
}
.component.showroom.shared .showroom-vehicle-trim-content-wrapper h1 {
    font-size: 1rem;
}
.component.showroom.shared .showroom-vehicle-trim-content-wrapper .share-intro {
    font-size: 1rem;
}
.component.showroom.shared .showroom-vehicle-trim-content-wrapper .share-section-title {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding-top: 3rem;
}
.component.showroom.shared .share-image,
.component.showroom.shared .shared-video {
    margin-bottom: 1rem;
}
.component.showroom.shared .shared-video {
    margin-top: 1rem;
}
.component.showroom.shared .share-image img {
    max-width: 100%;
    height: auto;
}
.component.showroom.shared .shared-video .video-container {
    padding-bottom: 56%;
}
.component.showroom.shared .btn.btn-dark {
    color: #fff;
    background-color: var(--dark-color);
}
.component.showroom.shared .showroom-vehicle-trim-walks div:first-child.trim-walk-block h3::after {
    display: none;
}



/********************************
 * BLOCK - Gallery
 ********************************/
 .atwm-gallery-big-image {
    border-radius: 12px;
    border: solid 1px #333333;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.atwm-gallery-big-image::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 66.667%;
    height: 0;
}
.atwm-gallery-big-image img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    /*min-width: 100%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.atwm-gallery-big-image video {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    /*min-width: 100%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.atwm-gallery figcaption {
    display: block;
    color: var( --meta-color );
    font-style: italic;
    font-size: 14px;
}
.atwm-gallery-thumbs {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.atwm-gallery .atwm-gallery-thumb {
    flex: 0 1 25%;
    margin: 0;
    padding: 5px;
    position: relative;
}
.atwm-gallery .atwm-gallery-thumb.selected:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 5px;
    right: 5px;
    height: 3px;
    background-color: var( --primary-honda-accent-color );
}
.atwm-gallery .atwm-gallery-thumb > div {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: solid 1px #333333;
    cursor: pointer;
}
.atwm-gallery .atwm-gallery-thumb > div::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 80%;
    height: 0;
}
.atwm-gallery .atwm-gallery-thumb > div img {
    display: block;
    position: absolute;
    max-width: unset;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}

.atwm-gallery .atwm-gallery-thumb > div video {
    display: block;
    position: absolute;
    max-width: unset;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}

/********************************
 * BLOCK - Accordion
 ********************************/
.atwm-accordion {
    min-height: 50px;
}
.accordion-wrapper {
    height: 100%;
}
.atwm-accordion-item {
    
}
.atwm-accordion-item-title {
    position: relative;
    padding: 14px 0;
    cursor: pointer;
}
.atwm-accordion-item-title h3 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 20px;
    margin-bottom: 0;
}
.atwm-accordion-item-title .atwm-control-icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 12px;
    background-image: url(../images/showroom-arrow-right.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.atwm-accordion-item .atwm-accordion-item-body {
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
    font-size: 14px;
}
.atwm-accordion-item.open > .atwm-accordion-item-title .atwm-control-icon {
    transform: rotate(90deg) translate(-70%,0);
}

.atwm-accordion-item .atwm-accordion {
    padding: 0 30px;
}

.wp-block-table thead {
    border: none;
}

/************************************
 * BLOCK - Accordion Connected Cars
 ************************************/
.connected-cars .wp-block-honda-accordion-item.atwm-accordion-item {
    margin-top: 1rem;
    border: solid 1px #d5d5d8;
    border-radius: 12px;
    overflow: hidden;
}
.connected-cars .wp-block-honda-accordion-item .atwm-accordion-item-title {
    padding: 0;
}
.connected-cars .wp-block-honda-accordion-item .atwm-accordion-item-title h3 {
    background-color: #f6f6f6;
    color: #000;
    position: relative;
    font-size: 1rem;
    padding: 0.75em 15px;
    padding-right: 30px;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
}
.connected-cars .wp-block-honda-accordion-item .atwm-accordion-item-title h3::after {
    content: "";
    background-image: url(../images/honda-accent-color-arrow-line-right.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s;
}
.connected-cars .wp-block-honda-accordion-item.atwm-accordion-item.open .atwm-accordion-item-title h3::after {
    transform: rotate(90deg) translateX(-50%);
}
.connected-cars .wp-block-honda-accordion-item .atwm-accordion-item-title .atwm-control-icon {
    display: none;
}
.connected-cars .wp-block-honda-accordion-item .atwm-accordion-item-body {
    border: none;
    padding: 0 15px;
}
.connected-cars .wp-block-honda-accordion-item .atwm-accordion-item-body > *:first-child {
    margin-top: 1rem;
}

/********************************
 * BLOCK - Swiper
 ********************************/
.atwm-swiper {
    padding-bottom: 30px;
}
.atwm-swiper .swiper-wrapper {
    align-items: stretch;
}
.atwm-swiper .swiper-slide {
    padding: 0 10px;
    height: auto;
}
.atwm-swiper .swiper-button-prev,
.atwm-swiper .swiper-button-next {
    display: none;
}
.atwm-slide {
    background-color: var( --primary-bg-color );
    border-radius: 10px;
    overflow: hidden;
    min-height: 100px;
    height: 100%;
}
.atwm-slide h3 {
    padding: 0 15px;
    font-size: 20px;
    margin: 5px 0;
    margin-top: 20px;
    font-weight: bold;
}
.atwm-slide .atwm-slide-body {
    padding: 0 15px;
    font-size: 16px;
    padding-bottom: 15px;
}
.atwm-slide p {
    padding-left: 15px;
    padding-right: 15px;
}
/*
.atwm-slide > *:last-child {
    margin-bottom: 0;
}
*/

.atwm-slide .atwm-slide-image {
    position: relative;
    overflow: hidden;
}
.atwm-slide .atwm-slide-image::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 60%;
    height: 0;
}
.atwm-slide .atwm-slide-image img {
    display: block;
    position: absolute;
    max-width: unset;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.wp-block-honda-swiper.atwm-swiper .swiper-pagination {
    display: none;
}


/********************************
 * BLOCK Colums as Tables
 ********************************/

.table .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.table .wp-block-column > *:last-child {
    margin-bottom: 0;
}
.table.border {
    border-top: solid 1px #000;
    border-left: solid 1px #000;
}
.table.border .wp-block-columns .wp-block-column {
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    padding: 10px;
}
.table.stripes .wp-block-columns:nth-child(odd) {
    background-color: rgba( 0,0,0,0.05);
}
.table.stripes .wp-block-columns:nth-child(even) {
    background-color: rgba( 255,255,255,0.6);
}
.table.stripes .wp-block-columns .wp-block-column {
    padding: 10px;
}



figure.wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
figure.wp-block-gallery.has-nested-images > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    flex: 0 1 50%;
    max-width: 50% !important;
}



/********************************
 * Welcome
 ********************************/
.component.welcome .main {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
}
.component.welcome .logo {
    max-width: 60%;
    margin-bottom: 40px;
}
.component.welcome .intro {
    margin-top: 40px;
    margin-bottom: 40px;
}
.component.welcome .dealer-login {
    margin-top: 40px;
    margin-bottom: 40px;
}
.component.welcome .dealer-login .wp-block-button {
 
}
.component.welcome .dealer-login a {
    color: #ffffff;
    text-decoration: none;
    padding: 1.5rem 4rem;
    font-size: 1.4rem;
    font-weight: 500;
}
.component.welcome .administrator-login {
    margin-top: 30px;
    margin-bottom: 30px;
}
.component.welcome .administrator-login a {
    text-decoration: none;
    color: var( --dark-color );
    font-weight: 500;
    font-size: 1.2rem;
}
.component.welcome .app-store-icon {
    max-width: 50%;
}
.component.welcome .home-app-notice {
    font-size: 0.85rem;
}
.App-login-languages {
    margin-top: 30px;
}
.App-login-languages ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}



/********************************
 * Notifications
 ********************************/

.notification-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    border: solid 2px #e6e6e5;
    border-radius: 20px;
    box-shadow: 3px 3px #e6e6e5;
}
.new-notifications .notification-item:after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: var( --accent-color-red );
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}
.notification-item a {
    text-decoration: none;
    color: var( --dark-color );
}
.notification-item .notification-meta {
    color: var( --meta-color );
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1;
}
.notification-item h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.notification-item p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
}
.notification-item p:last-child {
    margin-bottom: 0;
}

.notification-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.notification-image::before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.notification-image img {
    display: block;
    position: absolute;
    max-width: unset;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}


/********************************
 * Profile
 ********************************/
.profile-edit-container {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;
}
.profile-edit-container label {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.profile-edit-container label {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.profile-edit-checkbox input {
    appearance: none;
    background-color: #fff;
    margin: 0;
    width: 28px;
    height: 16px;
    border: solid 1px var(--dark-color);
    border-radius: 16px;
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    position: relative;
}
.profile-edit-checkbox input:after {
    content: "";
    width: 12px;
    height: 12px;
    border: solid 1px var(--dark-color);
    border-radius: 12px;
    position: absolute;
    display: block;
    top: 1px;
    left: 13px;
    z-index: 3;
    background-color: #fff;
    transition: all 0.3s;
}
.profile-edit-checkbox input:checked:after {
    border: solid 1px var(--dark-color);
    top: 1px;
    left: 1px;
    background-color: var(--dark-color);
}
.profile-push-note {
    font-size: 12px;
    line-height: 1.2;
}


/********************************
 * Devices Helpers
 ********************************/
.ios-d-block,
.ios-d-flex,
.ios-d-inline,

.ipad-d-block,
.ipad-d-flex,
.ipad-d-inline,

.android-d-block,
.android-d-flex,
.android-d-inline {
    display: none;
}

.desktop-d-block,
.desktop-d-flex,
.desktop-d-inline {
    display: none;
}


.App.ios .ios-d-block {
    display: block;
}
.App.ios .ios-d-inline {
    display: inline-block;
}
.App.ios .ios-d-flex {
    display: flex;
}

.App.ipad .ipad-d-block {
    display: block;
}
.App.ipad .ipad-d-inline {
    display: inline-block;
}
.App.ipad .ipad-d-flex {
    display: flex;
}


.App.android .android-d-block {
    display: block;
}
.App.android .android-d-inline {
    display: inline-block;
}
.App.android .android-d-flex {
    display: flex;
}


.App.desktop .desktop-d-block {
    display: block;
}
.App.desktop .desktop-d-inline {
    display: inline-block;
}
.App.desktop .desktop-d-flex {
    display: flex;
}