/*
Theme Name: Find My Order Tier1
Theme URI: https://findmyorder.com
Author: Linkgujodae
Author URI: https://findmyorder.com
Description: Broad web guide theme for findmyorder.com with Lookup Guides, Address Watch, Resource Lists, Access Desk, Media Routes, and Trust Checks categories.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: findmyorder-com
*/

:root {
  --fo-paper: #f4f5f1;
  --fo-panel: #fffefa;
  --fo-muted-panel: #eef2f3;
  --fo-ink: #20242b;
  --fo-black: #171b21;
  --fo-muted: #555e68;
  --fo-line: #cfd5d2;
  --fo-blue: #1d4f63;
  --fo-brick: #8b3a2c;
  --fo-green: #365b42;
}

* {
  box-sizing: border-box;
}

body.fo-theme-body {
  margin: 0;
  color: var(--fo-ink);
  background: var(--fo-paper);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.fo-theme-body a {
  color: inherit;
  text-decoration: none;
}

body.fo-theme-body img {
  max-width: 100%;
  height: auto;
}

.fo-top {
  border-bottom: 1px solid var(--fo-line);
  background: var(--fo-panel);
}

.fo-utility {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #646b73;
  font-size: 12px;
  line-height: 1.45;
}

.fo-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 22px 20px;
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 28px;
  align-items: end;
}

.fo-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fo-mark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #18202a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

.fo-mark::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 2px solid #18202a;
  border-radius: 50%;
  background:
    linear-gradient(var(--fo-panel), var(--fo-panel)) padding-box,
    repeating-linear-gradient(0deg, #18202a 0 2px, transparent 2px 7px);
  box-shadow: inset 0 0 0 7px var(--fo-panel);
  flex: 0 0 auto;
}

.fo-domain {
  margin-left: 44px;
  color: #6d746f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.fo-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
}

.fo-nav a {
  min-height: 42px;
  padding: 12px 14px;
  border: 1px solid var(--fo-line);
  background: var(--fo-panel);
  color: #2c3138;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.fo-nav a:nth-child(2n) {
  background: var(--fo-muted-panel);
}

.fo-hero {
  border-top: 1px solid var(--fo-line);
  border-bottom: 1px solid var(--fo-line);
  background:
    linear-gradient(90deg, rgba(255,255,255,.75), rgba(255,255,255,.42)),
    repeating-linear-gradient(90deg, #dfe6e3 0 1px, transparent 1px 84px),
    repeating-linear-gradient(0deg, #e5ebe8 0 1px, transparent 1px 42px),
    #f6f8f4;
}

.fo-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 22px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 330px;
  gap: 34px;
  align-items: stretch;
}

.fo-kicker {
  margin: 0 0 10px;
  color: var(--fo-brick);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fo-hero h1,
.fo-page-article h1,
.fo-archive-head h1,
.fo-single h1 {
  margin: 0;
  color: var(--fo-black);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.fo-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.02;
}

.fo-lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: #41474f;
  font-size: 18px;
  line-height: 1.62;
}

.fo-searchbox {
  margin-top: 24px;
  max-width: 720px;
  display: grid;
  grid-template-columns: 1fr auto;
  border: 2px solid #1e252c;
  background: var(--fo-panel);
}

.fo-searchbox span {
  padding: 16px 18px;
  color: #5d6771;
  font-size: 14px;
  line-height: 1.4;
}

.fo-searchbox b {
  padding: 16px 18px;
  background: #1e252c;
  color: #fffefa;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

.fo-index-card {
  border: 1px solid #1e252c;
  background: var(--fo-panel);
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 320px;
}

.fo-index-head {
  padding: 14px 16px;
  border-bottom: 1px solid var(--fo-line);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--fo-brick);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fo-index-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--fo-line);
}

.fo-index-list a {
  padding: 16px;
  border-right: 1px solid var(--fo-line);
  border-bottom: 1px solid var(--fo-line);
  color: #252a31;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.32;
}

.fo-index-list a:nth-child(2n) {
  border-right: 0;
}

.fo-index-list a:nth-last-child(-n+2) {
  border-bottom: 0;
}

