/*
Theme Name:   Gloria Gates CARE
Template:     yootheme
Author:       NOVA6
Description:  YOOtheme Child Theme
Version:      1.0.0
Text Domain:  yootheme-gloriagates
*/


/* ===============================
   PRICE COMPARISON CHART - MODAL
   =============================== */

.uk-modal .responsive-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

/* Table Header */
.uk-modal .responsive-table th {
  font-weight: bold;
  text-align: center;
  padding: 8px 12px;
  background-color: #f2f0f7;
  color: #2c1752;
  border: 1px solid #e0e0e0;
  line-height: 1.25;
  width: 33.333%;
}

/* CARE Column Styling (2nd Column) */
.uk-modal .responsive-table th:nth-child(2),
.uk-modal .responsive-table td:nth-child(2) {
  background-color: #d9cbf8;
}

.uk-modal .responsive-table th:nth-child(2) {
  vertical-align: top;
}

.uk-modal .responsive-table td:nth-child(2) {
  font-weight: bold;
}

/* CARE Logo Image */
.uk-modal .responsive-table th:nth-child(2) img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

/* Logo Caption (Below Image) */
.uk-modal .responsive-table .desc {
  font-size: 12px;
  line-height: 1;
  margin: 10px auto 0;
  padding: 0;
  display: block;
  text-align: center;
}

/* Table Body Cells */
.uk-modal .responsive-table td {
  text-align: center;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  width: 33.333%;
}


/* =====================
   MODAL WINDOW LAYOUT
   ===================== */

/* Wider modal on desktop */
@media (min-width: 960px) {
  .wide-modal .uk-modal-dialog {
    max-width: 1000px;
    width: 80%;
  }
}

/* Scrollable modal body for long content */
.wide-modal .uk-modal-body {
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 1rem;
}

/* Modal title styling */
.uk-modal-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0;
}

/* Paragraph margin tweak inside modal */
.uk-modal-body p {
  margin-top: 10px;
}


/* ==========================
   GENERAL SITE LAYOUT TWEAKS
   ========================== */

/* Header border */
.tm-header,
.tm-header-mobile {
  border-bottom: 1px solid #F2F0F8;
}

/* Hide side panel */
#side-panel {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

/* Remove border from spacer */
.spacer {
  border-top: none;
}


/* ====================
   MOBILE NAV & LOGO
   ==================== */

/* Logo sizing on mobile */
.tm-header-mobile .uk-logo img {
  width: 150px;
}

/* Mobile navbar layout */
.tm-header-mobile .uk-navbar {
  height: 70px;
  display: flex;
  align-items: center;
}

/* Mobile toggle icon sizing */
@media (max-width: 767px) {
  .tm-header-mobile .uk-navbar-toggle {
    font-size: 30px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .tm-header-mobile .uk-navbar-toggle svg {
    width: 25px !important;
    height: 25px !important;
  }
}
