a.link, .link, .link-primary, .link-sm {
  color: #f58320 !important;
}

a.link:hover {
  text-decoration: underline;
}

.padlock-section-header,.term-section-header,.terms-conditions-section-header{
  margin-top:10px;
  font-family: sans-serif;
  color: #F58320;
  background-color: #F4F5F5;
  border: 2px solid #d1dae0;
  font-weight: bold;
  z-index: 2;
  text-align: center;
  font-size: 1.1rem;
}
.padlock-section-body,.term-section-body,.insurance-section-body,.terms-conditions-section-body{
  background: #f6f6f6;
  border: 2px solid #d1dae0;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: -20px;
  font-family: sans-serif;
}

/* Show the compact company icon only while the desktop sidebar is collapsed. */
.nk-sidebar .logo-img-small {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .nk-sidebar.is-compact:not(:hover) .logo-img-small {
    opacity: 1;
  }
}

/* Password show/hide toggle (customer storefront) */
.password-field-wrap {
  position: relative;
  margin-bottom: 30px;
}

.password-field-wrap > input[type="password"],
.password-field-wrap > input[type="text"] {
  margin-bottom: 0 !important;
  padding-right: 2.75rem;
  width: 100%;
}

.password-field-wrap .password-toggle {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 1;
  height: auto;
  width: auto;
  color: #6c757d;
  cursor: pointer;
  z-index: 2;
  box-shadow: none;
}

.password-field-wrap .password-toggle:hover,
.password-field-wrap .password-toggle:focus {
  color: #f58320;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.password-field-wrap .password-toggle i {
  font-size: 1rem;
  pointer-events: none;
}

/* Inline custom recurring interval: [Custom] [2] [Day(s)] */
.recurring-interval-wrap {
  gap: 0.5rem;
}

.recurring-interval-wrap .recurring-select {
  flex: 1 1 55%;
  min-width: 140px;
  max-width: 100%;
}

.recurring-interval-wrap .custom-recurring {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}

.recurring-interval-wrap .custom-recurring input[name="duration"] {
  width: 70px;
  flex: 0 0 70px;
  text-align: right;
}

.recurring-interval-wrap .custom-recurring select[name="duration_type"] {
  width: 120px;
  flex: 0 0 120px;
}

@media (max-width: 575.98px) {
  .recurring-interval-wrap .recurring-select {
    flex: 1 1 100%;
  }

  .recurring-interval-wrap .custom-recurring {
    width: 100%;
  }

  .recurring-interval-wrap .custom-recurring input[name="duration"],
  .recurring-interval-wrap .custom-recurring select[name="duration_type"] {
    flex: 1 1 auto;
    width: auto;
  }
}

/* Form / booking helpers only — header & footer live in site-chrome.css */

/* Compact quote / inquiry forms — override global 65px inputs + 30px gaps */
.svc-form {
  background: #fff;
  border-radius: 16px;
  padding: 20px 22px 18px;
  box-sizing: border-box;
}
.sk-hero .sk-quote {
  padding: 32px 24px 16px;
}
.svc-form h3,
.svc-form .h3 {
  display: block;
  margin: 0 0 4px !important;
  font-size: 20px;
}
.svc-form > p {
  margin: 0 0 10px !important;
  font-size: 13px;
  line-height: 1.4;
}
.svc-field {
  margin-bottom: 8px;
}
.svc-field label {
  margin-bottom: 4px;
  font-size: 12.5px;
}
.svc-field {
  width: 100%;
  min-width: 0;
}
.svc-field input,
.svc-field select,
.svc-field textarea,
.svc-form input[type="text"],
.svc-form input[type="email"],
.svc-form input[type="tel"],
.svc-form textarea {
  display: block;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px;
  margin-bottom: 0 !important;
  padding: 8px 12px !important;
  font-size: 14px;
  border-radius: 8px;
  line-height: 1.3;
}
.svc-field textarea,
.svc-form textarea {
  height: auto !important;
  min-height: 68px;
  padding-top: 8px !important;
}
.svc-frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
  margin-bottom: 0;
}
.svc-frow > :only-child {
  grid-column: 1 / -1;
}
.svc-form .sk-btn,
.svc-form-submit {
  margin-top: 4px;
  padding: 10px 16px;
}
.svc-quote .svc-form {
  align-self: start;
  height: auto;
}
.so-quote.svc-quote {
  align-items: start;
}

