/* 
Theme Name: DevynPC 
Theme URI: https://devynpc.com
Description: 
Author: DevynPC
Author URI: https://devynpc.com
Text Domain: dpc
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: "Inter", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #F5F5F5;
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #F5F5F5;
}
a:hover, a:active {
  color: #1473E6;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #F5F5F5;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #1473E6;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #1473E6;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #1473E6;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


.page-content a,
.comments-area a {
  text-decoration: underline;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-inline: auto;
}

.alignwide {
  margin-inline: -80px;
}

.alignfull {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignfull img {
  width: 100vw;
}

.wp-caption {
  margin-block-end: 1.25rem;
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-inline: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.hide {
  display: none !important;
}

.post-password-form p {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.post-password-form [type=submit] {
  margin-inline-start: 3px;
}

/**
 * Utility styles
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
 * Post item in archive pages
 */
.post .entry-title a {
  text-decoration: none;
}
.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}

/**
 * Comments
 */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding-block-start: 30px;
  padding-block-end: 30px;
  padding-inline-start: 60px;
  padding-inline-end: 0;
  border-block-end: 1px solid #cccccc;
}
#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-inline-end: 10px;
}
html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-inline-start: 30px;
}
#comments .children li:last-child {
  padding-block-end: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
html[dir=rtl] #comments ol.comment-list .children:before, body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-inline-start: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar {
    float: right;
  }
}

body {
  --wpadminbar-h: 0px;            /* default when logged-out */
}

/* Logged-in heights: WP sets these breakpoints internally */
body.admin-bar          { --wpadminbar-h: 32px; }   /* ≥ 783 px wide */
@media (max-width:782px){
  body.admin-bar        { --wpadminbar-h: 46px; }   /* mobile WP bar */
}

/**
 * Responsive layouts
 */
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}
@media (min-width: 576px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 500px;
  }
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 600px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 800px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 1140px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}


.sff-heading h1,
.sff-heading h2 {
    display: flex;
    font-size: 30px;
}

.sff-heading h1:before,
.sff-heading h2:before {
    width: 30px;
    height: 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 7px;
    margin-left: 5px;
    content: '';
    -webkit-mask: url('/wp-content/wp-content/uploads/sff-icon.svg') no-repeat 50% 50%;
    mask: url('/wp-content/uploads/sff-icon.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover !important;
    mask-size: cover;
    border-radius: 0 !important;
    background-color: var(--e-global-color-primary) !important;
    opacity: 1 !important;
}

.elementor-button {
    background-color: #1473E6;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 10px 14px;
    fill: #fff;
}

.btn-md {
    font-size: 13px;
    padding:10px 14px;
    line-height: 1em;
}

.btn-lg .elementor-button {
    font-size: 14px;
    padding:14px 16px;
}

.elementor-button.add-to-build-btn,
.case-header .elementor-button.add-to-build-btn {
    font-size: 13px;
    padding: 10px 14px;
    line-height: 1em;
}

.case-header .elementor-button,
.case-header .aawp-button {
    min-width: 115px;;
}

.case-header .aawp-button {
    background-color: var( --e-global-color-008078b );
    font-family: "Inter Tight", Sans-serif;
    font-weight: 600;
    fill: var( --e-global-color-text );
    color: var( --e-global-color-text );
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 10px 14px;
    text-align: center;
    transition: all .3s;
}

.case-header .aawp-button:hover {
    background-color: #fff;
    color:#1473E6;
}

hr {
    border-color: transparent !important;
    padding: 15px 0;
}


/**/
span.beta-tag {
    position: absolute;
    bottom: -9px;
    font-size: 7px;
    text-transform: uppercase;
    left: 31px;
    letter-spacing: 0.05em;
    background-color: var( --e-global-color-f0b0ab9 );
    display: block;
    height: auto;
    line-height: 1;
    padding: 1.5px 2.5px;
    border-radius: 1.5px;
    color: #fff;
    font-weight: 500;
    /* font-style: italic; */
}

@media(max-width:1024px) {
    
    span.beta-tag {
        bottom:unset;
        top:0px;
        right:-5px;
        left:unset !important;
        font-size: 7px;
        left: 52px;
        position:relative;
    }
    
}

.facetwp-type-table_sort .facetwp-table-sort-heading {
    display: block;
    float: left;
    position: relative;
    top: 0 !important;
    padding-left: 15px;
}

.facetwp-type-table_sort .facetwp-table-sort-options {
    display: block;
    position: absolute !important;
    float: right;
    width: 100%;
    top: -4px !important;
}

.facet-wrap .noUi-horizontal {
    height: 6px !important;
}

.facet-wrap  .noUi-horizontal .noUi-handle {
    width: 18px !important;
    height: 18px !important;
    right: -10px !important;
    top: -4px !important;
}

.facetwp-facet {
    margin-bottom: 0 !important;
}

.facet-wrap  .noUi-handle {
    border: 1px solid #D9D9D9 !important;
    border-radius: 50px !important;
    background: #FFF !important;
}

.facet-wrap  .noUi-target {
    background: var(--e-global-color-ae94787) !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 0 8p !important;
}

.facet-wrap  .noUi-connect {
    background: var( --e-global-color-primary ) !important;
}

.facetwp-slider-wrap {
    padding-bottom: 10px !important;
}

input.facetwp-slider-reset {
    display: none !important;
}

.builder-search .facetwp-facet input.facetwp-search, 
.facetwp-facet input.facetwp-location {
    margin: 0;
    padding-right: 30px;
    min-width: 240px;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1.35;
}

.builder-sort .facetwp-facet.facetwp-type-sort select {
    max-width: 200px;
    padding: 5px 15px 5px 5px;
    font-size: 14px;
}

@media(max-width:767px) {
    .builder-search .facetwp-facet input.facetwp-search, 
    .facetwp-facet input.facetwp-location {
        width:100% !important;
    }
}

.facetwp-type-checkboxes {
    max-height: 200px;
    overflow-y: auto;
}

.facetwp-type-checkboxes {
  scrollbar-color: var( --e-global-color-ae94787 ) #000;
  scrollbar-width: thin;    
}

/* Component Page Filters */

.component-filters .facet-wrap > span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: var( --e-global-color-ae94787 );
}

.component-filters a.facetwp-toggle,
.component-filters span.facetwp-slider-label,
.component-filters span.facetwp-display-value {
    font-size: 14px;
}

.component-filters span.facetwp-counter {
    font-size: 10px;
}

.component-filters .facetwp-checkbox {
    background-size: 12px 12px;
    margin-bottom: 0;
    padding-left: 18px;
}

.component-filters .facetwp-slider-wrap {
    padding-top: 6px;
    padding-bottom: 6px !important;
}

span.col-name {
    display: none;
}


@media(max-width:767px) {
    span.col-name {
        display: block;
        font-size: 10px;
        line-height: 1.5em;
        opacity: 0.7;
    }
}

/* compatibility alerts */

div#builder-alerts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.compatibility-alert {
    padding: 7px 40px 7px 8px;
    border-radius: 5px;
    position: relative;
    /* border: 1px solid #fff; */
    min-height: 30px;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    flex-direction: row;
    align-items: center;
    letter-spacing: 0.01em;
}

