/*
Theme Name: Extendable
Theme URI: https://github.com/extendify/extendable
Author: Extendify
Author URI: https://extendify.com
Description: Extendable is a distinct, dynamic block theme designed as a canvas for your next online venture. Sporting multiple style variations, Extendable is the most expressive block theme yet. Go fresh, bold, bohemian or minimal — with a single click.
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.4
Version: 2.0.32
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: extendable
Tags: one-column, custom-colors, custom-menu, custom-logo, e-commerce, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Extendable is a derivative work of the code from the
Twenty Twenty-Two WordPress Theme, which is licensed GPLv2.

Extendable WordPress Theme, Copyright (C) 2021-2025 Extendify Inc.
Extendable therefore is also distributed under the terms of the GNU GPL.
*/


/* Fallback for deprecate variables.
---------------------------------------------------------------------------- */
:root {
	--wp--custom--spacing--small: var(--wp--preset--spacing--30, clamp(1.5rem, 5vw, 2rem));
	--wp--custom--spacing--medium: var(--wp--preset--spacing--50, clamp(2.5rem, 8vw, 4rem));
	--wp--custom--spacing--large: var(--wp--preset--spacing--60, clamp(2.5rem, 8vw, 6rem));
	--wp--custom--spacing--outer: max(1.25rem, 4vw);
    --wp--preset--spacing--80: min(8rem, 12vw);
}

/*
 * Smooth scrolling
 */

 html {
	scroll-behavior: smooth;
  }

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: var(--wp--custom--typography--font-smoothing--moz, auto);
	-webkit-font-smoothing: var(--wp--custom--typography--font-smoothing--webkit, auto);
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
	text-decoration-style: var(--wp--custom--elements--link--static--text-decoration-style, solid);
	text-decoration-thickness: var(--wp--custom--elements--link--text-decoration-thickness, 1px);
	text-underline-offset: var(--wp--custom--elements--link--text-underline-offset, 0.25ch);
}

a:hover,
a:focus {
	text-decoration-style: var(--wp--custom--elements--link--interactive--text-decoration-style, dashed);
}

:where(.wp-site-blocks *:focus) {
	outline-width:1px;
	outline-style:solid
}

a:active {
	text-decoration: none;
}

/*
 * Navigation Block
 */

 @media (min-width: 600px) {
    .site-logo-title {
        display:none
    }

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

 @media (max-width: 600px) {
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
	.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: flex-start !important;
	}
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title {
    display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: var(--wp--preset--spacing--30);
    position: relative;
	padding-inline-end: 52px;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title::after {
    content: "";
    position: absolute;
    left: calc(-1 * var(--wp--preset--spacing--30));
    right: calc(-1 * var(--wp--preset--spacing--30));
    bottom: 0;
    height: 1px;
    background: #8080801d;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title img {
	max-height: 42px !important;
	height: auto !important;
	width: auto !important;

}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .site-logo-title .site-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--wp--preset--color--foreground);
	text-transform: uppercase;
    letter-spacing: -0.02em;
    box-sizing: border-box;
    line-height: 1.15;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--preset--spacing--30);
}

.has-modal-open .wp-block-navigation__responsive-container-close {
	background-color:var(--wp--preset--color--tertiary);
	padding: 0.625rem;
	border-radius: 100%;
    top: -2.5px !important;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	gap: 0 !important;
	width: 100%;
}

