/* =============================================
   TallDwarfHosting Dark Theme — Order Form Override
   Primary:   #068488  (teal)
   Dark:      #2b4041  (dark teal)
   BG:        #191516
   Panel:     #201d1e
   Text:      #e6e6e6
   ============================================= */

/* === General Order Form Layout === */

#order-standard_cart {
  margin: 0;
  padding: 0 0 40px;
  color: #e6e6e6;
}

#order-standard_cart .cart-body {
  width: 100%;
}

#order-modern {
  margin: 0;
  padding: 0 0 40px;
  color: #e6e6e6;
}

#order-modern .title-bar {
  margin: 0 0 25px;
  text-align: center;
}

#order-modern .title-bar h1 {
  margin: 0;
  padding: 0;
  color: #e6e6e6;
}

/* === Product Cards === */

#order-standard_cart .products .product {
  padding: 1px 0 10px 0;
  margin: 0 0 20px 0;
  background: #322e2f;
  border-radius: 3px;
  border: 1px solid #322e2f;
  transition: border-color 0.3s ease;
}

#order-standard_cart .products .product:hover {
  border-color: #068488;
}

#order-standard_cart .products .product header {
  position: relative;
  padding: 10px 20px;
  margin: 0 1px;
  background: #292728;
  border-radius: 3px 3px 0 0;
}

#order-standard_cart .products .product header span {
  margin: 0;
  color: #e6e6e6;
  font-size: 1.2em;
}

#order-standard_cart .products .product header .qty {
  color: #aaa;
}

#order-standard_cart .products .product div.product-desc {
  color: #ccc;
}

#order-standard_cart .products .product div.product-desc p {
  color: #ccc;
}

#order-standard_cart .products .product span.feature-value {
  font-weight: bold;
  color: #e6e6e6;
}

#order-standard_cart .products .product div.product-pricing span.price {
  font-size: 1.4em;
  color: #068488;
  font-weight: 700;
}

#order-standard_cart .products .product footer {
  color: #e6e6e6;
}

/* Order Now Button */
#order-standard_cart .products .product .btn-order-now,
.btn-success {
  background-color: #068488 !important;
  border-color: #068488 !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: background-color 0.3s ease;
}

#order-standard_cart .products .product .btn-order-now:hover,
.btn-success:hover {
  background-color: #057a7e !important;
  border-color: #057a7e !important;
}

/* === Header-lined === */

.header-lined h1 {
  color: #e6e6e6;
}

.header-lined {
  border-bottom-color: #393434;
}

/* === Sidebar === */

#order-standard_cart .cart-sidebar .list-group-item {
  background-color: #2e2a2b;
  border-color: #393434;
  color: #e6e6e6;
}

#order-standard_cart .cart-sidebar .list-group-item:hover {
  background-color: #2b4041;
  color: #fff;
}

#order-standard_cart .cart-sidebar .list-group-item.active {
  background-color: #068488;
  border-color: #068488;
  color: #fff;
}

#order-standard_cart .sidebar-collapsed {
  background-color: #322e2f;
  border-color: #393434;
}

/* === Product Info (Configure Product page) === */

#order-standard_cart .product-info {
  background-color: #322e2f;
  border-top: 1px solid #393434;
  border-bottom: 1px solid #393434;
  color: #e6e6e6;
}

#order-standard_cart .product-info .product-title {
  color: #e6e6e6;
}

#order-standard_cart .product-info p {
  color: #ccc;
}

/* === Sub-Heading / Section Dividers === */

#order-standard_cart .sub-heading {
  border-top-color: #393434;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
.primary-bg-color {
  background-color: #322e2f;
  color: #068488;
}

/* === Order Summary === */

#order-standard_cart .order-summary {
  background-color: #322e2f;
  border-bottom: 3px solid #068488;
  border-radius: 4px;
}

#order-standard_cart .order-summary h2 {
  color: #fff;
  background-color: #068488;
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#order-standard_cart .summary-container {
  background-color: #322e2f;
  color: #e6e6e6;
}

#order-standard_cart .order-summary .product-name {
  color: #e6e6e6;
}

#order-standard_cart .order-summary .product-group {
  color: #aaa;
}

