.custom-swiper-btn {
  width: 65px !important;
  height: 65px !important;
}

.custom-swiper-btn svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .custom-swiper-btn {
    width: 60px !important;
    height: 60px !important;
  }
}

.blog-content p {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: clamp(20px, 0.95vw + 14.8px, 34px);
  text-align: justify;
  color: #515559;
}

.blue-label p {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.54vw + 11.6px, 22px);
  line-height: clamp(20px, 0.54vw + 17.6px, 28px);
  color: #000;
}

/* H2 */
.blog-content h2 {
  font-family: "Sprintura", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 1.1vw + 16px, 36px);
  line-height: clamp(20px, 1.2vw + 16px, 42px);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #000;
}

/* H3 */
.blog-content h3 {
  font-family: "Sprintura", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 0.9vw + 15px, 30px);
  line-height: clamp(24px, 1vw + 20px, 36px);
  margin-top: 2rem;
  margin-bottom: 0.875rem;
  color: #000;
}

/* H4 */
.blog-content h4 {
  font-family: "Sprintura", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 0.8vw + 14px, 26px);
  line-height: 1.3;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  color: #000;
}

/* H5 */
.blog-content h5 {
  font-family: "Sprintura", sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 0.6vw + 13px, 22px);
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #000;
}

/* H6 */
.blog-content h6 {
  font-family: "Sprintura", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.4vw + 13px, 18px);
  line-height: 1.3;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #000;
}

/* Lists */
.blog-content ul,
.blog-content ol {
  padding-left: 2rem;
}

.blog-content ul {
  list-style-type: disc;
  list-style-position: outside;
}

.blog-content ol {
  list-style-type: decimal;
  list-style-position: outside;
}

.blog-content li {
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.54vw + 11.6px, 22px);
  line-height: clamp(20px, 0.95vw + 15.8px, 34px);
  color: #515559;
}

.blog-content li {
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.54vw + 11.6px, 22px);
  line-height: clamp(20px, 0.95vw + 15.8px, 34px);
  color: #515559;
}

/* Links */
.blog-content a {
  @apply underline transition-all duration-300;
}

.blog-content a:hover {
  @apply opacity-70;
}

/* Images */
.blog-content img {
  @apply w-full h-auto rounded-xl my-8;
}

/* Blockquote */
.blog-content blockquote {
  @apply border-l-4 pl-5 italic my-8;
}

/* Tables */
.blog-content table {
  @apply w-full my-8 border-collapse;
}

.blog-content th,
.blog-content td {
  @apply border p-3;
}

/* Strong */
.blog-content strong {
  @apply font-semibold text-black;
}

/* Images */
.blog-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 2px 0;
  border-radius: 20px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .blog-content img {
    border-radius: 30px;
  }
}

.blue-label {
  position: relative;
  background: #011ca7;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.blue-label {
  position: relative;
  background: #011ca7;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  /* optional */
}

.blog-content strong,
.blog-content b {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #000;
}

.blue-label::after {
  content: "";
  position: absolute;
  width: 120px;
  aspect-ratio: 1 / 1;
  background-image: url("/wp-content/uploads/2026/06/zsacascasc.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .blog-content h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
  }

  .blue-label::after {
    width: 80px;
    height: 80px;
    top: auto;
    right: 20px;
    bottom: 0px;
    transform: none;
  }
}

.blue-label p:first-child {
  position: relative;
  padding-left: 24px;
  font-family: "Sora", sans-serif;
  font-weight: 300;
  font-size: clamp(12px, 0.5vw + 10px, 17px);
  color: #fff;
  line-height: 1.4;
}

.blue-label p:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #fff;
  border-radius: 999px;
}

.blue-label .author {
  display: block;
  font-family: "Sprintura", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 0.5vw + 14px, 14px);
  color: #fff;
  padding-left: 24px;
  line-height: 0.6;
}

@media (max-width: 767px) {
  .blue-label {
    padding: 16px;
    gap: 10px;
    border-radius: 10px;
  }

  .blue-label p:first-child {
    font-size: clamp(12px, 0.5vw + 8px, 14px);
    text-align: left;
    line-height: 1.4;
  }

  .blue-label .author {
    font-size: clamp(14px, 0.5vw + 12px, 16px);
    padding-left: 20px;
    text-align: left;
  }

  .align-ft {
    margin-bottom: -80px;
  }
}