.compatibility-alert a.dismiss-alert {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 9px;
}

.compatibility-alert.alert-success:before {
    content: "\f058";
    font-family: 'Font Awesome 6 Sharp';
    font-size: 13px;
    margin-right: 5px;
}

.compatibility-alert.alert-warning:before {
    content: "\f06a";
    font-family: 'Font Awesome 6 Sharp';
    font-size: 13px;
    margin-right: 5px;
}

.compatibility-alert.alert-spine:before {
    content: "\e0a3";
    font-family: 'Font Awesome 6 Sharp';
    font-size: 13px;
    margin-right: 5px;
    transform: rotate(90deg);
}

.compatibility-alert.alert-success {
    background-color: rgb(0 255 117 / 31%);
    border-color: rgb(0 255 117 / 31%);
    display: none;
}

.compatibility-alert.alert-warning {
    background-color: #e77b00ad;
    border-color: #e77b00ad;
}

.compatibility-alert.alert-spine {
    background-color: rgb(154 7 98 / 70%);
    border-color: rgb(154 7 98 / 70%);
}


.builder-list-components .alert-success.alert-critical:before {
  content: none;
}

.alert-warning .build-component-type:before {
    border-left: 3px dotted #e77b00ad !important;
    content: "";
    position: absolute;
    height: 100%;
    background-color: #e77b00ad;
    background: linear-gradient(90deg, #e77b0057 0%, rgba(0, 0, 0, 0) 100%);
    width: 15px;
    left: -17px;
    border-radius: 45px 0 0 45px;
}

.alert-spine .build-component-type:before {
    border-left: 3px dotted rgb(154 7 98 / 70%) !important;
    content: "";
    position: absolute;
    height: 100%;
    background-color: rgb(154 7 98 / 70%);
    background: linear-gradient(90deg, rgb(154 7 98 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
    width: 15px;
    left: -17px;
    border-radius: 45px 0 0 45px;
}

.alert-critical .build-component-type:before {
    border-left: 3px dotted rgb(222 0 53 / 75%) !important;
    content: "";
    position: absolute;
    height: 100%;
    background-color: rgb(222 0 53 / 75%);
    background: 
    linear-gradient(90deg,rgba(222, 0, 53, .35) 0%, rgba(0, 0, 0, 0) 100%);
    width: 15px;
    left: -17px;
    border-radius: 45px 0 0 45px;
}

.compatibility-alert.alert-info {
    border-color: #1473E6;
    background-color: #1473e6ad;
}

.compatibility-alert.alert-info:before {
    content: "\f05a";
    font-family: 'Font Awesome 6 Sharp';
    font-size: 13px;
    margin-right: 5px;
}


.highlight-alert.alert-info {
    /*border:1px dashed rgb(20 115 230 / 50%);*/
}


.highlight-alert.alert-warning {
     /*border:1px dashed rgb(255 137 0 / 60%);*/
}

.compatibility-alert.alert-critical {
    background-color: rgb(222 0 53 / 75%);
    border-color: rgb(222 0 53 / 75%);
}

.compatibility-alert.global-alert.alert-critical:before {
    content: "\f06a";
    font-family: 'Font Awesome 6 Sharp';
    font-size: 13px;
    margin-right: 5px;
}
.compatibility-alert.alert-spine a.dismiss-alert,
.compatibility-alert.alert-critical a.dismiss-alert {
    display: none;
}

.highlight-alert.alert-critical {
     /*border:1px dashed rgb(255 0 0 / 40%) !important;*/
}


/* CRITICAL overrides all */
.builder-list-components .alert-success.alert-warning.alert-spine.alert-critical:before,
.builder-list-components .alert-warning.alert-spine.alert-critical:before,
.builder-list-components .alert-success.alert-spine.alert-critical:before,
.builder-list-components .alert-success.alert-warning.alert-critical:before,
.builder-list-components .alert-spine.alert-critical:before,
.builder-list-components .alert-warning.alert-critical:before,
.builder-list-components .alert-success.alert-critical:before,
.builder-list-components .alert-critical:before {
    content: "\f06a";
    color: rgb(222 0 53);
    border: 1px solid rgb(222 0 53 / 60%);
    transform: rotate(0deg);
}

/* SPINE overrides warning & success */
.builder-list-components .alert-success.alert-warning.alert-spine:before, 
.builder-list-components .alert-warning.alert-spine:before, 
.builder-list-components .alert-success.alert-spine:before, 
.builder-list-components .alert-spine:before {
    content: "\e0a3";
    color: #fff;
    transform: rotate(90deg);
    background-color: rgb(154 7 98 / 70%);
    border: 1px solid rgb(154 7 98 / 70%);
}

/* WARNING overrides success */
.builder-list-components .alert-success.alert-warning:before,
.builder-list-components .alert-warning:before {
    content: "\f06a";
    color: #e77b00;
    border: 1px solid #e77b00ad;
}

/* SUCCESS (lowest priority) */
.builder-list-components .alert-success:before {
    content: "\f058";
    color: rgb(0 255 117 / 65%);
    border: 1px solid rgb(0 255 117 / 25%);
}

/* Common styles for all alerts */
.builder-list-components .alert-success:before,
.builder-list-components .alert-warning:before,
.builder-list-components .alert-spine:before,
.builder-list-components .alert-critical:before {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Font Awesome 6 Sharp';
    left: -25px;
    background-color: #000;
    height: 18px;
    width: 18px;
    display: flex;
    line-height: 1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 2;
}




.spine-compatibility:after {
    content: "Spine Alert";
    background-color: orange;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 2px;
    border-radius: 3px;
}



.builder-case-col {
    width:25%;
}

.case-image {
    min-height: 225px;
    background-position: center center;
    background-size: cover;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    position: relative;
}

.case-volume {
    background-color: var( --e-global-color-primary );
    padding: 5px 7px 5px 7px;
    border-radius: 5px 5px 5px 5px;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    color: var( --e-global-color-9918a44 );
    position: absolute;
    right:10px;
    top:10px;
    z-index: 9;
}

.case-card {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var( --e-global-color-008078b );
	border-radius: 15px 15px 15px 15px;
	padding:0;
	margin-bottom:20px;
	max-width: 320px;
}

.case-card:hover {
    border-color:var( --e-global-color-primary );
}

.case-specs {
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap:8px;
}

.case-specs h2 {
    font-family: "Inter Tight", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: var( --e-global-color-9918a44 );
    margin:0;
}

.case-specs-details {
    margin-bottom: 0;
}

.case-specs-details span {
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em;
    color: var( --e-global-color-ae94787 );
    display: block;

}
.case-price-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    margin-top: 8px;
}

.case-price-container span.case-price-label {
    font-family: "Inter Tight", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 1.4px;
    color: var(--e-global-color-ae94787);
}

.case-price-container span.case-price {
    font-size: 18px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 900;
    color: #fff;
}

/* new widgets*/
.case-card {
        position: relative;
        margin: 0;
        max-width: unset;
        display: flex;
        flex-direction: column;
    }
    
    .case-image {
        min-height: 100%;
        aspect-ratio: 16 / 9;
    }
    
    .case-image > div {
        height: 100%;
        background-size: cover;
        background-position: center;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

    .case-card-content {
        padding: 14px 12px;
        display: flex;
        gap: 15px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        height: 100%;
    }

    .case-card-specs h2 {
        font-family: "Inter Tight", Sans-serif;
        font-size: 18px;
        font-weight: 800;
        color: var( --e-global-color-9918a44 );
        margin: 0 0 5px;
    }

    .case-card-specs .spec-line {
        font-size: 12px;
        line-height: 1.3;
        color: var( --e-global-color-ae94787 );
    }

    .case-card-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 10px;
        border-top: 1px solid var( --e-global-color-008078b );
        align-items: center;
    }

    .case-card-footer-right {
        gap: 15px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .case-card-footer .specs-view a {
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 2.4em;
        letter-spacing: 0.15em;
        color: var( --e-global-color-9918a44 );
        transition: all .3s;
    }

    .case-card-footer .specs-view a:active,
    .case-card-footer .specs-view a:hover {
        color: var(--e-global-color-primary);
    }

    .case-card-footer .msrp-line {
        font-size: 18px;
        font-weight: 900;
        display: flex;
        flex-direction: column;
        line-height: 1.3;
        color: var( --e-global-color-text );
    }

    .case-card-footer .msrp-line span.label-msrp {
        color: var( --e-global-color-ae94787 );
        font-size: 10px;
        letter-spacing: 1.4px;
        font-weight: 500;
    }
/* END new widgets*/
.btns-case-card {
    display: flex;
    flex-direction: row;
    gap:10px;
    justify-content: center;
}

.case-card a.btn-case-card {
    background-color: var(--e-global-color-primary);
    padding: 10px 10px;
    white-space: nowrap;
    font-size: 12px;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    border-radius: 3px;
    width: 100%;
    line-height: 1em;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.case-card .btns-case-card a {
    background-color: var(--e-global-color-primary);
    padding: 10px 14px;
    white-space: nowrap;
    font-size: 12px;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    border-radius: 3px;
    width: 50%;
    line-height: 1em;
    text-align: center;
}

.case-card a.btn-case-card.btn-change-case,
.case-card .btns-case-card a.btn-change-case {
    background-color: var( --e-global-color-008078b );
}

/* hide on share page */
#builder-view-case a.btn-change-case {
  display: none !important;
}

.case-card a.btn-case-card:hover,
.case-card a.btn-case-card:active,
.case-card .btns-case-card a:hover,
.case-card .btns-case-card a:active {
    background-color: #fff;
    color: var(--e-global-color-primary);
}


/* Case Card Widget */
.case-card.case-card-builder-widget .case-card-price {
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-end;
}

.case-card.case-card-builder-widget .case-card-price span.label-msrp {
    color: var( --e-global-color-ae94787 );
    font-size: 10px;
    letter-spacing: 1.4px;
    font-weight: 500;
}

.case-card.case-card-builder-widget .case-card-price a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 6px;
}

.case-card.case-card-builder-widget .case-card-footer {
    gap: 10px;
}

.case-card.case-card-builder-widget .case-card-footer-left,
.case-card.case-card-builder-widget .case-card-footer-right {
    width: 50%;
}

.case-card.case-card-builder-widget a.button {
    width: 100%;
    display: block;
}



.builder-sidebar-widget {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-008078b );
    border-radius: 15px 15px 15px 15px;
    padding: 14px 12px;
    margin-bottom: 20px;
    max-width: 100%;
}

.builder-sidebar-widget h3 {
    margin: 0 0 10px;
    padding: 5px 0 0;
    font-size: 16px;
    font-weight: 800;
}

.builder-sidebar-widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.builder-sidebar-widget ul li {
    font-size: 12px;
    line-height: 1.35em;
    display: flex;
    flex-direction: row;
    gap:10px;
    padding: 8px 0;
    border-top: 1px solid  var( --e-global-color-008078b );
    align-items: center;
}

.builder-sidebar-widget ul li:last-of-type {
    padding-bottom: 0;
}

.builder-sidebar-widget .item-list-title,
.builder-sidebar-widget .item-list-value {
    display: block;
}

.builder-sidebar-widget .item-list-title {
    width: 30%;
}

.builder-sidebar-widget .item-list-title,
.builder-sidebar-widget .item-list-title a {
    color: var( --e-global-color-ae94787 );
    font-weight: bold;
}

.builder-sidebar-widget .item-list-title a:hover {
    text-decoration: underline;
}

.builder-sidebar-widget .item-list-value {
    width:70%;
}

.build-share-widget .case-card-content {
    padding: 14px 12px;
    gap: 12px;
}

.build-share-widget .case-card-specs h2 {
    margin: 0;
}

.build-share-widget .builder-sidebar-widget.sidebar-components-list {
    border: none;
    padding: 0;
    margin:0;
}

.build-share-widget .builder-sidebar-widget ul li:last-of-type {
    padding-bottom: 8px;
    border-bottom: 1px solid  var( --e-global-color-008078b );
}
.build-share-widget .build-widget-clone {
    padding: 0;
    
}

.build-share-widget button.button.clone-build-btn {
    font-size: 13px;
    padding: 10px 14px;
    width: 100%;
}


.builder-components-col h2 {
    font-family: "Inter Tight", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var( --e-global-color-9918a44 );
    margin-bottom: 20px;
}

.builder-toolbar {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-end;
}

.builder-toolbar-tools {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

.builder-toolbar .toolbar-tool {
    transition: 0.2s;
    width: 32px;
    font-size: 14px;
    height: 32px;
    border: 1px solid var( --e-global-color-ae94787 );
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var( --e-global-color-ae94787 );
    cursor: pointer;
    min-width: 32px;
    min-height: 32px;
}

.builder-toolbar .toolbar-tool:hover {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: #fff;
}

.builder-toolbar .share-box {
    display: flex;
    width: 424px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    background-color: var( --e-global-color-008078b );
    position: relative;
}

.builder-toolbar .share-box label {
    display: none;
}

.builder-toolbar .share-box input#share-build-link {
    background-color: var( --e-global-color-008078b );
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    height: 28px;
    border: none;
}

.builder-toolbar .share-box button#copy-share-link {
    font-size: 14px;
    padding: 6px 6px;
    height: 28px;
    background: transparent;
    color: var( --e-global-color-ae94787 );
}