#order-standard_cart .order-summary .summary-totals {
  border-top-color: #4a4748;
  border-bottom-color: #4a4748;
}

#order-standard_cart .order-summary .total-due-today .amt {
  color: #068488;
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#order-standard_cart .order-summary .loader {
  color: #068488;
}

#order-standard_cart .order-summary .recurring-charges {
  color: #aaa;
}

#order-standard_cart .order-summary .btn-continue-shopping {
  color: #e6e6e6;
}

/* #order-modern overrides for order summary */
#order-modern .ordersummary {
  margin: 0;
  padding: 10px;
  border: 3px solid #322e2f;
  background-color: #322e2f;
  color: #fff;
  min-height: 100px;
  margin-bottom: 20px;
  border-radius: 0;
}

#order-modern .ordersummary .text-right {
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#order-modern .summaryproduct {
  margin: -13px;
  padding: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 0;
  color: whitesmoke;
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #068488;
}

#order-modern .summaryproduct-separator {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(199, 199, 199);
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
}

/* === Form Fields in Order Form === */

#order-standard_cart .field,
#order-standard_cart .form-control,
#order-modern .field,
#order-modern .form-control {
  position: relative;
  vertical-align: top;
  border: 1px solid #322e2f;
  display: inline-block;
  color: #ddd;
  outline: 0;
  background-color: #2a2627 !important;
  border-radius: 3px;
}

#order-standard_cart .form-control:focus,
#order-modern .form-control:focus {
  border-color: #068488 !important;
  box-shadow: 0 0 0 .2rem rgba(6, 132, 136, .25) !important;
  color: #fff;
  background-color: #2a2627 !important;
}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc {
  color: #ccc;
}

#order-standard_cart .field-help-text {
  color: #aaa;
}

/* === Configurable Options as Cards === */

.productInfo {
  border: 3px solid #068488;
  min-height: 75px;
  min-width: 100%;
  padding: 15px;
  transition: .3s ease-in-out;
}

.options input[type=radio]+label {
  color: #fff !important;
  background-color: #322e2f;
  border: 3px solid #322e2f;
  min-height: 75px;
  min-width: 100%;
  padding: 15px;
  transition: .3s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.options input[type=radio]:disabled+label {
  border: 3px solid #757575;
  cursor: not-allowed;
}

.options input[type=radio]:not(:disabled)+label:hover {
  border: 3px solid #068488;
}

.options input[type=radio]:not(:disabled):checked+label {
  background-color: #068488;
  border: 3px solid #068488;
  color: white !important;
}

.options input[type=checkbox]+label {
  color: #fff !important;
  background-color: #322e2f;
  border: 3px solid #322e2f;
  padding: 0;
  margin: 10px 0;
  min-height: 75px;
  min-width: 100%;
  padding: 15px;
  transition: .3s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.options input[type=checkbox]+label:hover {
  border: 3px solid #068488;
}

.options input[type=checkbox]:checked+label {
  background-color: #068488;
  border: 3px solid #068488;
  color: white !important;
}

.options h4 {
  font-weight: 700;
}

/* === Location Grid === */

.location {
  margin: 0 auto;
  text-align: center;
}

.location-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

@media screen and (max-width: 650px) {
  .location-row {
    grid-template-columns: 1fr;
  }
}

.location-row-item .options {
  height: 100%;
}

/* === Buttons === */

.btn-primary,
#btnCompleteProductConfig {
  border-radius: 0 !important;
  background-color: #068488 !important;
  border: none !important;
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: white !important;
  transition: background-color 0.3s ease;
}

.btn-primary:hover,
#btnCompleteProductConfig:hover {
  background-color: #057a7e !important;
}

.btn-primary:active,
#btnCompleteProductConfig:active {
  background-color: #068488 !important;
}

#btnCompleteProductConfig:disabled {
  background-color: #5a5a5a !important;
  color: white !important;
}

#btnCompleteProductConfig:focus {
  outline: none !important;
  box-shadow: 0 0 0 .2rem rgba(6, 132, 136, .25) !important;
}

.btnCompleteProductConfig {
  border-radius: 0 !important;
  background-color: #068488 !important;
  border: none !important;
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: white !important;
}

.btnCompleteProductConfig:active {
  background-color: #068488 !important;
}

