.graphql-table-container {
  max-width: 1160px;
  margin: 0 auto;
  font-family: 'Manrope', Arial, sans-serif;
  box-sizing: border-box;
}

.building-block {
  margin-bottom: 50px;
}

.building-title-gql {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 500;
  padding: 20px 24px;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
}

.gql-building-title {
  font-size: 20px;
}

.gql-org-title {
  font-size: 12px;
  opacity: 0.5;
}

.gql-table-wrapper {
  width: 100%;
  overflow-x: visible;
}

.custom-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.custom-price-table th,
.custom-price-table td {
  padding: 20px;
  text-align: left;
  color: #181b21;
  font-size: 16px;
}

.custom-price-table th:first-child,
.custom-price-table td:first-child {
  text-align: left;
}

.custom-price-table th {
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
}

.custom-price-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.custom-price-table tbody tr:nth-child(even) {
  background-color: #f3f4f4;
}

.custom-price-table tbody tr.gql-section-header-row {
  background-color: #eef1f4 !important;
}

.gql-section-title-td {
  font-weight: 700 !important;
  color: #181b21;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 20px !important;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.table-loading,
.table-error {
  padding: 30px;
  text-align: center;
  color: #666;
}

.gql-tabs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 60px;
}

.gql-tab-button {
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #181b21;
  background-color: #ffffff;
  padding: 14px 24px;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gql-tab-button.active {
  color: #ffffff;
  background-color: #181b21;
  border-color: #181b21;
}

.building-block.gql-hide {
  display: none;
}

@media (max-width: 1200px) {
  .graphql-table-container {
    max-width: 960px;
  }
}

@media (max-width: 959px) {
  .graphql-table-container {
    max-width: 620px;
  }
  .gql-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .custom-price-table {
    width: 960px;
  }
  .gql-tabs-wrapper {
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .custom-price-table {
    width: 640px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gql-tabs-wrapper {
    gap: 8px;
  }

  .gql-tab-button {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 10px;
  }
}

@media (max-width: 549px) {
  .graphql-table-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}





/*CARDS*/


.graphql-cards-container {
    max-width: 1360px;
    margin: 0 auto;
    font-family: 'Manrope', Arial, sans-serif;
    box-sizing: border-box;
    position: relative;
  }

  .cards-loading,
  .cards-error {
    padding: 40px;
    text-align: center;
    color: #666;
    font-size: 16px;
  }

  /* --- Navigation Tabs --- */
  .gql-cards-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
  }

  .gql-cards-tab-btn {
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #181b21;
    background-color: #ffffff;
    padding: 14px 24px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
  }

  .gql-cards-tab-btn.active {
    color: #ffffff;
    background-color: #181b21;
  }

  /* --- Building Block & Info Header Banner --- */
  .building-cards-block {
    margin-bottom: 50px;
  }

  .building-cards-block.gql-hide {
    display: none;
  }

  .gql-cards-header-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    margin-bottom: 20px;
    color: #181b21;
    flex-wrap: wrap;
    
    gap: 8px;
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 500;
    padding: 20px 20px 20px 24px;
  }

  .gql-cards-location-title {
    font-size: 24px;
    font-weight: 600;
    color: #181b21;
    margin: 0;
  }

  .gql-cards-instruction-zone {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .gql-cards-prompt-text {
    font-size: 14px;
    color: #181b21;
    margin: 0;
  }

  /* --- Nav Slider Buttons --- */
  .gql-cards-arrow-group {
    display: flex;
    gap: 8px;
  }

  .gql-cards-arrow-btn {
    width: 48px;
    height: 36px;
    border-radius: 100px;
    background-color: #181b21;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .gql-cards-arrow-btn:hover {
    opacity: 0.85;
  }

  .gql-cards-arrow-btn svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
  }

  /* --- Horizontal Scroll Track Setup --- */
.gql-cards-scroll-container {
  width: calc(100% + ((100vw - 100%) / 2)) !important;
  padding: 4px calc((100vw - 100%) / 2) 20px 4px !important;
  
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

  /* Hide default scrollbars visually while retaining native touch physics */
  .gql-cards-scroll-container::-webkit-scrollbar {
    height: 6px;
  }
  .gql-cards-scroll-container::-webkit-scrollbar-track {
    background: transparent;
  }
  .gql-cards-scroll-container::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    border-radius: 10px;
  }

  /* --- Individual Card Design --- */
  .gql-card-item {
    flex: 0 0 330px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 8px 8px 40px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scroll-snap-align: start;
    box-shadow: 0 4px 12px rgba(24, 27, 33, 0.02);
    transition: transform 0.2s ease;
  }

  .gql-card-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    
    background-color: #f3f3f4;
    border-radius: 10px;
    padding: 12px 12px 12px 16px;
  }

  .gql-card-volume-title {
    font-size: 40px;
    font-weight: 500;
    color: #181b21;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -2px;
  }

  .gql-card-metrics-box {
    text-align: right;
  }

  .gql-card-area-badge {
    display: inline-block;
    background-color: white;
    color: #181b21;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 8px;

    margin-bottom: 4px;
    
    border-radius: 4px;
    padding: 4px;
  }

  .gql-card-dimensions-spec {
    font-size: 14px;
    font-weight: 500;
    color: black;
    margin: 0;
    white-space: nowrap;
  }

  .gql-card-price-center {
    text-align: center;
    margin-bottom: 40px;
  }

  .gql-card-main-rate {
    font-size: 48px;
    font-weight: 600;
    color: #181b21;
    margin: 0;
    line-height: 1;
    letter-spacing: -1px;
  }

  .gql-card-rate-period {
    font-size: 14px;
    color: #838a99;
    margin: 4px 0 0 0;
  }

  .gql-card-description-text {
    font-size: 14px;
    line-height: 18px;
    color: #7a7a7a;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    max-width: 240px;
    align-self: center;
  }
  
  .gql-full-price-btn {
      font-family: 'Manrope', Arial, sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #181b21;
      padding: 17px 20px;
      margin: 60px auto 195px auto;
      color: white !important;
      font-weight: 600 !important;
      font-size: 14px !important;
      border-radius: 8px;
  }
    .gql-full-price-btn a {

      color: white !important;

  }

  /* ==========================================================================
     Responsive Breakpoints
     ========================================================================== */
  @media (max-width: 1200px) {
    .graphql-cards-container {
      max-width: 960px;
      padding: 0 24px;
    }
    .gql-cards-header-banner {
      padding: 20px 24px;
    }
  }

  @media (max-width: 959px) {
    .graphql-cards-container {
      max-width: 620px;
    }
    .gql-cards-tabs {
      justify-content: flex-start;
    }
    .gql-card-item {
      flex: 0 0 280px;
    }
    
    .gql-cards-location-title {
      font-size: 20px;
    }
  }

  @media (max-width: 549px) {
    .graphql-cards-container {
      max-width: 100%;
    }

    .gql-cards-prompt-text {
      font-size: 12px;
    }    
    .gql-cards-header-banner {
      padding: 16px;
      border-radius: 16px;
    }
    .gql-cards-location-title {
      font-size: 18px;
    }
    .gql-card-item {
      flex: 0 0 calc(100vw - 48px);
    }

    .gql-full-price-btn {
   
      margin: 40px auto 100px auto;
  }
  }