.builder-toolbar .share-box span#share-copy-confirm {
    position: absolute;
    font-size: 11px;
    right: 0;
    bottom: -18px;
    font-weight: 600;
    border-radius: 3px;
}

.builder-list-components {
    border: 1px solid var( --e-global-color-008078b );
    border-radius: 14px;
    padding: 10px 15px 20px 30px;
}

.builder-list-components-header.build-component-item {
    min-height: 36px;
    font-size: 11px;
    font-weight: bold;
    border-top: none;
}

.builder-list-components-header.build-component-item {
    height: unset;
}

/*.build-component-item {
    border-top: 1px solid var( --e-global-color-008078b );
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    font-size: 15px;
    min-height: 77px;
}*/

.build-component-item {
    border-top: 1px solid var( --e-global-color-008078b );
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    align-items: center;
    position: relative;
    margin-bottom: 0;
    font-size: 15px;
    min-height: 77px;
    column-gap: 10px;
}

.builder-list-components .list-component-label {
  display: none;
}

.builder-list-components .build-component-type {
    /* width: 140px; */
    grid-column: auto / span 3;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter Tight";
}

.builder-list-components .build-component-type a {
    text-decoration: none;
    color: var( --e-global-color-9918a44 );
    font-size: 14px;
    display: block;
    font-weight: 600;
    font-family: "Inter Tight";
}