.btnCompleteProductConfig:disabled {
  background-color: #5a5a5a !important;
  color: white !important;
}

.btnCompleteProductConfig.btn-secondary {
  background-color: rgb(126, 126, 126) !important;
  color: white !important;
}

.btnCompleteProductConfig:focus {
  outline: none !important;
}

.btn-info {
  background-color: #2b4041 !important;
  border-color: #2b4041 !important;
  color: #fff !important;
}

.btn-info:hover {
  background-color: #375254 !important;
  border-color: #375254 !important;
}

/* === View Cart === */

#order-standard_cart .view-cart-items-header {
  background-color: #068488;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

#order-standard_cart .view-cart-items {
  border-bottom: 2px solid #068488;
}

#order-standard_cart .view-cart-items .item {
  background-color: #292728;
  color: #e6e6e6;
  border-color: #393434;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
  background-color: #322e2f;
}

#order-standard_cart .view-cart-items .item-title {
  color: #e6e6e6;
}

#order-standard_cart .view-cart-items .item-domain {
  color: #068488;
}

#order-standard_cart .view-cart-items .item-price {
  color: #e6e6e6;
}

#order-standard_cart .btn-remove-from-cart {
  color: #aaa;
}

#order-standard_cart .btn-remove-from-cart:hover {
  color: #c00;
}

#order-standard_cart .empty-cart .btn {
  background-color: #068488;
  border: 0;
  color: #fff;
}

/* === View Cart Tabs === */

#order-standard_cart .view-cart-tabs .nav-tabs {
  border-bottom-color: #393434;
}

#order-standard_cart .view-cart-tabs .nav-tabs a {
  color: #aaa;
}

#order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected="true"],
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded="true"] {
  border-color: #393434 #393434 #322e2f;
  background-color: #322e2f;
  color: #068488;
}

#order-standard_cart .view-cart-tabs .tab-content {
  background-color: #322e2f;
  color: #e6e6e6;
}

#order-standard_cart .view-cart-promotion-code {
  background-color: #2a2627;
  border: 1px dashed #4a4748;
  color: #e6e6e6;
}

#order-standard_cart .view-cart-gateway-checkout {
  background-color: #2b4041;
  color: #e6e6e6;
}

/* === Checkout === */

#order-standard_cart .apply-credit-container {
  background-color: #322e2f;
  color: #e6e6e6;
}

#order-standard_cart .cc-input-container {
  background-color: #322e2f;
  border: 1px solid #4a4748;
  color: #e6e6e6;
}

#order-standard_cart .cc-input-container .existing-cc-grid {
  color: #ccc;
}

#order-standard_cart .checkout-security-msg {
  color: #aaa;
}

/* === Domain Registration === */

#order-standard_cart .domain-selection-options .option {
  background-color: #322e2f;
  color: #e6e6e6;
}

#order-standard_cart .domain-selection-options .option:hover {
  background-color: #2b4041;
}

#order-standard_cart .domain-selection-options .option-selected {
  background-color: #2b4041;
}

#order-standard_cart .domain-checker-available {
  color: #068488;
}

#order-standard_cart .domain-checker-unavailable,
#order-standard_cart .domain-checker-invalid {
  color: #c00;
}

#order-standard_cart .transfer-eligible {
  color: #b8f5f5;
  background-color: #1a2e2e;
  border-color: #2b4041;
}

#order-standard_cart .transfer-not-eligible {
  color: #aaa;
  background-color: #322e2f;
}

/* Domain checker field container */
#order-modern .domain-checker-fieldcontainer,
#order-standard_cart .domain-checker-fieldcontainer {
  background-color: #322e2f;
  border-radius: 5px;
  border: 1px solid #393434;
}

/* Domain results */
#order-modern div.domainresults div {
  background-color: #322e2f;
  color: #e6e6e6;
}

#domainresults {
  background-color: #322e2f;
  color: #e6e6e6;
}

/* === Addon Panels === */

#order-standard_cart .panel-addon .panel-body {
  background-color: #322e2f !important;
  color: #e6e6e6;
}

#order-standard_cart .panel-addon .panel-body label {
  color: #e6e6e6;
}

#order-standard_cart .panel-addon .panel-price {
  background-color: #2b4041;
  color: #e6e6e6;
}

