body {
  font-family: "Assistant";
  max-width: 100%;
}
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0px 0px 0px -8px;
  height: 100px;
  background-color: #000;
  background-image: url("https://www.haroldslist.com/images/logo2.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
}
.body-wrapper {
  max-width: 900px;
  margin: 125px auto 0px auto;
  padding: 0px 20px 0px 20px;
}
h1 {
  font-family: "Assistant";
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3.75em;
  font-style: bold;
  line-height: 1em;
  margin: 170px auto 70px auto;
}
h2 {
  font-family: "Assistant";
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 1.75em;
}
h3 {
  font-family: "Assistant";
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 1.5em;
}
h4 {
  font-family: "Assistant";
  text-align: left;
  text-transform: none;
  font-weight: 600;
  font-size: 1.35em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.15em;
  }
}
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
  text-decoration: underline;
}
.related_page {
  border: 1px solid black;
  position: relative;
  width: 90%;
  max-width: 760px;
  border: 1px solid #909090;
  padding: 0px 0px 10px 20px;
  text-align: -webkit-left;
  line-height: 10px;
  margin: 50px auto 50px auto;
}
.related_page ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer {
  margin: 30px auto 30px auto;
  padding: 10px 15px 10px 15px;
  width: 60%;
  max-width: 630px;
  min-width: 216px;
  background-color: #000000;
  position: relative;
  bottom: 0px;
  border-radius: 12px;
  /* border: 2px solid #d9d9d9; */
  text-align: center;
  color: #fff;
}
.footer a:link {
  color: #fff;
  text-decoration: none;
}
.footer a:visited {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer a:active {
  color: #fff;
  text-decoration: underline;
}
.hamburger {
  position: relative;
  height: 50px;
  margin: 25px 0px 25px 25px;
}
.ad-container {
  position: relative;
  max-width: 90%;
  margin: 30px auto 30px auto;
}
.text-ad {
  position: relative;
  width: 90%;
  max-width: 760px;
  padding: 0px 0px 0px 0px;
  text-align: -webkit-left;
  line-height: 10px;
  margin: 50px auto 50px auto;
}
.responsive-ad {
  position: relative;
  width: 90%;
  max-width: 760px;
  padding: 0px 0px 0px 0px;
  text-align: -webkit-left;
  line-height: 10px;
  margin: 50px auto 50px auto;
}

/* Features Loan Websites */
.feature-loan {
  width: 100%;
}

.feature-loan-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  width: 100%;
}

.feature-loan-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.feature-loan-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.feature-loan-card.--featured {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
}

.flw-img {
  width: 100%;
  margin: 0;
  border: none;
}

.flw-img img {
  width: 100%;
  height: auto;
  display: block;
}

.flw-header {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  padding: 16px 20px;
  margin: 0;
}

.flw-title {
  display: flex;
  align-items: start;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.flw-title a {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
}
.flw-title img {
  width: 14px;
  height: 14px;
}

.flw-stars {
  display: flex;
  gap: 2px;
}

.flw-stars img {
  width: 16px;
  height: 16px;
  filter: invert(83%) sepia(34%) saturate(1935%) hue-rotate(359deg) brightness(101%) contrast(104%);
}

.flw-features {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  padding: 0 20px;
  margin-bottom: 16px;
}

.flw-feature-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 5px;
  background: #f8f8f8;
  border-radius: 6px;
}

.flw-feature-item img {
  width: 12px;
  height: 12px;
}

.flw-feature-item p {
  margin: 0;
  font-size: 0.75rem;
  color: #444;
}

.flw-cta {
  margin: 0 20px 20px 20px;
}

.flw-cta a {
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
}

.flw-cta a:hover {
  background-color: #222;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-loan-container {
    grid-template-columns: 1fr;
  }

  .flw-features {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .flw-features {
    grid-template-columns: 1fr;
  }

  .feature-loan-card {
    padding: 12px;
  }
}
/* X Features Loadd Websites X */
/* Loan Listings Styles */
.loan-listings {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Assistant", sans-serif;
}

.loan-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px;
  margin-bottom: 20px;
  background: white;
  border: 1px solid #eee;
  border-radius: 8px;
  gap: 30px;
}

.loan-card-rank {
  position: absolute;
  top: -12px;
  left: -12px;
  display: flex;
}

.rank-number {
  background: #0095ff;
  color: white;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 6px 0 0 6px;
  font-size: 1.2em;
}

.rank-badge {
  background: #ff9500;
  color: white;
  padding: 6px 14px;
  border-radius: 0 6px 6px 0;
  font-size: 1.2em;
}

.loan-logo {
  width: 180px;
  flex-shrink: 0;
}

.loan-logo img {
  width: 100%;
  height: auto;
}

.loan-details {
  flex-grow: 1;
}

.loan-name {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.loan-name img {
  width: 24px;
  height: 24px;
  filter: invert(83%) sepia(34%) saturate(1935%) hue-rotate(359deg) brightness(101%) contrast(104%);
}

.loan-subtitle {
  color: #666;
  margin-bottom: 15px;
}

.loan-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
}

.feature-item img {
  width: 16px;
  height: 16px;
  filter: invert(57%) sepia(89%) saturate(2271%) hue-rotate(165deg) brightness(99%) contrast(98%);
}

.loan-score {
  text-align: center;
  min-width: 120px;
}

.score-number {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 5px;
}

.score-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 5px;
}

.score-stars img {
  width: 16px;
  height: 16px;
  filter: invert(83%) sepia(34%) saturate(1935%) hue-rotate(359deg) brightness(101%) contrast(104%);
}

.score-votes {
  color: #666;
  font-size: 0.9em;
}

.loan-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 140px;
}

.action-button {
  display: block;
  background: #0095ff;
  color: white;
  text-align: center;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.action-button:hover {
  background: #0077cc;
  text-decoration: none;
}

.action-link {
  color: #0095ff;
  text-align: center;
  text-decoration: none;
}

.action-link:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .loan-card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 20px;
  }

  .loan-logo {
    width: 140px;
  }

  .loan-card-rank {
    position: relative;
    top: 0;
    left: 0;
    justify-content: center;
    margin-bottom: 15px;
  }

  .loan-features {
    align-items: center;
  }

  .loan-actions {
    width: 100%;
  }
}
/* FAQ Section Styles */
.faq-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
  font-family: "Assistant", sans-serif;
}

.faq-section h2 {
  font-size: 3.75em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1em;
}

.faq-description {
  text-align: center;
  color: #444;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 1.1em;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: white;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 500;
}

.faq-question:hover {
  background: #f8f8f8;
}

.faq-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #f8f8f8;
  color: #444;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  padding: 20px;
  max-height: 300px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 2.15em;
  }

  .faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .faq-answer {
    font-size: 0.95em;
  }
}