.builder-list-components .build-component-type a:hover,
.builder-list-components .build-component-type a:active {
    color: #fff;
    text-decoration: underline;
}

.builder-list-components .build-component-buy-change a.btn-builder-buy {
    background-color: var(--e-global-color-primary);
    padding: 10px 14px;
    white-space: nowrap;
    font-size: 12px;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    border-radius: 3px;
}

.builder-list-components .build-component-buy-change a.btn-builder-buy:hover,
.builder-list-components .build-component-buy-change a.btn-builder-buy:active {
    background-color: #fff;
    color: var(--e-global-color-primary);
}

.build-component-title {
    /* width: 540px; */
    grid-column: auto / span 13;
    display: flex;
    gap: 15px;
    align-content: center;
    align-items: center;
}

.build-component-title .component-title-specs {
     font-family: "Inter Tight", Sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 14px;
}

.build-component-title .build-component-thumb {
    width: 36px;
    min-width: 36px;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 3px;
    border-radius: 5px;
    overflow: hidden;
}

.build-component-title .build-component-specs {
    font-family: "Inter", Sans-serif;
    font-size: 11px;
    display: block;
    color: var( --e-global-color-ae94787 );
    font-weight: 500;
    margin-top: 4px;
    line-height: 1.3em;
}

.build-component-title .asin-thumb a {
    display: flex;
}

.build-component-list-price {
    /* width: 100px; */
    grid-column: span 2;
}

.build-component-list-price .build-component-list-price-text {
     color: var( --e-global-color-ae94787 );
     font-size: 13px;
}

.build-component-retailer {
    /* width: 100px; */
    display: flex;
    grid-column: auto / span 2;
}

.build-component-retailer a {
  display: flex;
}

.build-component-retailer-price {
    /* width: 100px; */
    display: flex;
    gap: 5px;
    position: relative;
    grid-column: auto / span 2;
}

.build-component-retailer-price-text img {
    width: 40px;
    margin-top: -2px;
    display: block;
}

.build-component-retailer-price .build-component-retailer-price-text {
    font-weight: 700;
    font-family: "Inter Tight", Sans-serif;
    font-size: 14px;
    line-height: 1.2em;
}

.build-component-retailer-price .build-component-retailer-price-text:hover,
.build-component-retailer-price .build-component-retailer-price-text:active {
    text-decoration: underline;
}

button.elementor-button.edit-price-btn {
    padding: 0;
    background-color: unset;
    font-size: 10px;
    position: absolute;
    left: -15px;
    top: calc(50% - 6px);
    line-height: 1em;
    color: var(--e-global-color-f0b0ab9);
}

button.elementor-button.edit-price-btn:focus,
button.elementor-button.edit-price-btn:active,
button.elementor-button.edit-price-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.builder-modal-overlay {
    position: fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background: rgba(0,0,0,0.5);
    z-index:9999;
}

.builder-modal-content,
.price-modal-content {
  pointer-events: auto;
  border-radius: 15px;
  padding: 24px;
  color: #fff;
  font-weight: bold;
  background: rgb(183 188 201 / 25%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed; 
  top:40%; 
  left:50%; 
  transform: translate(-50%, -50%); 
  min-width: 300px;
  max-width: 300px;
  text-align: center;
}

.builder-modal-content h3,
.price-modal-content h3 {
    font-size: 20px;
    margin: 6px 0 6px;
    font-weight: 700;
}

.builder-modal-content p,
.price-modal-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Inter';
}

.builder-modal-content .action-wrapper,
.price-modal-content .action-wrapper {
    display: flex;
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.builder-modal-content input,
.price-modal-content input {
    font-size: 18px;
    line-height: 1.2em;
    padding: 7px;
    min-height: 10px;
    height: 43px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: 1px solid rgb(183 188 201 / 50%);
    margin-bottom: 12px;
}

.builder-modal-content .action-wrapper button,
.price-modal-content .action-wrapper button {
    width: 100%;
    font-size: 14px;
    padding: 12px 14px;
    line-height: 1em;
}

.builder-modal-content .action-wrapper button.btn-cancel,
.price-modal-content .action-wrapper button#price-modal-cancel {
    background-color: rgb(183 188 201 / 25%);
}
.builder-modal-content .action-wrapper button.btn-cancel:active,
.builder-modal-content .action-wrapper button.btn-cancel:hover,
.price-modal-content .action-wrapper button#price-modal-cancel:active,
.price-modal-content .action-wrapper button#price-modal-cancel:hover {
    background-color: rgb(255 255 255 / 100%);
}

.builder-components-col-footer {
    padding: 15px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.build-component-buy-change {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    grid-column: auto / span 2;
    align-items: center;
    gap: 10px;
}

.build-component-buy-change a.button.btn-builder-buy {
    line-height: 1em;
    display: inline-flex;
}

.build-component-buy-change .btn-remove {
    padding: 0!important;
    font-size: 11px;
    background-color: transparent;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 30px;
    height: 20px;
    width: 20px;
    min-width: 20px;
    color: var(--e-global-color-secondary);
}

.build-component-buy-change .btn-remove:hover {
    background-color: var(--e-global-color-d1ad14c);
    border-color: var(--e-global-color-d1ad14c);
    color: #fff;
}

.build-component-item.build-total-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.build-total-row .build-totals {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0;
    margin-top: 20px;
    /* border: 1px solid #ccc; */
    border-radius: 8px;
    /* background-color: var( --e-global-color-008078b ); */
}

.build-total-row .build-total {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;
    align-items: flex-start;
    background-color: #313846;
    border-radius: 6px;
    padding: 10px 14px;
    min-width: 140px;
    position: relative;
    /* border: 1px solid #313846; */
}

.build-total-row .build-total span.build-component-total-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
    color: var( --e-global-color-ae94787 );
}

.build-total-row .build-total span.build-component-total-text {
    font-weight: 800;
    font-size: 18px;
    line-height: 1em;
}

.build-total.build-total-sum {
    background-color: var( --e-global-color-primary);
}

.build-total-row .build-total.build-total-sum span.build-component-total-label {
    color: rgb(255 255 255 / 69%);
}

.build-total.build-total-case:after {
    content: "+";
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
    right: -17px;
    top: 16px;
    font-size: 11px;
    width: 24px;
    line-height: 1em;
    font-weight: 900;
    height: 24px;
    background-color: #000000;
    text-align: center;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: var( --e-global-color-ae94787 );
}

.build-total.build-total-components:after {
    content: "=";
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
    right: -17px;
    top: 16px;
    font-size: 11px;
    width: 24px;
    line-height: 1em;
    font-weight: 900;
    height: 24px;
    background-color: #000000;
    text-align: center;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: var( --e-global-color-ae94787 );
}


.build-component-item.build-component-motherboard.motherboard-not-compatible {
    margin-top: 30px;
    border-color: red;
    border-radius: 0 4px 4px 4px;
}