.has-modal-open .wp-block-navrigation__containe, .has-modal-open .wp-block-navigation__container ul {
    row-gap: 0.75rem !important;
    width: -webkit-fill-available;
  	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul.wp-block-navigation__container > li.wp-block-navigation-item:not(.wp-block-navigation__submenu-container) {
	border-bottom: 1px solid #8080801d;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	width: -webkit-fill-available;
	max-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding: 0.75rem 0.75rem 0 0.75rem !important;
    gap: 0.75rem !important;
 }

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container > li:not(.wp-block-navigation__submenu-container) > a.wp-block-navigation-item__content {
    font-size: 1.25rem;
	font-weight: 600;
}

.has-modal-open .wp-block-navigation__submenu-container {
   padding-top: 0.75rem !important;
}

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-item a {
    font-size: 1rem !important;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/* Don't display the homepage in the Page List block, when located inside a navigation element. */
nav .wp-block-pages-list__item.wp-block-navigation-item.menu-item-home {
	display: none;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--30);
	padding-right: var(--wp--preset--spacing--30);
	padding-left: var(--wp--preset--spacing--30);
}

/*
 * --------------------------------------------------------
 *  Custom - blocks
 * --------------------------------------------------------
 */

 /* Button
----------------------------------------------------------*/
.wp-element-button {
	transition: background-color 0.15s ease;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: rgba(159, 159, 159, 0.2);
}

/* Table
----------------------------------------------------------*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color: var(--wp--custom--blocks--core-table--variant-stripes--color--background, var(--wp--preset--color--tertiary));
}

/* Template Part Block
----------------------------------------------------------*/

/* Temporary fix until template-part blocks support spacing */

footer.wp-block-template-part:not([style*="margin-top"]) {
	margin-top: 0;
}

/* Quote - 'Plain' variation
----------------------------------------------------------*/
blockquote:is(.is-style-plain) {
	border: none;
	padding-left: 0;
}

/* Search Block
----------------------------------------------------------*/
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border-color: var(--wp--custom--elements--input--border--color);
	border-radius: var(--wp--custom--elements--button--border--radius);
	border-width: var(--wp--custom--elements--input--border--width);
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border-color: transparent;
}
.wp-block-search .wp-block-search__input {
	border-radius: var(--wp--custom--elements--button--border--radius);
}

/* Image
----------------------------------------------------------*/
.wp-block-image[style*="-radius"]:not([style*="overflow"]) { overflow: hidden }

/*
 * --------------------------------------------------------
 *  Custom - experimental
 * --------------------------------------------------------
 */

.block-editor-block-list__block.wp-block.is-default-size.wp-block-site-logo .components-resizable-box__container,
.wp-block-site-logo.is-default-size img {
    max-height: 42px !important;
    height: auto !important;
    width: auto !important;
}

/* Ensure default logo works well on light and dark backgrounds
----------------------------------------------------------*/
.wp-block-site-logo img[src*="extendify-demo-"],
.wp-block-site-logo img[src*="ext-custom-logo-"] {
	filter: var(--wp--preset--duotone--primary-foreground);
}


/*
 * Remove all animations, transitions and smooth scroll
 * for people that prefer not to see them.
 */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/*
 * Matching caret and focus outline colors.
 */
input, textarea {
	caret-color: inherit;
	outline-color: inherit;
}

/*
 * Matching input with outline button style.
 */
:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	border-color: inherit;
}


/*
 * Woocommerce temporarily customization until the woo blocks offer support
 */

.woocommerce-Tabs-panel--description h2, .woocommerce-Reviews-title {
	font-size: var(--wp--preset--font-size--medium);
}

.wp-block-button.wc-block-components-product-button {
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
	gap: 1rem;
}
.wp-block-button.wc-block-components-product-button a.added_to_cart {
	margin-top: 0;
}

.woocommerce-checkout.woocommerce-page header.wp-block-template-part nav.wp-block-navigation {
	visibility: hidden;
}

.wp-site-blocks .wp-block-group.woocommerce.product {
	margin-top: 0;
	margin-bottom: 0; 
}
/*
 * Adds offset for sticky header overlap
 */

 .sticky-header-offset-container .entry-content > .wp-block-group {
	scroll-margin-top: var(--wp--preset--spacing--60);
}

/*
 * Avoids parent/child color collision when child has no custom background.
 */

:not(.block-editor-block-preview__content-iframe)
.has-tertiary-background-color.has-background 
[class*='is-style-ext-preset--group--'][class*='item-card-1']:not(.has-background):not(.has-background)
 {
    background-color: var(--wp--preset--color--background);
}

.block-editor-block-preview__content-iframe 
[class*='is-style-ext-preset--group--natural-1'][class*='item-card-1'] {
    background-color: transparent !important;
}

/*
 * utilities
 */

 .m-0 {
	margin: 0 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-10 {
	z-index: 10 !important;
}
.z-20 {
	z-index: 20 !important;
}
.z-30 {
	z-index: 30 !important;
}


.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media (min-width: 640px) {
  .sm-d-none {
    display: none;
  }

  .sm-d-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md-d-none {
    display: none;
  }

  .md-d-block {
    display: block;
  }
}

@media (min-width: 1024px) {
  .lg-d-none {
    display: none;
  }

  .lg-d-block {
    display: block;
  }
}

/******************** Black Tie *********************/
.btie-style-short td,
.btie-style-reviews h2,
.btie-style-box,
.btie-style-short a,
.btie-style-reviews a {
    box-shadow: none !important;
    color: black !important;
}

.btie-style-short a:hover,
.btie-style-reviews a:hover {
    box-shadow: none !important;
    color: black !important;
}

.btie-style-short {
    counter-reset: totalReview;
    max-width: 850px;
    border: none;
}

.btie-style-short caption {
    caption-side: top !important;
    display: table-caption !important;
    order: -1;
    text-align: center;
}

.btie-style-short h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
}