.fo-index-foot {
  margin: 0;
  padding: 16px;
  color: #525861;
  font-size: 13px;
  line-height: 1.55;
}

.fo-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 22px 46px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
}

.fo-side {
  border-top: 3px solid #1e252c;
  padding-top: 14px;
}

.fo-side h2,
.fo-section h2,
.fo-related h2 {
  margin: 0 0 12px;
  color: #1b2027;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.18;
}

.fo-side p {
  margin: 0 0 16px;
  color: #58606a;
  font-size: 14px;
  line-height: 1.65;
}

.fo-checks {
  display: grid;
  gap: 8px;
}

.fo-checks span {
  padding: 10px 0;
  border-bottom: 1px solid var(--fo-line);
  color: #2d333b;
  font-size: 13px;
  font-weight: 800;
}

.fo-sections {
  display: grid;
  gap: 18px;
}

.fo-section {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid var(--fo-line);
}

.fo-section:first-child {
  border-top: 3px solid #1e252c;
}

.fo-section small {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--fo-brick);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.fo-section p {
  margin: 0;
  color: #4d545e;
  font-size: 15px;
  line-height: 1.66;
}

.fo-inline-posts {
  margin-top: 12px;
  display: grid;
  gap: 7px;
}

.fo-inline-posts a {
  color: var(--fo-blue);
  font-size: 13px;
  font-weight: 800;
}

.fo-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.fo-feed article {
  min-height: 150px;
  padding: 15px;
  border: 1px solid var(--fo-line);
  background: var(--fo-panel);
}

.fo-feed b {
  display: block;
  margin-bottom: 10px;
  color: var(--fo-ink);
  font-size: 15px;
  line-height: 1.35;
}

.fo-feed span {
  color: #606770;
  font-size: 13px;
  line-height: 1.55;
}

.fo-page-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 22px 54px;
}

.fo-page-article,
.fo-archive-head,
.fo-single,
.fo-related {
  border-top: 3px solid #1e252c;
  padding-top: 18px;
}

.fo-page-article h1,
.fo-archive-head h1,
.fo-single h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.fo-page-body {
  margin-top: 20px;
  color: #343a42;
  font-size: 17px;
  line-height: 1.75;
}

.fo-page-body h2 {
  margin: 28px 0 8px;
  color: #1b2027;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.2;
}

.fo-related {
  margin-top: 38px;
}

.fo-archive-description,
.fo-archive-head p,
.fo-empty {
  max-width: 760px;
  color: #4d545e;
  font-size: 16px;
  line-height: 1.7;
}

.fo-archive-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.fo-archive-list article {
  padding: 18px;
  border: 1px solid var(--fo-line);
  background: var(--fo-panel);
}

.fo-archive-list small {
  color: var(--fo-brick);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fo-archive-list h2,
.fo-archive-list h3 {
  margin: 8px 0;
  color: #1b2027;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.22;
}

.fo-archive-list h2 {
  font-size: 27px;
}

.fo-archive-list h3 {
  font-size: 23px;
}

.fo-archive-list p {
  margin: 0;
  color: #58606a;
  font-size: 15px;
  line-height: 1.62;
}

.fo-pagination {
  margin-top: 24px;
  color: var(--fo-blue);
  font-size: 14px;
  font-weight: 900;
}

.fo-single-meta {
  margin-top: 14px;
  color: var(--fo-blue);
  font-size: 13px;
  font-weight: 800;
}

.fo-featured {
  margin: 24px 0 0;
}

.fo-featured img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border: 1px solid var(--fo-line);
}

.fo-bottom {
  border-top: 1px solid var(--fo-line);
  background: #242930;
  color: #f9f4e9;
}

.fo-bottom-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #d7d0c4;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .fo-header,
  .fo-hero-inner,
  .fo-main,
  .fo-section {
    grid-template-columns: 1fr;
  }

  .fo-nav {
    justify-content: flex-start;
  }

  .fo-index-list,
  .fo-feed {
    grid-template-columns: 1fr;
  }

  .fo-searchbox {
    grid-template-columns: 1fr;
  }

  .fo-searchbox b {
    text-align: center;
  }

  .fo-bottom-inner {
    flex-direction: column;
  }
}
