/* Card */
.uagb-post__inner-wrap {
  overflow: hidden;
  height: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 29, 46, 0.08);
}

/* Image */
.uagb-post__image {
  overflow: hidden;
}

.uagb-post__image img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* Text containers */
.uagb-post__inner-wrap .uagb-post__text {
  padding-right: 24px;
  padding-left: 24px;
}

/* Title */
.uagb-post__inner-wrap .uagb-post__title {
  margin: 22px 0 0;
  color: #101d2e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

/* Title link */
.uagb-post__inner-wrap .uagb-post__title a {
  color: inherit;
  text-decoration: none;
}

/* Date */
.uagb-post__inner-wrap .uagb-post__date {
  display: block;
  margin-top: 16px;
  color: #c1121f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Remove UAGB calendar icon */
.uagb-post__inner-wrap .uagb-post__date .dashicons {
  display: none;
}

/* Excerpt */
.uagb-post__inner-wrap .uagb-post__excerpt {
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

/* CTA container */
.uagb-post__inner-wrap .uagb-post__cta {
  margin-top: 18px;
  padding-bottom: 24px;
}

/* CTA link */
.uagb-post__inner-wrap .uagb-post__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #101d2e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

/* Arrow */
.wp-block-button__link .uagb-text-link::after,
.uagb-post__inner-wrap .uagb-post__link::after {
  content: "→" !important;
  color: #c1121f;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease;
}

/* Hover */
.uagb-post__inner-wrap .uagb-post__link:hover {
  color: #c1121f;
  text-decoration: none;
}

.uagb-post__inner-wrap .uagb-post__link:hover::after {
  transform: translateX(3px);
}

body .uagb-post__text .uagb-post__cta {
  color: #000 !important;
  background: transparent !important;
}

body .uagb-post__text .uagb-post__cta a,
body .uagb-post__text .uagb-post__cta a {
  color: #000 !important;
  padding: 0;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

body .uagb-post__inner-wrap .uagb-post__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: #101d2e;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