.build-component-item.build-component-motherboard.motherboard-not-compatible:before {
    border-color: #bf001d;
    content: "Motherboard Not Compatible";
    display: block;
    position: absolute;
    top: -21px;
    background-color: #bf001d;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 2px 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    left: -1px;
}

.elementor-button.add-to-build-btn,
.elementor-button.choose-component-btn {
    font-size: 12px;
    padding: 10px 14px;
    line-height: 1em;
}

.btn-choose {
    background-color:var(--e-global-color-primary);
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1em;
}


.build-component-item.build-components-list-heading {
    background-color: var( --e-global-color-008078b ) !important;
    padding: 10px 15px;
    background: none;
    font-size: 12px;
    color: #fff;
    font-family: "Inter", sans-serif;
    line-height: 1;
    min-height: 0;
}

.build-component-add,
.build-component-fan ~ .build-component-fan,
.build-component-memory ~ .build-component-memory {
  border-color: #31384682;
}

.build-component-fan ~ .build-component-fan .build-component-type a,
.build-component-memory ~ .build-component-memory .build-component-type a {
    display: none;
}

.amazon-logo {
    width: 55px;
}






/* Build Key Selector */

.build-key-select-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: right;
}


.build-key-select-wrapper .build-select-change label,
.build-key-select-wrapper .build-title-update label {
    display: none;
    position: absolute;
    top: -15px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: var( --e-global-color-ae94787 );
}


.build-key-select-wrapper input,
.build-key-select-wrapper select {
    font-size: 13px;
    line-height: 1.2em;
    padding: 7px;
    min-height: 10px;
    height: 34px;
    max-width: 200px;
    border:none;
}

.build-key-select-wrapper select {
    padding: 8px 32px 8px 12px;
    max-width: 200px;
    height: 38px;
    border-radius: 5px;
    background-size: 11px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 320 512'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23b7bcc9; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M320,240l-160,144L0,240v-48h320v48Z'/%3E%3C/svg%3E");
    appearance: none;
    -webkit-appearance: none;
    background-color: var( --e-global-color-008078b );
    color:#ffffff;
    font-family: 'Inter Tight', Sans-Serif;
    font-weight: 600;
}

.build-key-select-wrapper button {
    font-size: 13px;
    padding: 10px 14px;
    line-height: 1em;
}

.build-key-select-wrapper .build-title-update {
    display: flex;
    flex-direction: row;
}



.build-key-select-wrapper .build-title-update input {
    max-width:135px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.build-key-select-wrapper .build-title-update button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Charts */

.dpc-chart-wrapper {
    border: 1px solid #313846;
    margin: 25px 0;
    border-radius: 15px;
}

.dpc-chart-wrapper .chart-heading {
    padding: 20px;
    border-bottom: 1px solid #313846;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.dpc-chart-wrapper .chart-heading > h3 {
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.dpc-chart-wrapper .chart-heading > h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.dpc-chart-wrapper .chart-heading > h3 > .btn-chart-download {
    font-size: 12px;
    padding: 7px 13px;
    background-color: #616D8A;
}

.dpc-chart-wrapper .chart-heading > h3 > .btn-chart-download:hover,
.dpc-chart-wrapper .chart-heading > h3 > .btn-chart-download:active {
    background-color: #FFFFFF;
}


/* Single Build Post Page */

.single-build-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.single-build-content-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-build-content-section h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Inter Tight', sans-serif;
}

.single-build-content-section h3 {
    font-weight: 600;
}

.single-build-case-title span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: var( --e-global-color-primary );
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.single-build-assembly-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-build-assembly-section .single-build-assembly-section-heading {
    width: 100%;
}

.single-build-assembly-section .single-build-assembly-section-heading h3 {
    margin: 12px 0 0;
    font-weight: 600;
}

.single-build-assembly-section .single-build-assembly-section-content {
    width: 100%;
    padding: 20px;
    background-color: var(--e-global-color-008078b);
    border-radius: 10px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
}

.single-build-assembly-section-content img {
    background-color: #fff;
    border-radius: 15px;
    height: 200px;
    width: auto;
}


/* Skeleton loading case card */
/* Skeleton Loader Styles */
.skeleton-loader .skeleton {
    animation: skeleton-loading 1.2s linear infinite alternate;
    background-color: var(--e-global-color-008078b);
}

@keyframes skeleton-loading {
    from {
        background-color: var(--e-global-color-008078b);
    }
    to {
        background-color: var(--e-global-color-3cc8f5e);
    }
}

.skeleton.case-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.skeleton.case-image {
    width: 150px;
    height: 150px;
}

.skeleton.case-specs {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skeleton.skeleton-title {
    width: 60%;
    height: 20px;
}

.skeleton.skeleton-detail {
    width: 90%;
    height: 15px;
}


/* SINGLE CASE PAGE */

#case-gallery-video a.e-gallery-item.elementor-gallery-item:nth-child(2) {
    border-top-right-radius: 15px;
}

#case-gallery-video a.e-gallery-item.elementor-gallery-item:nth-child(6) {
    border-bottom-right-radius: 15px;
}

/* Hide elements after 6 */
#case-gallery-video a.e-gallery-item.elementor-gallery-item:nth-child(n+7) {
  display: none !important;
}

#case-gallery-video a.e-gallery-item.elementor-gallery-item:nth-child(6) .e-gallery-image:after {
  content: "View All Images";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  line-height: 1.2em;
}

#case-gallery-video .grid > *:nth-child(15)::after {
  content: "View More";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent black overlay */
  color: white;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none; /* allow clicks to pass through if needed */
}

#case-gallery-no-video .e-gallery-image {
    height: 100%;
}

#case-gallery-no-video a.e-gallery-item.elementor-gallery-item:nth-child(1) {
    grid-column: 1 / span 3 !important;
    grid-row:1 / span 3 !important;
    border-radius: 14px 0 0 14px;
}

#case-gallery-no-video .e-gallery-grid:has(a:only-child) a:first-child {
  grid-column: span 5 !important;
  grid-row: span 3 !important;
  border-radius: 14px;
}

#case-gallery-no-video a.e-gallery-item.elementor-gallery-item:nth-child(3) {
    border-top-right-radius: 14px;
}

#case-gallery-no-video a.e-gallery-item.elementor-gallery-item:nth-child(7) {
    border-bottom-right-radius: 14px;
}


/* Hide elements after 6 */
#case-gallery-no-video a.e-gallery-item.elementor-gallery-item:nth-child(n+8) {
  display: none !important;
}

#case-gallery-no-video a.e-gallery-item.elementor-gallery-item:nth-child(7) .e-gallery-image:after {
  content: "View All Images";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
}


.single-case-specs-table .case-spec-item-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.single-case-specs-table .case-spec-item {
    display: flex;
    flex-direction: column;
}

.single-case-specs-table .case-spec-item .case-spec-item-name {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    opacity: 0.8;
    color: var(--e-global-color-ae94787);
}

.single-case-specs-table .case-spec-item .case-spec-item-value {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    font-family: var(--e-global-typography-text-font-family);
}

.single-case-specs-table .case-spec-item.additional-notes {
    grid-column: span 3;
    margin-top: 10px;
}

