.blog-cta-box.compact-version {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin: 30px auto;
  padding: 25px 20px;
  max-width: 500px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  direction: rtl;
  font-family: Vazirmatn, Tahoma, sans-serif;
  text-align: center;
  overflow: hidden;
}

.french-flag-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  display: flex;
}

.flag-blue {
  background-color: #0055a5;
  flex: 1;
}

.flag-white {
  background-color: #fff;
  flex: 1;
}

.flag-red {
  background-color: #e75480;
  flex: 1;
}

.blog-cta-badge.classic-badge {
  display: inline-block;
  background-color: #e0e7ff;
  color: #4f46e5;
  font-size: 13px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.blog-cta-btn.eye-catching-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #ff4b2b 0%, #ff416c 100%);
  color: #fff !important;
  text-decoration: none !important;
  padding: 16px 40px;
  border-radius: 14px;
  font-size: 19px;
  font-weight: 800;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s ease;
  animation: gsc-cta-pulse 1.8s infinite;
}

.blog-cta-btn.eye-catching-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
}

@keyframes gsc-cta-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 65, 108, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 65, 108, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 65, 108, 0);
  }
}

.blog-cta-btn.eye-catching-btn .arrow-icon {
  transition: transform 0.3s ease;
}

.blog-cta-btn.eye-catching-btn:hover .arrow-icon {
  transform: translateX(-6px);
}

@media (max-width: 600px) {
  .blog-cta-box.compact-version {
    padding: 20px 15px;
    margin: 25px 10px;
  }

  .blog-cta-btn.eye-catching-btn {
    font-size: 17px;
    padding: 14px 20px;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-cta-btn.eye-catching-btn {
    animation: none;
  }
}

.single-product .product-main {
  padding-bottom: 0 !important;
}
