.elementor-275 .elementor-element.elementor-element-82a5fcb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-78b9f5c *//* =========================================================
   OFFICIAL FRANCHISE BUYER RESOURCES
   ========================================================= */

.frv-official-resources {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(0, 123, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.frv-resource-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
  margin-bottom: 34px;
}

.frv-resource-featured {
  padding: 30px;
  border: 1px solid rgba(19, 40, 58, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(19, 40, 58, 0.07);
}

.frv-resource-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 123, 255, 0.09);
  color: #007bff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.frv-resource-featured h3 {
  margin: 0 0 12px;
  color: #13283a;
  font-size: 24px;
  line-height: 1.25;
}

.frv-resource-featured p {
  margin: 0 0 20px;
  color: #5d6b78;
  font-size: 15px;
  line-height: 1.7;
}

.frv-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.frv-resource-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 123, 255, 0.18);
  border-radius: 10px;
  background: #f6faff;
  color: #0069d9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.frv-resource-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 123, 255, 0.42);
  background: #edf6ff;
}

.frv-resource-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(19, 40, 58, 0.13);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(19, 40, 58, 0.08);
}

.frv-resource-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.frv-resource-table thead {
  background: #13283a;
}

.frv-resource-table thead th {
  padding: 18px 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
}

.frv-resource-table thead th:first-child {
  width: 16%;
}

.frv-resource-table thead th:nth-child(2) {
  width: 34%;
}

.frv-resource-table thead th:nth-child(3),
.frv-resource-table thead th:nth-child(4) {
  width: 25%;
}

.frv-resource-table tbody tr {
  border-bottom: 1px solid rgba(19, 40, 58, 0.1);
}

.frv-resource-table tbody tr:last-child {
  border-bottom: 0;
}

.frv-resource-table tbody tr:nth-child(even) {
  background: #fbfcfe;
}

.frv-resource-table tbody th,
.frv-resource-table tbody td {
  padding: 22px 20px;
  vertical-align: top;
}

.frv-resource-table tbody th {
  color: #13283a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

.frv-resource-table tbody td a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 17px;
  color: #0069d9;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none;
}

.frv-resource-table tbody td a:last-child {
  margin-bottom: 0;
}

.frv-resource-table tbody td a::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #68d0ef;
  content: "";
}

.frv-resource-table tbody td a:hover {
  color: #004f9e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.frv-resource-badge {
  display: block;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(137, 88, 254, 0.1);
  color: #7041df;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.frv-resource-note {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  margin-top: 28px;
  padding: 25px;
  border: 1px solid rgba(137, 88, 254, 0.18);
  border-radius: 18px;
  background: rgba(137, 88, 254, 0.055);
}

.frv-resource-note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #8958fe;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.frv-resource-note h3 {
  margin: 0 0 8px;
  color: #13283a;
  font-size: 19px;
  line-height: 1.35;
}

.frv-resource-note p {
  margin: 0 0 9px;
  color: #596a78;
  font-size: 14px;
  line-height: 1.65;
}

.frv-resource-note p:last-child {
  margin-bottom: 0;
}

/* TABLET */

@media (max-width: 980px) {
  .frv-resource-featured-grid {
    grid-template-columns: 1fr;
  }

  .frv-resource-table thead th {
    padding: 16px 14px;
    font-size: 11px;
  }

  .frv-resource-table tbody th,
  .frv-resource-table tbody td {
    padding: 18px 14px;
  }

  .frv-resource-table tbody td a {
    font-size: 13px;
  }
}

/* MOBILE CARD LAYOUT */

@media (max-width: 767px) {
  .frv-resource-featured-grid {
    gap: 18px;
    margin-top: 30px;
  }

  .frv-resource-featured {
    padding: 22px;
    border-radius: 17px;
  }

  .frv-resource-featured h3 {
    font-size: 21px;
  }

  .frv-resource-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .frv-resource-links a {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .frv-resource-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .frv-resource-table,
  .frv-resource-table tbody,
  .frv-resource-table tr,
  .frv-resource-table th,
  .frv-resource-table td {
    display: block;
    width: 100%;
  }

  .frv-resource-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .frv-resource-table tbody tr {
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid rgba(19, 40, 58, 0.13);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(19, 40, 58, 0.07);
  }

  .frv-resource-table tbody tr:nth-child(even) {
    background: #ffffff;
  }

  .frv-resource-table tbody th {
    padding: 18px 19px;
    background: #13283a;
    color: #ffffff;
    font-size: 19px;
  }

  .frv-resource-table tbody td {
    padding: 17px 19px;
    border-bottom: 1px solid rgba(19, 40, 58, 0.09);
  }

  .frv-resource-table tbody td:last-child {
    border-bottom: 0;
  }

  .frv-resource-table tbody td::before {
    display: block;
    margin-bottom: 11px;
    color: #13283a;
    content: attr(data-label);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .frv-resource-table tbody td a {
    margin-bottom: 11px;
    padding-left: 16px;
    font-size: 14px;
  }

  .frv-resource-badge {
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
  }

  .frv-resource-note {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .frv-resource-note-icon {
    width: 42px;
    height: 42px;
  }
}

.frv-service-hero-copy {
  min-width: 0;
}

.frv-hero-card {
  display: flex;
  flex-direction: column;
  align-self: start;
}

.frv-card-section {
  position: relative;
}

.frv-card-divider {
  width: 100%;
  height: 1px;
  margin: 28px 0;
  background: rgba(19, 40, 58, 0.12);
}

.frv-card-resources p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
}

.frv-card-resources p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .frv-hero-card {
    width: 100%;
  }
}/* End custom CSS */