#order-standard_cart .panel-addon .panel-add {
  background-color: #068488;
  color: #fff;
}

#order-standard_cart .panel-addon-selected {
  border-color: #068488 !important;
}

/* === Configurable Options Section === */

.product-configurable-options label {
  color: #ccc;
}

.product-configurable-options select {
  background-color: #2a2627 !important;
  color: #e6e6e6;
  border-color: #393434;
}

.field-container > div > label {
  color: #e6e6e6;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* === Product Info Card (for PebbleHost-style) === */

.product-info-card {
  background: #322e2f;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
}

.product-info-card > .row {
  width: 100%;
}

.product-info-card h3 {
  margin-bottom: 3px;
}

.product-info-card h5 {
  margin-top: 3px;
}

/* === Config Table === */

#order-modern .configtable td.fieldarea {
  background-color: #191516;
  border-bottom: 1px solid #191516;
  padding: 5px;
  text-align: left;
  color: #e6e6e6;
}

#order-modern .configoplabel {
  color: #068488;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}

/* === Error Box === */

#order-modern .errorbox,
#order-standard_cart .errorbox {
  background-color: #3a2a2b;
  border: 1px dashed #c00;
  color: #f5b8b8;
}

/* === Alerts within order form === */

#order-standard_cart .alert-warning {
  background-color: #332e1a;
  border-color: #4a4030;
  color: #e6d9a0;
}

#order-standard_cart .alert-danger {
  background-color: #3a2a2b;
  border-color: #5b3a3a;
  color: #f5b8b8;
}

#order-standard_cart .alert-success {
  background-color: #1a2e2e;
  border-color: #2b4041;
  color: #b8f5f5;
}

#order-standard_cart .alert-info {
  background-color: #1a2e2e;
  border-color: #068488;
  color: #b2eeff;
}

.alert-link {
  color: #068488 !important;
}

/* === Slider Option (for PebbleHost-style range selectors) === */

.slideroption_holder {
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #068488;
  padding: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  justify-content: center;
}

.slideroption_val {
  padding-right: 20px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}

.slideroption_slider {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideroption_slider > div {
  width: 100%;
}

.slideroption_slider .ui-widget-header {
  background: #068488;
  border-radius: 0;
}

.slideroption_slider .ui-state-default,
.ui-widget-content .ui-state-default,
.slideroption_slider .ui-widget.ui-widget-content {
  border-radius: 0 !important;
}

/* === Add-ons Grid === */

.add-ons {
  margin-left: -10px;
  margin-right: -10px;
}

/* === Payment Gateways === */

#paymentGatewaysContainer label {
  background: #322e2f;
  transition: background 0.2s ease;
  font-family: Montserrat, sans-serif;
  border: 2px solid #068488;
  margin: 8px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  flex-grow: 0;
  max-width: 260px;
  font-weight: normal;
  color: #e6e6e6;
}

#paymentGatewaysContainer label:hover {
  background: #2b4041;
}

/* === Separator === */

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #8d8d8d;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
  color: #ffffff;
}

.separator::before {
  margin-right: .75em;
}

.separator::after {
  margin-left: .75em;
}

/* === Quantity Selector === */

.quantity-selector {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}

.quantity-selector .minus-icon,
.quantity-selector .plus-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #068488;
  color: white;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantity-selector .minus-icon.disabled,
.quantity-selector .plus-icon.disabled {
  background-color: #818181;
  cursor: default;
}

.quantity-selector .current-val {
  background: rgb(72 72 72);
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === Server Protection Options === */

.server-protection-options {
  border: 1px solid #068488;
  background: #322e2f;
}

.server-protection-options .server-protection-header {
  background: #068488;
  color: white;
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px;
}

.server-protection-options .server-protection-option {
  padding: 10px;
}

.server-protection-options .server-protection-option .form-control {
  border-radius: 0;
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.server-protection-options .server-protection-option:not(:last-child) {
  border-bottom: 1px solid #068488;
}

/* === Helpful Tip === */

.helpful-tip {
  background: rgba(6, 132, 136, 0.14);
  padding: 10px;
  margin-top: 20px;
}

/* === Server Name Input === */

.server-name {
  padding: 2px;
}

.srf-whmcs .server-name input.form-control {
  min-width: 100%;
  padding-left: 3px;
  border: 1px solid #393434 !important;
  font-size: 20px;
  font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 0;
}

/* === Domain Config === */

#order-modern .domainoptions {
  background-color: #322e2f;
  border: 1px solid #393434;
}

#order-modern .domainoptions .option {
  border-bottom: 1px solid #393434;
}