.btie-style-short:after {
    border-bottom: 1px solid #E9E9E9;
    content: "";
    width: 100%;
    display: block;
}

table.btie-style-short {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.btie-style-short tbody {
    height: 100%;
}

.btie-style-short tr {
    background-color: #FFF;
    margin-bottom: 40px;
    display: grid !important;
    position: relative;
    grid-template-columns: 1fr minmax(0, 2fr) 1fr;
    column-gap: 10px;
    row-gap: 2px;
    padding: 50px 25px 25px;
    box-shadow: 0 15px 40px rgb(166 172 201 / .2);
    border-radius: 5px;
    place-items: start start;
    counter-increment: totalReview;
}

.btie-style-short tr td {
    border: none;
}

.btie-style-short .toc-img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 10;
    align-self: center;
    padding-right: 15px;
    line-height: 0;
}

.btie-style-short .toc-img a {
    display: block;
}

.btie-style-short .toc-img img {
    object-fit: cover;
    width: 100%;
    max-width: 185px;
		max-height: 185px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btie-style-short .toc-det {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    place-self: start start;
    width: 100%;
}

.btie-style-short .toc-det a {
    text-decoration: none !important;
    color: black;
    box-shadow: none;
}

.btie-style-short .toc-det a:hover {
    text-decoration: underline !important;
    text-decoration-color: black !important;
    box-shadow: none;
}

.btie-style-short .toc-tag {
    position: absolute;
    top: -14px;
    left: -12px;
    display: inline-block;
    background-color: #19212B;
    color: #FFF !important;
    z-index: 500;
    font-weight: 700;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px 0 rgb(0 0 0 / .14);
    width: auto;
    text-align: left;
}

.btie-style-short .toc-tag::after {
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -8px;
    border-color: #fff0 rgb(25 33 43 / .40) #fff0 #fff0;
    border-style: inset solid inset inset;
    border-width: 0 12px 8px 10px;
    filter: brightness(50%);
    z-index: 1;
}

.btie-style-short td.toc-pro1::before,
.btie-style-short td.toc-pro2::before,
.btie-style-short td.toc-pro3::before {
    content: '\2713';
    font-size: 12px;
    color: #19212B;
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    text-align: center;
    font-weight: 700;
}

.btie-style-short .toc-pro1,
.btie-style-short .toc-pro2,
.btie-style-short .toc-pro3 {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    width: 100%;
}

.btie-style-short .toc-pro1 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    align-self: start;
}

.btie-style-short .toc-pro2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
    align-self: start;
}

.btie-style-short .toc-pro3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 7;
    align-self: start;
}

.btie-style-short .toc-but {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 6;
    display: flex;
    align-self: center;
    justify-self: center;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    color: #FAF9F9;
    background-color: #19212B;
    box-shadow: 0 15px 40px rgb(166 172 201 / .2);
}

.btie-style-short .toc-but a {
    color: #FFF !important;
    text-decoration: none;
    box-shadow: none;
    align-self: center;
}

.btie-style-short .toc-but:hover,
.btie-style-short .toc-but:active {
    text-decoration-color: #FAF9F9 !important;
    transform: matrix(1.02, 0, 0, 1.02, 0, 0);
    box-shadow: 0 20px 35px rgb(160 164 183 / .417);
    text-decoration: underline;
}

.btie-style-short .toc-rev {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 6;
    grid-row-end: 7;
    align-self: start;
    justify-self: center;
    font-size: 15px;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    line-height: 20px;
}

.btie-style-short .toc-rev a:hover {
    font-weight: 600;
}