.single-case-specs-table .case-spec-item.additional-notes .case-spec-item-value {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.5;
    font-family: var(--e-global-typography-text-font-family);
}

.case-spec-item.materials {
    grid-column: span 2;
}

.case-spec-item.front-i-o-ports {
    grid-column: span 2;
}


ul.sff-case-pros-cons-list {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.34em;
}

.sff-case-pros-cons-list li {
    color: #fff;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}

.sff-case-pros-cons-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: transparent;
    margin-right: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}

.sff-case-pros-cons-list.pros-list li:before {
    background-color: #14e696;
}

.sff-case-pros-cons-list.cons-list li:before {
    background-color: #e61441;
}



/* Homepage Case Grid Loop Item */

.loop-grid-item {
    max-width: 322px !important;
}

.loop-grid-item-case-image-container {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-view .loop-grid-item-case-image-container {
  min-height: unset !important;
}

.loop-grid-item-case-image > * {
    aspect-ratio: 16 / 9;
    width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border-radius:15px 15px 0 0;
}

.loop-item-case-image-carousel {
    border-radius: 14px 14px 0 0 !important;
    overflow: hidden;
}

.loop-grid-item .loop-item-case-image-carousel .elementor-widget-container {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loop-item-case-image-carousel .swiper-wrapper {
    align-items: center;
}

.loop-grid-item-case-content {
  height: 100%;
}

.loop-grid-item-case-content .elementor-shortcode {
    height: 100%;
}




/* CASES Page */

.case-list-page #search-bar {
    color: #ffffff;
    background: var(--e-global-color-008078b) !important;
    border: 1px solid var(--e-global-color-008078b);
    border-radius: 25px;
    height: 36px;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 16px;
}


-webkit-input-placeholder, 
input::placeholder {
    text-transform: none;
    color: #b7bcc96b;
}

.case-list-page .filter-pills-container {
    padding: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.case-list-page .filter-pills-container:has(> span) {
  padding: 0 0 15px;
}

.case-list-page .filter-pill {
    background: var(--e-global-color-primary);
    padding: 4px 4px 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    align-items: center;
    color: #fff;
    font-weight: 600;
    display: flex;
    gap: 4px;
}

.case-list-page .filter-pill button.pill-close {
    padding: 0;
    line-height: 1;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
}



.case-list-page .slider-group {
    margin-bottom: 20px;
}

.case-list-page .slider-group label {
    display: none;
}

.case-list-page .noUi-handle:after, 
.case-list-page .noUi-handle:before {
    display: none;
}


.case-list-page .noui-slider .noUi-tooltip {
    top: 11px;
    bottom: auto !important;
    padding: 0;
    border-radius: 3px;
    border: none;
    background: transparent;
}

.case-list-page .noUi-tooltip {
  bottom: -35px;
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 10;
}

.case-list-page .slider-tooltip-input {
	border: none;
	background: transparent;
	text-align: center;
	font: inherit;
	padding: 0;
	outline: none;
	min-width: 1ch;
	transition: width 0.2s ease;
	width: auto;
	max-width: 60px;
	appearance: textfield;
}

.case-list-page .slider-tooltip-input::-webkit-inner-spin-button {
	display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.case-list-page .filter-group {
    max-height: 200px !important;
    overflow-y: auto !important;
    display: block !important;
    scrollbar-color: var( --e-global-color-ae94787 ) #000;
    scrollbar-width: thin;
}

.case-list-page .filter-heading {
    display: none;
}

.case-list-page .checkbox-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
}

.case-list-page .checkbox-wrapper label:has(input:checked) {
    background-color: var(--e-global-color-primary);
}


/* dpc custom styles */

.case-list-page .noUi-target {
    background: var(--e-global-color-ae94787) !important;
    border-radius: 4px !important;
    border: none !important;
    margin: 0 30px 0 10px;
}

.case-list-page .noUi-horizontal {
    height: 6px !important;
}

.case-list-page .noUi-handle {
    border: 1px solid #D9D9D9 !important;
    border-radius: 50px !important;
    background: #FFF !important;
}

.case-list-page .noUi-horizontal .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    right: -8px !important;
    top: -4px !important;
}


.case-list-page .noUi-connect {
    background: var( --e-global-color-primary ) !important;
}

.case-list-page .swiper-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.case-list-page .swiper-wrapper {
  display: flex;
}

.case-list-page .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

.case-list-page .swiper-button-next:after, 
.case-list-page .swiper-button-prev:after {
    font-size: 18px;
}

.case-list-page .swiper-button-next, 
.case-list-page .swiper-button-prev {
    color: rgb(255,255,255);
    opacity: 0.5;
}

.case-list-page .swiper-button-next:hover, 
.case-list-page .swiper-button-prev:hover {
    opacity: 1;
}

.case-list-page .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}

.case-list-page .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.case-grid {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}


.case-grid .case-card {
    position: relative;
    width: calc(33% - 10px);
    margin: 0;
    max-width: unset;
    display: flex;
    flex-direction: column;
}

.case-grid .case-image {
    min-height: 100%;
    aspect-ratio: 16 / 9;
}

.case-grid .case-image > div {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.case-grid .case-card-content {
    padding: 14px 12px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.case-grid .case-card-specs h2 {
    font-family: "Inter Tight", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: var( --e-global-color-9918a44 );
    margin: 0 0 5px;
}

.case-grid .case-card-specs .spec-line {
    font-size: 12px;
    line-height: 1.3;
    color: var( --e-global-color-ae94787 );
}

.case-grid .case-card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid var( --e-global-color-008078b );
    align-items: center;
}

.case-grid .case-card-footer-right {
    gap: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.case-grid .case-card-footer .specs-view a {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 2.4em;
    letter-spacing: 0.15em;
    color: var( --e-global-color-9918a44 );
    transition: all .3s;
}

.case-grid .case-card-footer .specs-view a:active,
.case-grid .case-card-footer .specs-view a:hover {
    color: var(--e-global-color-primary);
}

.case-grid .case-card-footer .msrp-line {
    font-size: 18px;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    color: var( --e-global-color-text );
}

.case-grid .case-card-footer .msrp-line span.label-msrp {
    color: var( --e-global-color-ae94787 );
    font-size: 10px;
    letter-spacing: 1.4px;
    font-weight: 500;
}

/* List View Styles */
.case-grid.list-view {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    width: 100%;
}

.case-grid.list-view .case-card {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.case-grid.list-view .case-card-image {
    width: 16%;
    aspect-ratio: 16 / 9;
    border-radius: 15px 0 0 15px !important;
}

.case-grid.list-view .case-image {
    min-height: 100%;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 0;
}

  .case-grid.list-view .case-image .swiper-container {
    border-bottom-left-radius: 14px;
    border-top-right-radius: 0;
}

.case-grid.list-view .case-card-content {
    display: flex;
    flex-direction: row;
    height: unset;
    width: 85%;
    gap: 10px;
}

.case-grid.list-view .case-card-spec-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 1px;
    column-gap: 16px;
}

.case-grid.list-view .case-card-content {
    display: flex;
    flex-direction: row;
}

.case-grid.list-view .case-card-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0;
    padding-left: 20px;
    border-top: none;
    border-left: 1px solid var( --e-global-color-008078b );
}

.case-grid.list-view .case-card-footer .msrp-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}


