main {
  background: var(--bg-gradient-2);
  padding:0 0 40px 0;
}
/* ===== Single Blog Hero Section ===== */
#spk-sglblg-sec {
  background: var(--primary-color);
}

.spk-sglblg-title {
  color: #4b5563;
  font-size: var(--h4-font-size);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.spk-sglblg-excerpt {
  color: #9ca3af;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
}

.spk-sglblg-thumb {
  border-radius: 30px;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid var(--theme-color-1);
  overflow: hidden;
}
.spk-sglblg-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
/* Sidebar ad */
.spk-sglblg-ad-banner {
  position: sticky;
  top: 1rem;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  .spk-sglblg-thumb {
    min-height: 260px;
    font-size: 2rem;
  }

  .spk-sglblg-ad-banner {
    position: static;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .spk-sglblg-thumb {
    min-height: 200px;
    font-size: 1.6rem;
  }
}

/* ===== HACCP Promo Section ===== */
.spk-sglblg-promo {
  padding: 3rem 1rem;
}

.spk-sglblg-promo-container {
  max-width: 1140px;
  margin: 0 auto;
}

.spk-sglblg-promo-heading {
  color: var(--theme-color-1);
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.spk-sglblg-promo-subtext {
  color: var(--theme-color-1);
  opacity: 0.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.spk-sglblg-promo-card {
  display: flex;
  align-items: stretch;
  background: var(--primary-color);
  border: 2px solid var(--theme-color-1);
  border-radius: 24px;
  max-width: 560px;
  overflow: hidden;
}

.spk-sglblg-promo-img {
  flex: 0 0 180px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spk-sglblg-promo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spk-sglblg-promo-body {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spk-sglblg-promo-title {
  color: var(--theme-color-8);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.spk-sglblg-promo-text {
  color: var(--theme-color-1);
  opacity: 0.75;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}
.spk-sglblg-promo-btn {
  border-radius: 8px;
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  align-self: flex-start;
}

/* ===== Responsive ===== */
@media (max-width: 575.98px) {
  .spk-sglblg-promo-card {
    flex-direction: column;
    max-width: 100%;
  }

  .spk-sglblg-promo-img {
    flex: 0 0 200px;
    width: 100%;
  }
}