/* Tablet breakpoint */
@media (max-width: 767px) {
    .btie-style-short .toc-tag {
        font-size: 16px;
    }

    .btie-style-short tr {
        grid-template-columns: minmax(80px, 1fr) 1fr 1fr;
        column-gap: 10px;
        padding: 40px 20px 30px;
        place-items: center center;
    }

    .btie-style-short .toc-img {
        max-width: 150px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 9;
    }

    .btie-style-short .toc-det {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .btie-style-short .toc-pro1 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        width: 100%;
        font-size: 16px;
        line-height: 23px;
    }

    .btie-style-short .toc-pro2 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
        width: 100%;
        font-size: 16px;
        line-height: 23px;
    }

    .btie-style-short .toc-pro3 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 4;
        grid-row-end: 5;
        width: 100%;
        font-size: 16px;
        line-height: 23px;
    }

    .btie-style-short .toc-but {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 8;
        grid-row-end: 9;
        place-self: center end;
        padding: 8px 14px;
        justify-content: center;
    }

    .btie-style-short .toc-rev {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 8;
        grid-row-end: 9;
        place-self: center start;
        font-size: 16px;
        line-height: 24px;
    }

    .btie-style-short .toc-rev:before {
        content: "[ ";
    }

    .btie-style-short .toc-rev:after {
        content: " ]";
    }
}