.case-list-page .slider-container {
  width: 100%;        /* or fixed width if desired */
  max-width: 600px;   /* limit total slider width */
  position: relative; /* 🔑 enables proper absolute tooltip positioning */
}

.case-list-page .slider-group,
.case-list-page .slider-wrapper, 
.case-list-page .noUi-target {
  position: relative;
}

.case-list-page .slider-group {
    width: 100%;
    margin: 3px auto 30px;
    position: relative;
}

.case-list-page .tooltip-wrapper {
  display: inline-flex;
  align-items: center;
  color: var( --e-global-color-ae94787 );
  background: transparent;
  padding: 1px 3px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.case-list-page .slider-tooltip-input {
    border: none;
    background: transparent;
    color: var( --e-global-color-ae94787 );
    text-align: center;
    font: inherit;
    font-size: 11px;
    font-weight: 600;
    padding: 0 !important;
    min-width: 1ch;
    outline: none;
    width: auto;
    pointer-events: auto;
    border: none !important;
}

.case-list-page .slider-tooltip-input:focus {
    background-color: transparent;
}

.case-list-page .tooltip-wrapper span.tooltip-unit {
    min-width: 0;
}




@media(max-width:1460px) {

  .builder-list-components .build-component-type,
  .builder-list-components .build-component-list-price,
  .builder-list-components .build-component-retailer,
  .builder-list-components .build-component-retailer-price,
  .builder-list-components .build-component-buy-change {
      grid-column: auto / span 3;
  }

  .builder-list-components .build-component-title {
    grid-column: auto / span 9;
  }


}

@media(max-width:1024px) {

  .sff-heading h1,
  .sff-heading h2 {
    font-size: 26px;
  }

  .sff-heading h1:before,
  .sff-heading h2:before {
      width:24px;
      height: 28px;
      margin-left:0;
  }

  /* CASES Page */
  .case-grid .case-card {
    width: calc(50% - 10px);
  }
    
  /*.case-card {
      display: flex;
      flex-direction: row;
      width: 100%;
      max-width: 100%;
      height:auto;
      margin:0;
  }
  
  .case-card > a {
      width: 25%;
  }
  
  .case-card .case-image {
      margin-top:10px;
      margin-left:10px;
      min-height:100px;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      border-bottom-right-radius: 0;
  }
  
  .case-specs {
      width: 75%;
      gap: 5px;
      padding: 10px 12px 10px;
  }
  
  .case-specs h2 {
      font-size: 15px;
  }
  
  .case-specs-details {
      margin-bottom:5px;
  }
  
  .case-specs-details span {
      font-size: 9px;
  }
  
  .case-card .case-specs .elementor-button {
      font-size: 12px;
      padding: 10px 14px;
  }*/

  

  /* BUILDER */
  .case-card-builder-widget.case-card {
    gap: 15px;
  }

  .case-card-builder-widget.case-card .case-card-image {
      width: 100%;
  }

  .case-card-builder-widget.case-card .case-card-content {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      height: 100%;
      padding-bottom: 65px;
  }

  .case-card-builder-widget.case-card .case-image > div {
    border-top-right-radius: 0;
    border-bottom-left-radius: 14px;
  }

  .case-card-builder-widget.case-card .case-image span.case-volume {
    left: 10px;
    right: unset;
  }

  .case-card-builder-widget.case-card .case-card-content {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      height: 100%;
  }

  .case-card-builder-widget.case-card .case-card-spec-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }

  .case-card-builder-widget.case-card .spec-line {
    width: 30%;
  }

  .case-card-builder-widget.case-card .spec-line .spec-label {
    display: block;
    font-size: 10px;
    font-weight: bold;
  }

  .builder-toolbar .share-box {
      width: 100%;
  }
  
  #list-view-button,
  #grid-view-button,
  #reset-filters {
    display: none;
  }

  .case-grid.list-view .case-card {
      display: flex;
      flex-direction: row;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0;
      gap: 15px;
      padding-bottom: 53px;
  }

  .case-grid.list-view .case-card .case-card-image {
      width: 30%;
  }

  .case-grid.list-view .case-card .case-image {
      margin: 0;
      min-height: 100%;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      border-bottom-right-radius: 0;
      max-width: 100%;
  }

  .case-grid.list-view .case-card .case-image {
    min-height: auto;
  }

  .case-grid.list-view .case-image .swiper-container {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0;
  }

  .case-grid.list-view .case-card .case-image span.case-volume {
    left: 10px;
    right: unset;
  }

  .case-grid.list-view .case-card .case-card-content {
      width: 70%;
      padding: 20px 10px 15px 0;
      display: flex;
      gap: 10px;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      height: 100%;
  }

  .case-grid.list-view .case-card .case-card-specs h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .case-grid.list-view .case-card .case-card-spec-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }

  .case-grid.list-view .case-card .spec-line,
  .case-card-builder-widget.case-card .spec-line {
    width: 41%;
  }

  .case-grid.list-view .case-card .spec-line .spec-label,
  .case-card-builder-widget.case-card .spec-line .spec-label {
    display: block;
    font-size: 12px;
    font-weight: bold;
  }

  .case-grid.list-view .case-card .spec-line.spec-line-gpu,
  .case-card-builder-widget.case-card .spec-line.spec-line-gpu {
      width: 100%;
  }

  .case-grid.list-view .case-card .spec-line-gpu .spec-label,
  .case-card-builder-widget.case-card .spec-line-gpu .spec-label {
      display: inline;
  }

  .case-grid.list-view .case-card .case-card-footer,
  .case-card.case-card-builder-widget .case-card-footer {
    gap: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
  }

  .case-grid.list-view .case-card-footer {
    display: flex;
    align-items: center;
    border-left: none;
    flex-direction: row;
  }

  /* homepage horizontal scroll */

  .listing-grid {
    overflow-x: scroll;
  }

  .listing-grid .elementor-loop-container.elementor-grid {
      display: flex;
      flex-direction: row;
      width: 100vw;
      gap:20px;
  }

  .listing-grid .e-loop-item:first-of-type {
      padding-left: 15px;
  }

  .listing-grid .e-loop-item:last-of-type {
      padding-right: 15px;
  }

  .listing-grid .case-card-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid var( --e-global-color-008078b );
    align-items: flex-start;
    flex-direction: column;
  }

  .listing-grid .case-card-footer .msrp-line {
      gap: 5px;
      display: flex;
      flex-direction: row;
      line-height: 1.3;
      align-items: center;
  }

  .listing-grid .case-card-footer-right {
      gap: 10px;
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between;
      width: 100%;
  }


  .single-case-specs-table .case-spec-item-container {
    grid-template-columns: 1fr 1fr;
  }

  .single-case-specs-table .case-spec-item.additional-notes {
      grid-column: span 2;
      margin-top: 10px;
  }

  .single-case-specs-table .case-spec-item .case-spec-item-value {
      font-size: 16px;
  }

  .single-case-specs-table .case-spec-item .case-spec-item-name {
      font-size: 9px;
  }

  .case-header .elementor-button, 
  .case-header .aawp-button {
      width: 100%;
  }

  #case-gallery-video a.e-gallery-item.elementor-gallery-item:nth-child(6) .e-gallery-image:after {
    font-size: 15px;
  }

  #case-gallery-video a.e-gallery-item.elementor-gallery-item:nth-child(2) {
      border-top-right-radius: 0;
  }

  #case-gallery-video a.e-gallery-item.elementor-gallery-item:nth-child(4) {
      border-bottom-left-radius: 14px;
  }

  .single-build-content-wrapper {
      gap: 20px;
  }
  
  .single-build-assembly-section .single-build-assembly-section-heading {
      width: 12%;
  }
  
  .single-build-assembly-section .single-build-assembly-section-content {
      width: 88%;
      flex-direction: column;
      gap: 15px;
  }

}