/* Personal-storage family quote cards */
.ps-quote .sk-quote,
.cc-quote .sk-quote,
.rs-quote .sk-quote {
  background: #fff;
  border-radius: 16px;
  padding: 20px 22px 18px;
  box-sizing: border-box;
}
.ps-quote .sk-quote h3,
.ps-quote .sk-quote .h3,
.cc-quote .sk-quote h3,
.cc-quote .sk-quote .h3,
.rs-quote .sk-quote h3,
.rs-quote .sk-quote .h3 {
  display: block;
  margin: 0 0 4px !important;
  font-size: 20px;
}
.ps-quote .sk-quote > p,
.cc-quote .sk-quote > p,
.rs-quote .sk-quote > p {
  margin: 0 0 10px !important;
  font-size: 13px;
  line-height: 1.4;
}
.ps-quote .sk-field,
.cc-quote .sk-field,
.rs-quote .sk-field {
  width: 100%;
  min-width: 0;
  margin-bottom: 8px;
}
.ps-quote .sk-field label,
.cc-quote .sk-field label,
.rs-quote .sk-field label {
  margin-bottom: 4px;
  font-size: 12.5px;
}
.ps-quote .sk-field input,
.ps-quote .sk-field select,
.ps-quote .sk-field textarea,
.ps-quote .sk-quote input[type="text"],
.ps-quote .sk-quote input[type="email"],
.ps-quote .sk-quote input[type="tel"],
.ps-quote .sk-quote textarea,
.cc-quote .sk-field input,
.cc-quote .sk-field select,
.cc-quote .sk-field textarea,
.cc-quote .sk-quote input[type="text"],
.cc-quote .sk-quote input[type="email"],
.cc-quote .sk-quote input[type="tel"],
.cc-quote .sk-quote textarea,
.rs-quote .sk-field input,
.rs-quote .sk-field select,
.rs-quote .sk-field textarea,
.rs-quote .sk-quote input[type="text"],
.rs-quote .sk-quote input[type="email"],
.rs-quote .sk-quote input[type="tel"],
.rs-quote .sk-quote textarea {
  display: block;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px;
  margin-bottom: 0 !important;
  padding: 8px 12px !important;
  font-size: 14px;
  border-radius: 8px;
  line-height: 1.3;
}
.ps-quote .sk-field textarea,
.ps-quote .sk-quote textarea,
.cc-quote .sk-field textarea,
.cc-quote .sk-quote textarea,
.rs-quote .sk-field textarea,
.rs-quote .sk-quote textarea {
  height: auto !important;
  min-height: 68px;
  padding-top: 8px !important;
}
.ps-quote .sk-frow,
.cc-quote .sk-frow,
.rs-quote .sk-frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
  margin-bottom: 0;
}
.ps-quote .sk-frow > :only-child,
.cc-quote .sk-frow > :only-child,
.rs-quote .sk-frow > :only-child {
  grid-column: 1 / -1;
}
.ps-quote .sk-quote .sk-btn,
.cc-quote .sk-quote .sk-btn,
.rs-quote .sk-quote .sk-btn {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
  padding: 10px 16px;
}
.ps-quote .sk-quote-note,
.cc-quote .sk-quote-note,
.rs-quote .sk-quote-note {
  margin: 8px 0 0 !important;
}
.sk-hero .sk-quote-note {
  margin-top: 18px !important;
}

@media (max-width: 575px) {
  .svc-frow {
    grid-template-columns: 1fr;
  }
  .svc-form {
    padding: 16px;
  }
  .ps-quote .sk-frow,
  .cc-quote .sk-frow,
  .rs-quote .sk-frow {
    grid-template-columns: 1fr;
  }
  .ps-quote .sk-quote,
  .cc-quote .sk-quote,
  .rs-quote .sk-quote {
    padding: 16px;
  }
  .sk-hero .sk-quote {
    padding: 28px 16px 16px;
  }
}
