.elementor-kit-7{--e-global-color-primary:#810842;--e-global-color-secondary:#2EB1CC;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WRAPPER */
.inkmax-wrapper {
    display: flex;
    gap: 20px;
}

/* COLUMNS */
.inkmax-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px; /* tighter spacing like reference */
}

/* ROW (MAIN BLOCK) */
.inkmax-row {
    width: 100% !important;
    background: #f1f1f1; /* flat grey */
    border: none; /* remove border */
    border-radius: 0; /* remove rounded */
    overflow: hidden;
}

/* HEADER */
.inkmax-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    background: #f1f1f1;
}

/* TITLE */
.inkmax-title {
    color: #333;
}

/* TOGGLE */
.inkmax-toggle {
    font-size: 13px;
    color: #333;
}

/* CONTENT */
.inkmax-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    background: #ffffff;
    padding: 10px 16px;
    border-top: 1px solid #e0e0e0;
}

/* LINKS */
.inkmax-model {
    display: block;
    font-size: 13px;
    color: #0073aa; /* blue text */
    text-decoration: none;
    padding: 4px 0;
}

/* Hover effect (blue background + white text) */
.inkmax-model:hover {
    background-color: #0073aa;
    color: #ffffff;
    text-decoration: none;
}

.custom-related {
  margin-top: 40px;
}

.related-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* CARD */
.related-card {
  max-width: 260px;
}

/* IMAGE */
.related-images img {
  width: 100%;
  height: auto;
}

/* BRAND + MODEL */
.related-meta {
  margin-top: 10px;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: 1px;
}

.related-meta .brand {
  font-weight: 600;
}

.related-meta .model {
  margin-top: 2px;
}

/* TITLE */
.related-name {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.related-name a {
  text-decoration: none;
  color: #6d002a;
}

/* PRICE */
.related-price {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

/* BUTTON */
.related-btn {
  display: inline-block;
  background: #6d002a;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

.related-btn:hover {
  background: #4e001e;
}

/* ACTIVE ROW */
.inkmax-row.active {
    background: #e9e9e9;
}

/* MOBILE */
@media (max-width: 768px) {
    .inkmax-wrapper {
        flex-direction: column;
    }

    .inkmax-col {
        width: 100%;
    }
}/* End custom CSS */