#pet-news-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#pet-news-slider .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#pet-news-slider .custom-slider-btn {
  background-color: #f9f1df;
  border: none;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
  color: #931913;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#pet-news-slider .custom-slider-btn:hover {
  background-color: #931913;
  color: #f9f1df;
}

#pet-news-slider .custom-slider-btn i {
  font-size: 20px;
}

#pet-news-slider .slider-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pet-news-slider .pets-inner-container {
  display: flex;
  overflow-x: auto;
}

#pet-news-slider .custom-slider-btn {
  transform: translateX(0%);
}

.slick-disabled:hover {
  color: #931913 !important;
  background-color: #f9f1df !important;
  cursor: default !important;
}

.article-inner-wrapper {
  width: auto;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.pet-social-icons {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
}

.img-share,
.img-share-x {
  width: 25px;
  height: 25px;
  display: block;
}

/* Touch target compliance */
.pet-social-icons .share-link {
  min-width: 24px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.img-share:hover,
.img-share-x:hover {
  opacity: 0.7;
}

.share-text {
  font-size: 0.8rem;
  color: #272727;
  opacity: 1;
}

.pet-divider {
  border-top: 1px dashed #f9f1df;
  width: 100%;
}

.pet-title {
  color: #2b2b29;
}

.pet-date {
  font-size: 0.8rem;
  color: #272727;
  opacity: 0.9;
}

.pet-date small {
  font-size: 0.85rem;
  color: #715419;
}

.pet-content {
  box-shadow: 2px 2px 4px #00000029;
  border-radius: 15px;
  padding: 1rem;
  height: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  margin: 1rem 0rem;
  min-height: 11rem !important;
}

.slider-buttons {
  position: relative;
  top: 5rem;
  left: 1rem;
}

.pet-alert {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 22rem;
  margin-right: 1rem;
}

.pet-alert-content {
  font-size: 0.9rem;
}

.pet-alert-text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 3rem;
}

.pet-alert-text {
  font-size: 2rem;
  font-weight: 600;
}

.phone {
  background-color: #c3922d;
  display: flex;
  padding: 0.3rem;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}

.phone-num {
  font-size: 0.9rem;
}

.pet-more {
  position: absolute;
  bottom: 0rem;
  right: 3rem;
  max-width: 17rem !important;
  width: 17rem !important;
}

@media screen and (max-width: 800px) {
  #pet-news-slider {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .pet-alert {
    margin-right: 0rem;
  }

  .pet-more {
    right: auto;
    bottom: 0rem;
  }
}

@media (max-width: 768px) {
  #pet-news-slider .d-flex {
    flex-direction: row;
    justify-content: space-between;
  }

  .article-inner-wrapper {
    display: flex !important;
    align-items: center !important;
  }
}