#order-modern .domainoptions .optionselected {
  background-color: #2b4041;
}

/* === Shopping Cart Table === */

#order-modern table.cart th {
  background-color: #2b4041;
  color: #fff;
}

#order-modern table.cart td {
  background-color: #292728;
  color: #e6e6e6;
  border-bottom: 1px solid #393434;
}

#order-modern table.cart tr:hover td {
  background-color: #322e2f;
}

#order-modern table.cart tr.subtotal td {
  background-color: #2a2627;
}

#order-modern table.cart tr.total td {
  background-color: #1a2e2e;
  color: #068488;
}

#order-modern table.cart tr.recurring td {
  background-color: #2a2627;
  border-bottom: 2px solid #2b4041;
}

/* === Signup Forms (Checkout) === */

#order-modern .signupfields,
#order-standard_cart .signupfields {
  border-color: #393434;
  background-color: #322e2f;
  color: #e6e6e6;
}

#order-modern .signuptype,
#order-standard_cart .signuptype {
  background-color: #322e2f;
  border-color: #393434;
  color: #e6e6e6;
}

#order-modern .signuptype.active,
#order-standard_cart .signuptype.active {
  background-color: #2b4041;
  color: #fff;
}

/* === Account Selection (Checkout) === */

#order-standard_cart .account-select-container .account {
  background-color: #322e2f;
  border-color: #393434;
  color: #e6e6e6;
}

#order-standard_cart .account-select-container .account.active {
  border-color: #068488;
}

/* === Already Registered Bar === */

#order-standard_cart .already-registered {
  color: #e6e6e6;
}

/* === Misc === */

#order-standard_cart .info-text-sm {
  color: #ccc;
}

/* Table list */
.table-list > tbody > tr > td {
  background-color: #292728;
}

.table-list > tbody > tr:hover > td {
  background-color: #322e2f;
}

/* Configurable Options */
#order-modern .billingcycle,
#order-modern .serverconfig,
#order-modern .configoptions,
#order-modern .addons,
#order-modern .customfields {
  border-color: #393434;
  background-color: #322e2f;
}

/* Btn-link */
.btn-link {
  font-weight: 400;
  color: #068488;
  text-decoration: none;
}

.btn-link:hover {
  color: #057a7e;
  text-decoration: underline;
}

/* === Checkout btn === */

#order-standard_cart .btn-checkout {
  background-color: #068488 !important;
  border-color: #068488 !important;
}

#order-standard_cart .btn-checkout:hover {
  background-color: #057a7e !important;
  border-color: #057a7e !important;
}

/* Responsive fixes */
@media only screen and (max-width: 991px) {
  #order-standard_cart .secondary-cart-sidebar {
    margin: 20px auto 0;
  }
}

/* === Server Version Picker (if used) === */

.server-version-picker {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.server-version-picker .server-version-categories {
  flex-basis: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-gap: 10px;
}

@media screen and (max-width: 1250px) {
  .server-version-picker .server-version-categories {
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 850px) {
  .server-version-picker .server-version-categories {
    grid-template-columns: 100%;
  }
}

.server-version-option {
  background: rgba(0, 0, 0, 0.089);
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 8px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 57px;
  color: #e6e6e6;
}

.server-version-option h4 {
  margin: 0;
}

.server-version-option h4 small {
  transition: color 0.3s ease;
  color: #828282;
}

.server-version-option.selected h4 small {
  color: whitesmoke;
}

.server-version-option:hover {
  background: rgba(0, 0, 0, 0.16);
}

.server-version-option.selected {
  background: #068488;
  color: white;
}

.version-grid {
  margin-top: 10px;
  flex-basis: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-gap: 10px;
}

@media screen and (max-width: 1250px) {
  .version-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 850px) {
  .version-grid {
    grid-template-columns: 1fr;
  }
}

.version-version {
  background: rgba(0, 0, 0, 0.089);
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 8px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 57px;
  color: #e6e6e6;
}

.version-version:hover {
  background: rgba(0, 0, 0, 0.16);
}

.version-version.selected {
  background: #068488;
  color: white;
}

#current-pack-version .label-setupfee {
  background-color: #068488;
  vertical-align: middle;
}

/* Badge */
.pebble-badge {
  background-color: rgb(83, 83, 83);
  padding: 3px;
  color: white;
  position: absolute;
  bottom: 3px;
  right: 3px;
  border-radius: 2px;
}

/* Complete page */
#order-standard_cart .view-cart-empty,
.order-complete {
  color: #e6e6e6;
}

/* === Configure Product Page (PebbleHost-style) === */

/* Hide the actual radio/checkbox inputs, show only styled labels */
.checkoutopt {
  display: none;
}

/* Billing cycle discount text */
.cycle-discount {
  display: block;
  margin-top: 4px;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}

/* Billing cycle text color and size */
#order-modern .billingCycle .options label h6 {
  color: #fff;
  font-size: 1em;
}

