@charset "utf-8";

html[data-front-theme="apple"] body {
  background: #f5f7fb !important;
}

html[data-front-theme="apple"] #wrapper,html[data-front-theme="apple"] #topbar {
  max-width: 1200px;
}

html[data-front-theme="apple"] #header,html[data-front-theme="apple"] #txtbox,html[data-front-theme="apple"] .sitepath {
  border: 1px solid rgba(0, 122, 255, .10) !important;
  box-shadow: 0 18px 42px rgba(29, 78, 216, .08) !important;
}

html[data-front-theme="apple"] #navbox {
  background: #007aff !important;
}

html[data-front-theme="apple"] .sbtn {
  background: #007aff !important;
}

html[data-front-theme="apple"] a {
  color: #0066d6;
}

/* Final Webdir-compatible VIP thumbnail overrides. */

/* Homepage latest outbound sites stay on one stable row. */

/* Keep VIP fallback thumbnails consistent with uploaded logo thumbnails. */

/* Match the Webdir left-column thumbnail treatment. */

/* Keep cool-site labels crisp while preserving hover colors and shadows. */

/* Give the text logo a little more breathing room above the header row. */

html[data-front-theme="apple"] #topbox {
  padding-top: 14px !important;
  padding-bottom: 8px !important;
}

/* Revenue-focused quick review strip. */

@media (max-width: 560px) {
  html[data-front-theme="apple"] #topbox {
    padding-top: 11px !important;
    padding-bottom: 7px !important;
  }
}

/* Final Webdir-compatible VIP thumbnail overrides. */