.grid-pet-alert {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.article-inner-wrapper {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.pet-social-icons {
  display: flex;
  gap: 0.3rem;
  align-items: center !important;
  justify-content: flex-start;
}

.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;
}

.pet-alert {
  display: grid;
  flex-direction: row;
  gap: 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: 1200px) {
  .grid-pet-alert {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}
@media screen and (max-width: 801px) {
  .pet-content {
    width: 95%;
    min-height: 12rem !important;
  }
}
@media screen and (max-width: 787px) {
  .grid-pet-alert {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px !important;
  }
}