/* Billing cycle section */
.billingCycle {
  margin-bottom: 25px;
}

.billingCycle h6 {
  color: #ccc;
  margin-bottom: 15px;
}

/* Product info card improvements */
.product-info-card {
  margin-bottom: 25px;
  border-bottom: 3px solid #068488;
}

.product-info-card p {
  color: #ccc;
  margin-bottom: 0;
}

/* Configure product headings */
#order-modern h3 {
  color: #e6e6e6;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 8px;
}

#order-modern h6 {
  color: #aaa;
  font-size: 0.85em;
}

/* Order summary sidebar */
#order-modern .ordersummary {
  border-bottom: 3px solid #068488;
  border-radius: 0;
}

#order-modern .summaryproduct h2 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#order-modern .ordersummary-content {
  padding: 10px 0 0;
}

#order-modern .ordersummary-content .product-name {
  display: block;
  color: #e6e6e6;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 3px;
}

#order-modern .ordersummary-content .product-group {
  display: block;
  color: #aaa;
  font-size: 0.85em;
  margin-bottom: 12px;
}

#order-modern .ordersummary-content .clearfix {
  padding: 3px 0;
  color: #ccc;
  font-size: 0.9em;
}

#order-modern .ordersummary-content .summary-totals {
  border-top: 1px solid #4a4748;
  margin-top: 10px;
  padding-top: 8px;
}

#order-modern .ordersummary-content .total-due-today {
  background: none;
  padding: 12px 0 5px;
  text-align: center;
}

#order-modern .ordersummary-content .total-due-today .amt {
  display: block;
  color: #068488;
  font-size: 1.8em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#order-modern .ordersummary-content .total-due-today span:last-child {
  color: #aaa;
  font-size: 0.85em;
  text-transform: uppercase;
}

/* Full-width continue button */
#order-modern .btnCompleteProductConfig {
  width: 100%;
  border-radius: 0 !important;
  padding: 12px 20px;
  font-size: 1em;
  margin-top: 10px;
}

/* Addon cards within configure product */
#order-modern .addon-products .options {
  margin-bottom: 15px;
}

#order-modern .addon-products .options label p {
  color: inherit;
}

/* Alerts within #order-modern */
#order-modern .alert-warning {
  background-color: #332e1a;
  border-color: #4a4030;
  color: #e6d9a0;
}

#order-modern .alert-danger {
  background-color: #3a2a2b;
  border-color: #5b3a3a;
  color: #f5b8b8;
}

/* Labels */
#order-modern label {
  color: #ccc;
}

#order-modern .field-help-text {
  color: #aaa;
}

/* Form control qty */
#order-modern .form-control-qty {
  display: inline-block;
  width: auto;
  min-width: 80px;
}

#order-modern .form-control-static-inline {
  color: #ccc;
}

/* Sticky sidebar */
@media (min-width: 992px) {
  #order-modern #scrollingPanelContainer {
    position: sticky;
    top: 20px;
  }
}

/* Responsive */
@media only screen and (max-width: 767px) {
  #order-modern .billingCycle .col-6 {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  #order-modern .billingCycle .options label {
    min-height: 60px;
    padding: 10px;
  }
}
