.hosting-page h1 { margin-bottom: 24px; }
.hosting-plan-card,
.hosting-server-card,
.hosting-summary,
.hosting-filters {
  background: #f7f8fa;
  border: 1px solid #e3e6eb;
  padding: 20px;
  margin-bottom: 20px;
}
.hosting-filters-top {
  padding: 16px 16px 0;
}
.hosting-filters-top .form-group {
  margin-bottom: 16px;
}
.hosting-filters-top label {
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
.hosting-plan-card h2 { margin-top: 0; font-size: 24px; }
.hosting-plan-price { margin: 12px 0 18px; font-size: 16px; }
.hosting-plan-specs { list-style: none; padding: 0; margin: 0 0 18px; }
.hosting-plan-specs li { padding: 6px 0; border-bottom: 1px solid #e8ebf0; }
.hosting-plan-specs li span { display: inline-block; min-width: 90px; color: #777; }
.hosting-filters h3 { margin-top: 0; }
.hosting-server-card h3 { margin-top: 0; }
.hosting-server-card h3 small { color: #888; margin-left: 8px; }
.hosting-configure-block { margin-bottom: 18px; }
.hosting-configure-block label { display: block; font-weight: 600; margin-bottom: 6px; }
.hosting-term-item { display: block; font-weight: normal; margin-bottom: 8px; padding: 10px 12px; background: #fff; border: 1px solid #ddd; cursor: pointer; }
.hosting-term-item input { margin-right: 8px; }
.hosting-summary-total { font-size: 18px; margin: 16px 0; }
.hosting-service-header { margin-bottom: 20px; }
.hosting-service-actions .btn { margin-left: 6px; }
.hosting-tab-content { padding: 20px 0; }
.hosting-terminal-box { background: #111; color: #d8ffd8; padding: 24px; min-height: 180px; font-family: Menlo, Consolas, monospace; }
.hosting-terminal-box p { color: #a8d8a8; }
@media (max-width: 767px) {
  .hosting-service-actions { margin-top: 12px; float: none !important; }
  .hosting-service-actions .btn { margin: 4px 4px 0 0; }
}

/* Location toggles (ishosting-style segmented control) */
.hosting-locations-block {
  display: flex;
  max-width: 100%;
  margin: 0 0 20px;
}
.hosting-location-tabs {
  list-style: none;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 4px;
  background: #e8eaee;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hosting-location-tabs::-webkit-scrollbar {
  display: none;
}
.hosting-location-tab {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  margin-right: 1px;
  padding: 11px 16px;
  max-height: 40px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #474747;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s ease, color .2s ease;
}
.hosting-location-tab:first-child {
  border-radius: 4px 0 0 4px;
}
.hosting-location-tab:last-child {
  margin-right: 0;
  border-radius: 0 4px 4px 0;
}
.hosting-location-tab:hover {
  background: #e0e0e0;
  color: #222;
}
.hosting-location-tab.active {
  background: #161616;
  color: #fff;
}
.hosting-location-tab.active:hover {
  background: #4c4c4c;
  color: #fff;
}
.hosting-location-tab .fi {
  width: 1.25rem;
  min-width: 1.25rem;
  line-height: 0.9375rem;
  border-radius: 1px;
  box-shadow: inset 0 0 0 1px #f4f4f4;
}
.hosting-location-tab.active .fi {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
}
.hosting-location-globe {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  border-radius: 50%;
  background: #474747;
  box-shadow: none;
}
.hosting-location-tab.active .hosting-location-globe {
  background: #fff;
}
.hosting-server-card h3 .fi {
  margin-right: 6px;
  vertical-align: -0.1em;
}
.hosting-configure-block .hosting-locations-block {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hosting-location-tab {
    padding: 10px 12px;
    font-size: 13px;
  }
}