@media(max-width:767px) {

  h1, h2, h3, h4, h5, h6 {
    margin-block-start: 0.75rem;
    margin-block-end: 0.5rem;
  }

  .btn-lg .elementor-button {
      padding:12px 16px;
  }

  .sff-heading h1,
  .sff-heading h2 {
    font-size: 24px;
  }

  .sff-heading h1:before,
  .sff-heading h2:before {
      width:22px;
      height: 24px;
      margin-left:0;
      margin-right: 5px;
  }

  /* CASES Page */
  .case-grid {
    justify-content: center;
  } 

  .case-grid .case-card {
      width: 100%;
      max-width: 355px;
  }

  .compatibility-alert {
    display: block;
  }

  .builder-list-components {
    padding: 0px 15px 20px 15px;
  }

  .build-component-item:nth-child(2) {
      border-top: none;
  }

  .builder-list-components-header.build-component-item {
      display: none;
  }

  .build-component-item {
      grid-row-gap: 10px;
      padding-top: 20px;
      padding-bottom: 20px;
      align-items: start;
  }

  .build-component-item.build-component-add,
  .build-component-item.build-total-row {
      padding: 0;
  }

  .build-component-title .build-component-thumb {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 2px;
    border-radius: 25px;
  }

  .builder-list-components .build-component-type {
    grid-column: auto / span 24;
    grid-row: auto / span 1;
  }


  .builder-list-components .build-component-type a {
    font-size: 14px;
    background-color: var( --e-global-color-008078b );
    border-radius: 0 4px 4px 0;
    padding: 4px 10px 4px 27px;
    margin-left: -16px;
  }

  .builder-list-components .build-component-title {
    grid-column: auto / span 24;
    gap: 10px;
  }

  .build-component-title .component-title-specs {
      line-height: 1.2em;
      font-size: 16px;
  }

  .builder-list-components .build-component-list-price, 
  .builder-list-components .build-component-retailer,
  .builder-list-components .build-component-retailer-price,
  .builder-list-components .build-component-buy-change {
    grid-column: auto / span 6;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2px;
  }

  .build-component-retailer-price {
      position: unset;
  }

  .builder-list-components .list-component-label {
    display: block;
    position: relative;
    font-size: 11px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: var( --e-global-color-ae94787 );
  }

  button.elementor-button.edit-price-btn {
      font-size: 15px;
      left: unset;
      right: 36px;
      top: 27px;
  }

  .builder-list-components .alert-success:before, 
  .builder-list-components .alert-warning:before, 
  .builder-list-components .alert-spine:before, 
  .builder-list-components .alert-critical:before {
    top: 25px;
    left: -12px;
  }

  .alert-warning .build-component-type:before,
  .alert-critical .build-component-type:before,
  .alert-spine .build-component-type:before {
    border-left-style: solid !important;
    border-radius: 0;
    left: -16px;
  }

  .build-component-buy-change button.elementor-button.btn-remove.remove-btn {
      position: absolute;
      top: 24px;
      right: 0;
  }

  .build-component-buy-change a.button.btn-builder-buy {
    width: 100%;
    justify-content: center;
  }

  .build-total-row .build-totals {
      flex-direction: column;
      width: 100%;
  }

  .build-total.build-total-case:after {
    right: unset;
    left: -12px;
    top: unset;
    bottom: -17px;
  }

  .build-total.build-total-components:after {
      right: unset;
      left: -12px;
      top: unset;
      bottom: -17px;
  }


  .builder-toolbar {
      flex-wrap: wrap;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
  }

  .builder-toolbar-tools {
      width: calc(50% - 10px);
      display: flex;
      justify-content: flex-end;
      position: absolute;
      top: 0;
      right: 0;
  }

  .builder-toolbar .share-box {
    width: 100%;
  }

  .builder-share-widget {
      width: calc(50% - 5px);
      display: flex;
  }

  .build-key-select-wrapper {
      width: calc(50% - 5px);
  }

  .build-key-select-wrapper select {
    max-width: unset;
  }


  .case-card.no-case-selected {
      min-height: 100px;
      padding: 0;
  }

  .case-card.no-case-selected .case-image {
      border-radius: 8px 0 0 8px;
  }

  /*.case-card.no-case-selected .case-specs {
      width: 75%;
      gap: 5px;
      padding: 10px 12px 10px 0;
      display: flex;
      justify-content: center;
  }*/

  .single-build-assembly-section {
      flex-direction: column;
  }

  .single-build-content-wrapper {
      gap: 10px;
  }
  
  .single-build-content-section h3 {
      font-size: 16px;
  }

  .single-build-assembly-section .single-build-assembly-section-heading {
          width: 100%;
  }
  
  .single-build-assembly-section .single-build-assembly-section-content {
      width: 100%;
      font-size: 14px;
      margin-bottom: 10px;
      padding: 15px
  }
      
  .single-build-assembly-section .single-build-assembly-section-heading h3 {
      margin: 10px 0 0;
      font-size: 16px;
  }
  
  .single-build-content-section {
      gap: 10px;
  }

  .single-build-content-section h2 {
      font-size: 20px;
      margin-bottom:5px;    
  }
  
  .single-build-case-title span {
      font-size: 12px;
      margin-bottom: 3px;
  }

  .single-build-assembly-section-content img {
      border-radius: 5px;
  }
  
  .cases-filter-panel,
  .components-filter-panel {
      position: fixed;
      top: var(--wpadminbar-h);
      left: 0;
      width: 80vw;
      max-width: 320px;
      height:calc(100dvh - var(--wpadminbar-h));
      background: #1A1D22;
      transform: translateX(-100%);
      transition: transform .3s ease-in-out;
      z-index: 9999;
      overflow-y: auto;
      padding: 20px 20px 60px;
      padding-bottom:env(safe-area-inset-bottom,60px);
      flex-wrap: nowrap;
  }

  .cases-filter-panel.open,
  .components-filter-panel.open {
    transform:translateX(0); 
  }

  .components-filter-panel.component-filter-accordion .e-n-accordion-item {
      padding: 0 !important;
      border: none !important;
      overflow: visible !important;
  }

  .components-filter-panel .e-n-accordion {
    padding-bottom: 40px;
  }

  .filter-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.4);
    opacity:0;
    visibility:hidden;
    transition:opacity .3s ease;
    z-index:9998;
    bottom:env(safe-area-inset-bottom,0); 
  }

  body.menu-open .filter-overlay {
    opacity:1;
    visibility:visible;
  }

  body.menu-open { 
    overflow:hidden; 
  }



}