.elementor-4750 .elementor-element.elementor-element-cdc6ff2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-67f6862 *//* AdSense-Approved Mobile-Friendly CSS for Pet as Therapist Blog */
.pet-therapist-article {
  padding: 15px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.pet-therapist-article h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #833F2E;
  margin-bottom: 15px;
  line-height: 1.2;
}

.pet-therapist-article h2 {
  font-size: 22px;
  color: #833F2E;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.pet-therapist-article h3 {
  font-size: 18px;
  color: #833F2E;
  margin-top: 20px;
  margin-bottom: 8px;
}

.pet-therapist-article p {
  margin-bottom: 15px;
  text-align: justify;
}

.pet-therapist-article a {
  color: #833F2E;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.pet-therapist-article a:hover {
  text-decoration: underline;
  color: #622f22;
}

.pet-therapist-article ul, .pet-therapist-article ol {
  padding-left: 25px;
  margin: 15px 0;
}

.pet-therapist-article li {
  margin-bottom: 12px;
}

.pet-therapist-article .image-wrapper {
  margin: 20px 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.pet-therapist-article .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.pet-therapist-article .image-wrapper:hover img {
  transform: scale(1.02);
}

.pet-therapist-article .credit {
  font-size: 0.8em;
  color: #666;
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  border-radius: 4px;
  font-style: italic;
}

.pet-therapist-article .author-box {
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.pet-therapist-article .author-box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #833F2E;
}

.pet-therapist-article .author-box div {
  flex: 1;
}

.pet-therapist-article table {
  width: 100%;
  border-collapse: collapse;
  font-family: Montserrat, Arial, sans-serif;
  margin: 20px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.pet-therapist-article th, .pet-therapist-article td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.pet-therapist-article th {
  background: #833F2E;
  color: #fff;
  font-weight: bold;
}

.pet-therapist-article tr:nth-child(even) {
  background-color: #f9f9f9;
}

.pet-therapist-article .disclaimer {
  font-size: 0.85em;
  color: #666;
  font-style: italic;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff8f0;
  border-left: 4px solid #833F2E;
}

.pet-therapist-article .back-to-top {
  text-align: right;
  margin: 20px 0;
}

.pet-therapist-article .back-to-top a {
  background: #833F2E;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.pet-therapist-article .back-to-top a:hover {
  background: #622f22;
  text-decoration: none;
}

/* Mobile-Friendly Adjustments */
@media (max-width: 768px) {
  .pet-therapist-article {
    padding: 10px;
    font-size: 15px;
  }

  .pet-therapist-article h1 {
    font-size: 1.6em;
    line-height: 1.3;
  }

  .pet-therapist-article h2 {
    font-size: 20px;
    margin-top: 25px;
  }

  .pet-therapist-article h3 {
    font-size: 17px;
  }

  .pet-therapist-article p {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .pet-therapist-article ul, .pet-therapist-article ol {
    padding-left: 20px;
  }

  .pet-therapist-article li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .pet-therapist-article .author-box {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .pet-therapist-article .author-box img {
    width: 60px;
    height: 60px;
  }

  .pet-therapist-article table {
    font-size: 14px;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }

  .pet-therapist-article th, .pet-therapist-article td {
    padding: 8px 6px;
    min-width: 120px;
  }

  .pet-therapist-article .disclaimer {
    font-size: 0.8em;
    padding: 8px;
  }

  .pet-therapist-article .credit {
    font-size: 0.75em;
    padding: 3px 6px;
  }
}

@media (max-width: 480px) {
  .pet-therapist-article {
    padding: 8px;
    font-size: 14px;
  }

  .pet-therapist-article h1 {
    font-size: 1.4em;
  }

  .pet-therapist-article h2 {
    font-size: 18px;
  }

  .pet-therapist-article h3 {
    font-size: 16px;
  }

  .pet-therapist-article p {
    font-size: 14px;
    line-height: 1.5;
  }

  .pet-therapist-article .back-to-top {
    text-align: center;
  }

  .pet-therapist-article .image-wrapper {
    margin: 15px 0;
  }
}

/* Accessibility enhancements */
@media (prefers-reduced-motion: reduce) {
  .pet-therapist-article * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Print styles for AdSense compliance */
@media print {
  .pet-therapist-article .disclaimer, .pet-therapist-article .credit, .pet-therapist-article .back-to-top {
    display: none;
  }
  .pet-therapist-article {
    color: #000;
  }
}/* End custom CSS */