/* Small tablet / large phone breakpoint */
@media (max-width: 549px) {
    .btie-style-short {
        display: flex;
        flex-direction: column;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .btie-style-short tbody {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btie-style-short tr {
        display: flex !important;
        flex-direction: column;
        max-width: 450px;
        padding: 15px;
        margin-bottom: 50px;
    }

    .btie-style-short .toc-det {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        font-size: 25px;
        line-height: 28px;
        letter-spacing: -1px;
        margin-top: 35px;
        text-align: center;
    }

    .btie-style-short .toc-img {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 4;
        min-width: 100px;
        max-width: 200px;
    }

    .btie-style-short .toc-pro1,
    .btie-style-short .toc-pro2,
    .btie-style-short .toc-pro3 {
        align-self: center;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .btie-style-short .toc-but {
        min-width: 160px;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .btie-style-short .toc-but:hover,
    .btie-style-short .toc-but:active {
        text-decoration: underline;
        text-decoration-color: #FAF9F9;
        transform: matrix(1.02, 0, 0, 1.02, 0, 0);
        box-shadow: 0 20px 35px rgb(160 164 183 / .417);
    }

    .btie-style-short .toc-rev {
        align-self: center;
        margin-bottom: 10px;
    }
}

/* Phone breakpoint */
@media (max-width: 500px) {
    .btie-style-short {
        max-width: 100%;
    }

    .btie-style-short .toc-pro1,
    .btie-style-short .toc-pro2,
    .btie-style-short .toc-pro3 {
        max-width: 100%;
    }

    .btie-style-short .toc-tag {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 15px;
    }

    .btie-style-short .toc-but {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 15px;
    }
}

/* Reviews section */
.btie-style-reviews-pre {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 38px;
    font-weight: 700;
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
    line-height: 36px;
}

ol.btie-style-reviews {
    width: 100%;
    list-style-position: inside;
    padding-left: 0;
    list-style-type: none;
    counter-reset: currentReview;
    margin-left: 0px;
	margin-right: 0px;
}

.btie-style-reviews > li {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.btie-style-reviews h2 {
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 25px;
    width: auto;
    background: #FFF;
    padding: 35px 25px 0;
    text-align: center;
    position: relative;
    box-shadow: 0 -25px 10px -4px rgb(166 172 201 / .056);
    z-index: 1;
    border-radius: 3px 3px 0 0;
}

.btie-style-reviews h2:before {
    position: absolute;
    top: -14px;
    left: -12px;
    display: inline-block;
    background-color: #19212B;
    color: #FAF9F9;
    z-index: 500;
    font-weight: 700;
    padding: 14px;
    font-size: 16px;
    line-height: 12px;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px 0 rgb(0 0 0 / .14);
    width: auto;
    text-align: left;
    content: counter(currentReview) " / " counter(totalReview) " ";
    counter-increment: currentReview;
}

.btie-style-box {
    background-color: #FFF;
    margin-bottom: 15px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
    padding: 25px;
    box-shadow: 0 25px 10px -4px rgb(166 172 201 / .056);
    place-items: center center;
    z-index: 1;
    border-radius: 0 0 3px 3px;
}

.btie-style-box-image {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    text-align: center;
}

.btie-style-box-image img {
    max-width: 200px;
    width: 100%;
}

.btie-style-box a:has(> img) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    text-align: center;
}

.btie-style-box img {
		max-width: 200px;
    max-height: 200px;
}

.btie-style-box:after {
    border-right: 1px solid #19212C;
    content: " ";
    height: 75%;
    position: absolute;
    margin-left: 50%;
    margin-right: 50%;
}

.btie-style-box p {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    place-items: center center;
    font-weight: 600;
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    letter-spacing: -1px;
    text-align: center;
}

.btie-style-box p:before {
    content: "Our Verdict:";
    display: block;
    font-size: 20px;
}

a.btie-style-box-button {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    place-items: center center;
    text-align: center;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    min-width: 212px;
    color: #FAF9F9 !important;
    background-color: #19212B;
    box-shadow: 0 15px 40px rgb(166 172 201 / .2);
    text-decoration: none;
}

a.btie-style-box-button:hover,
a.btie-style-box-button:active {
    text-decoration: underline !important;
    text-decoration-color: #FAF9F9;
    color: #FFF !important;
    transform: matrix(1.02, 0, 0, 1.02, 0, 0);
    box-shadow: 0 20px 35px rgb(160 164 183 / .417);
}

@media (max-width: 765px) {
    .btie-style-box:after {
        border: none;
    }

    .btie-style-box-image {
        border-right: none;
        padding-right: 0;
    }

    .btie-style-box-image img {
        min-width: 93px;
    }

		.btie-style-box a:has(> img) {
        border-right: none;
        padding-right: 0;
		}
	
		.btie-style-box img {
			min-width: 93px;
		}
	
    .btie-style-box p {
        align-self: end;
    }

    a.btie-style-box-button {
        align-self: start;
    }
}

@media (max-width: 580px) {
    .btie-style-box p {
        font-size: 22px;
        line-height: 27px;
    }

    .btie-style-box p:before {
        font-size: 17px;
        line-height: 30px;
    }

    a.btie-style-box-button {
        padding: 8px 10px;
        font-size: 16px;
        line-height: 22px;
        min-width: 172px;
    }
}

/* Reviews features list */
.btie-style-reviews-features {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: calc(33% - 1rem * 1/2) calc(33% - 1rem * 1/2) calc(33% - 1rem * 1/2);
    grid-column-gap: 1rem;
    padding: 0;
    text-align: center;
}

@media (min-width: 501px) {
    .btie-style-reviews-features {
        font-size: 15px;
        line-height: 26px;
    }
}

.btie-style-reviews-features li {
    list-style: none;
    border-bottom: 1px solid #E7E7E7;
    align-items: center;
    padding: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btie-style-reviews-features li span {
    font-weight: 700;
    min-width: 50%;
    display: block;
}

@media (max-width: 580px) {
    .btie-style-reviews-features {
        line-height: 24px;
        grid-template-columns: calc(50% - 1rem * 1/2) calc(50% - 1rem * 1/2);
    }
}

@media (max-width: 500px) {
    .btie-style-reviews-pre {
        font-size: 30px;
        width: 100%;
        text-align: center;
    }

    .btie-style-reviews li {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .btie-style-reviews h2 {
        font-size: 26px !important;
        padding-top: 35px;
        margin-top: 25px;
        margin-bottom: 0;
        background-color: #FFF;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .btie-style-box {
        grid-template-columns: 1fr;
        row-gap: 10px;
        padding: 15px 35px 35px;
        place-content: center center;
    }

    .btie-style-box-image {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .btie-style-box-image img {
        width: 175px;
    }

		.btie-style-box a:has(> img) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
		}

		.btie-style-box img {
			  width: 175px;
		}
	
    .btie-style-box p {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    a.btie-style-box-button {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        padding: 10px;
        font-size: 16px;
        line-height: 22px;
        min-width: 193px;
    }

    .btie-style-reviews-features {
        line-height: 24px;
        grid-template-columns: 1fr;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }

    ol.btie-style-reviews,
    ul.btie-style-reviews-features {
        padding-left: 0;
        margin-left: 5px !important;
        margin-right: 5px !important;
        list-style: none;
    }

    .btie-style-reviews-features li {
        align-content: start;
        justify-content: start;
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline;
        flex-basis: 100%;
        border: none;
        padding-left: 0;
        margin-left: 0;
        list-style: none;
    }

    .btie-style-reviews-features li span {
        display: block;
    }

    .btie-style-reviews > li {
        border-bottom: 1px solid #E7E7E7;
        padding-bottom: 25px;
    }
}

/* Description list fixes */
.btie-style-desc:has(> ul:last-child) > ul,
.btie-style-desc:has(> ol:last-child) > ol {
    margin-bottom: 16px;
}
/****************************************************/