/* Franchise Page Styles */
.franchise-hero {
  padding: 4rem 0;
}

.franchise-hero .hero-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.franchise-hero .hero-text {
  flex: 1;
  text-align: left !important;
  font-family: 'Inter', sans-serif;
}

.franchise-hero .hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #050505;
  text-align: left !important;
  font-family: 'EB Garamond', serif;
}

.franchise-hero .hero-text .hero-subtitle {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 1.5rem;
  text-align: left !important;
  font-family: 'Inter', sans-serif;
}

.franchise-hero .hero-image {
  flex: 1;
}

.franchise-hero .hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* Desktop Styles */
@media (min-width: 768px) {
  .franchise-hero .hero-content {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .franchise-hero .hero-text {
    padding-right: 2rem;
  }

  .franchise-hero .hero-image {
    display: block;
  }
}

/* Main Content Styles */
.franchise-page .entry-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.franchise-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.franchise-content section {
  width: 100%;
  max-width: 100%;
  padding: 2rem 0;
}

.franchise-content h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #050505;
  text-align: left !important;
  font-family: 'EB Garamond', serif;
}

/* WYSIWYG Content Styles */
.franchise-content .wysiwyg-content {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
}

.franchise-content .wysiwyg-content p {
  margin-bottom: 1.5rem;
  text-align: left;
}

.franchise-content .wysiwyg-content h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  color: #050505;
}

.franchise-content .wysiwyg-content ul,
.franchise-content .wysiwyg-content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.franchise-content .wysiwyg-content li {
  margin-bottom: 0.5rem;
}

/* Family Section */
.franchise-family {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.family-content {
  width: 100%;
}

.family-image {
  width: 100%;
}

.family-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* Start Section */
.franchise-start {
  width: 100%;
}

.start-content {
  width: 100%;
}

/* Contact Section */
.franchise-contact {
  width: 100%;
}

.contact-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
