/* Start custom CSS for html, class: .elementor-element-b07e6fe *//* ========== Base Styling for the Janae Section ========== */
.janae-section {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  align-items: stretch;
  color: black;
}

.janae-section .janae-image-container {
  flex: 1; /* Equal width with .janae-text-container */
}

.janae-section .janae-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.janae-section .janae-text-container {
  flex: 1;
  background-color: #d4c800;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.janae-section .janae-text-container h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.janae-section .janae-text-container p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
}

/* Styling for the author credit */
.janae-text-container .author-credit {
  font-size: 14px;
  font-style: italic;
  color: #333;
  margin-bottom: 20px;
}

/* Profile Card Styling */
#janae-profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  padding: 20px;
  width: 90%; /* Full width with some margin on mobile */
  max-width: 300px;
  margin: 20px auto; /* Center horizontally */
}

#janae-profile-card .profile-info .name {
  font-size: 1.5em;
  font-weight: bold;
  margin: 15px 0 5px;
}

#janae-profile-card .profile-info .role {
  font-size: 1em;
  color: #a58b7c;
  margin-bottom: 15px;
}

#janae-profile-card .profile-info .description {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 20px;
}

#janae-profile-card .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#janae-profile-card .social-icons .icon {
  font-size: 20px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

#janae-profile-card .social-icons .icon:hover {
  color: #0077b5; /* Change hover color as needed */
}

/* Responsive Design for Janae Section */
@media (max-width: 768px) {
  .janae-section {
    flex-direction: column-reverse; /* Reverse the order for mobile */
  }

  .janae-section .janae-text-container {
    padding: 20px;
    text-align: center;
  }

  .janae-section .janae-text-container h3 {
    font-size: 20px;
  }

  .janae-section .janae-text-container p {
    font-size: 14px;
  }

  .janae-text-container .author-credit {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

/* ========== (Optional) Styling for the Catio Snippet ========== */
/* Currently, the catio snippet uses default typography and layout.
   Add or customize any styles needed below. For example: */

/*
.catio-blog-post-elementor {
  margin: 20px;
  font-family: Arial, sans-serif;
}

.catio-post-header h1 {
  font-size: 2em;
  margin-bottom: 1em;
}

.catio-main-content h3, .catio-main-content h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
*//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7034dfea *//* Scope all CSS inside #catio-html-widget to avoid conflicts */
#catio-html-widget .catio-blog-post-elementor {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  line-height: 1.8;
  font-family: 'Georgia', serif;
  color: #333;
}

#catio-html-widget .catio-post-header {
  text-align: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#catio-html-widget .catio-post-header h1 {
  margin: 0;
  font-weight: bold;
  font-size: 2em;
  font-family: 'Times New Roman', Times, serif;
}

#catio-html-widget .catio-byline {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

#catio-html-widget .catio-main-content p {
  margin-bottom: 1em;
}

#catio-html-widget .catio-main-content h2,
#catio-html-widget .catio-main-content h3,
#catio-html-widget .catio-main-content h4 {
  font-family: 'Times New Roman', Times, serif;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #444;
}

#catio-html-widget .catio-main-content ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

#catio-html-widget .catio-main-content ul li {
  margin-bottom: 0.5em;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  #catio-html-widget .catio-blog-post-elementor {
    width: 90%;
    padding: 20px;
  }
}/* End custom CSS */