/* ============================================================
   ONE STOP MART — INFORMATIONAL PAGES
   Scoped under: .one-stop-mart-storefront .osm-information-page
   Phase 10 — About, Contact, FAQ, Policies, Blog
   ============================================================ */

/* ── Page Container ── */
.one-stop-mart-storefront .osm-information-page {
  background: #ffffff;
  color: #111827;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  min-height: 60vh;
}

/* ── Breadcrumb ── */
.one-stop-mart-storefront .osm-information-page .osm-info-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px 0;
  font-size: 13px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.one-stop-mart-storefront .osm-information-page .osm-info-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}
.one-stop-mart-storefront .osm-information-page .osm-info-breadcrumb a:hover {
  color: #d97706;
}
.one-stop-mart-storefront .osm-information-page .osm-info-breadcrumb span {
  color: #d1d5db;
}

/* ── Hero Section ── */
.one-stop-mart-storefront .osm-information-page .osm-info-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 20px;
  text-align: center;
}
.one-stop-mart-storefront .osm-information-page .osm-info-hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 10px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #111827;
  margin: 0 0 12px;
  line-height: 1.2;
}
.one-stop-mart-storefront .osm-information-page .osm-info-hero-subtitle {
  font-size: 15px;
  color: #6b7280;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ── Container ── */
.one-stop-mart-storefront .osm-information-page .osm-info-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 24px 60px;
}

/* ── Content Card ── */
.one-stop-mart-storefront .osm-information-page .osm-info-content-card {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
@media (max-width: 768px) {
  .one-stop-mart-storefront .osm-information-page .osm-info-content-card {
    padding: 28px 20px;
  }
}

/* ── Section Styling ── */
.one-stop-mart-storefront .osm-information-page .osm-info-section {
  margin-bottom: 32px;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
}
.one-stop-mart-storefront .osm-information-page .osm-info-section:first-of-type {
  border-top: none;
  padding-top: 0;
}
.one-stop-mart-storefront .osm-information-page .osm-info-section-num {
  font-size: 13px;
  font-weight: 700;
  color: #d97706;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
.one-stop-mart-storefront .osm-information-page .osm-info-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-copy {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 12px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-copy:last-child {
  margin-bottom: 0;
}
.one-stop-mart-storefront .osm-information-page .osm-info-list {
  margin: 0 0 16px 20px;
  padding: 0;
}
.one-stop-mart-storefront .osm-information-page .osm-info-list li {
  font-size: 15px;
  line-height: 1.65;
  color: #4b5563;
  margin-bottom: 6px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-update {
  font-size: 13px;
  color: #9ca3af;
  font-style: italic;
  border-top: 1px solid #f3f4f6;
  padding-top: 20px;
  margin-top: 36px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-content-card a {
  color: #d97706;
  text-decoration: underline;
  transition: color 0.2s;
}
.one-stop-mart-storefront .osm-information-page .osm-info-content-card a:hover {
  color: #b45309;
}

/* ── Intro Paragraph (leading text) ── */
.one-stop-mart-storefront .osm-information-page .osm-info-intro {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  color: #374151;
  margin-bottom: 28px;
}

/* ── Highlight Grid (e.g. shipping/returns summary cards) ── */
.one-stop-mart-storefront .osm-information-page .osm-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .one-stop-mart-storefront .osm-information-page .osm-info-grid {
    grid-template-columns: 1fr;
  }
}
.one-stop-mart-storefront .osm-information-page .osm-info-card {
  background: #fefce8;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 24px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-card-icon {
  font-size: 1.3rem;
}
.one-stop-mart-storefront .osm-information-page .osm-info-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* ── Steps (returns page) ── */
.one-stop-mart-storefront .osm-information-page .osm-info-step {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  align-items: flex-start;
}
.one-stop-mart-storefront .osm-information-page .osm-info-step-num {
  background: #f5c004;
  color: #111827;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 2px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-step-title {
  font-weight: 700;
  color: #111827;
  font-size: 15px;
  margin-bottom: 4px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-step-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* ── FAQ ── */
.one-stop-mart-storefront .osm-information-page .osm-info-faq-category {
  margin-bottom: 36px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-category-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111827;
  border-bottom: 2px solid #fde68a;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-item {
  border-bottom: 1px solid #f3f4f6;
  padding: 16px 0;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-item:last-child {
  border-bottom: none;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-item summary {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  user-select: none;
  padding: 4px 0;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-item summary::-webkit-details-marker {
  display: none;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: #d97706;
  transition: transform 0.3s ease;
  line-height: 1;
  margin-left: 16px;
  flex-shrink: 0;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-item[open] summary::after {
  transform: rotate(45deg);
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-item summary:focus-visible {
  outline: 2px solid #f5c004;
  outline-offset: 2px;
  border-radius: 4px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-body {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.65;
  color: #4b5563;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-body p {
  margin: 0 0 8px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-faq-body p:last-child {
  margin-bottom: 0;
}

/* ── Contact Layout ── */
.one-stop-mart-storefront .osm-information-page .osm-info-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .one-stop-mart-storefront .osm-information-page .osm-info-contact-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.one-stop-mart-storefront .osm-information-page .osm-info-contact-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 36px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .one-stop-mart-storefront .osm-information-page .osm-info-contact-card {
    padding: 24px 20px;
  }
}
.one-stop-mart-storefront .osm-information-page .osm-info-contact-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
}

/* ── Contact Form ── */
.one-stop-mart-storefront .osm-information-page .osm-info-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.one-stop-mart-storefront .osm-information-page .osm-info-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
}
.one-stop-mart-storefront .osm-information-page .osm-info-input,
.one-stop-mart-storefront .osm-information-page .osm-info-textarea {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 14px;
  background: #f9fafb;
  color: #111827;
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  font-family: inherit;
}
.one-stop-mart-storefront .osm-information-page .osm-info-input::placeholder,
.one-stop-mart-storefront .osm-information-page .osm-info-textarea::placeholder {
  color: #9ca3af;
}
.one-stop-mart-storefront .osm-information-page .osm-info-input:focus,
.one-stop-mart-storefront .osm-information-page .osm-info-textarea:focus {
  border-color: #f5c004;
  box-shadow: 0 0 0 3px rgba(245, 192, 4, 0.15);
  background: #ffffff;
}
.one-stop-mart-storefront .osm-information-page .osm-info-submit-btn {
  height: 48px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #f5c004;
  color: #111827;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: auto;
}
.one-stop-mart-storefront .osm-information-page .osm-info-submit-btn:hover {
  background: #e0a800;
}
.one-stop-mart-storefront .osm-information-page .osm-info-form-note {
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  padding: 8px 0;
}

/* ── Contact Info Rows ── */
.one-stop-mart-storefront .osm-information-page .osm-info-contact-row {
  border-top: 1px solid #f3f4f6;
  padding: 18px 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.one-stop-mart-storefront .osm-information-page .osm-info-contact-row:first-of-type {
  border-top: none;
  padding-top: 0;
}
.one-stop-mart-storefront .osm-information-page .osm-info-contact-icon {
  background: #fefce8;
  border: 1px solid #fde68a;
  color: #d97706;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.2s;
}
.one-stop-mart-storefront .osm-information-page .osm-info-contact-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.one-stop-mart-storefront .osm-information-page .osm-info-contact-row:hover .osm-info-contact-icon {
  background: #f5c004;
  color: #111827;
  border-color: #f5c004;
}
.one-stop-mart-storefront .osm-information-page .osm-info-contact-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 4px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-contact-text {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}
.one-stop-mart-storefront .osm-information-page .osm-info-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #25D366;
  color: #ffffff;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: auto;
}
.one-stop-mart-storefront .osm-information-page .osm-info-whatsapp-btn:hover {
  background: #1da851;
  color: #ffffff;
}

/* ── Map Section ── */
.one-stop-mart-storefront .osm-information-page .osm-info-map {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  position: relative;
  height: 350px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.one-stop-mart-storefront .osm-information-page .osm-info-map-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 260px;
  z-index: 2;
}
.one-stop-mart-storefront .osm-information-page .osm-info-map-brand {
  font-weight: 700;
  font-size: 14px;
  color: #111827;
  margin-bottom: 4px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-map-addr {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 10px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-map-link {
  font-size: 12px;
  font-weight: 700;
  color: #d97706;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.one-stop-mart-storefront .osm-information-page .osm-info-map-link:hover {
  color: #b45309;
}

/* ── About Page ── */
.one-stop-mart-storefront .osm-information-page--about .osm-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}
@media (max-width: 860px) {
  .one-stop-mart-storefront .osm-information-page--about .osm-about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-step-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid #fde68a;
  background: #fefce8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-step-icon svg {
  width: 20px;
  height: 20px;
  stroke: #d97706;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-step-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 4px;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-step-text {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-photo {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  aspect-ratio: 4/3;
  position: relative;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-photo:hover img {
  transform: scale(1.03);
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-quote {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 24px;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-quote-icon {
  font-size: 2.5rem;
  line-height: 1;
  color: #f5c004;
  font-family: Georgia, serif;
  display: block;
  margin-bottom: 4px;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-quote-headline {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.25;
  color: #111827;
  margin-bottom: 14px;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-quote-rule {
  width: 40px;
  height: 2px;
  background: #f5c004;
  border-radius: 2px;
  margin-bottom: 12px;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-quote-text {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 48px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .one-stop-mart-storefront .osm-information-page--about .osm-about-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-gallery-item:hover img {
  transform: scale(1.06);
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-tagline {
  text-align: center;
  padding: 48px 24px 0;
}
.one-stop-mart-storefront .osm-information-page--about .osm-about-tagline-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d97706;
}

/* ── Blog Listing ── */
.one-stop-mart-storefront .osm-information-page .osm-info-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .one-stop-mart-storefront .osm-information-page .osm-info-blog-grid {
    grid-template-columns: 1fr;
  }
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  border-color: #fde68a;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-image {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #f3f4f6;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-card:hover .osm-info-blog-image img {
  transform: scale(1.05);
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-date {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255,255,255,0.95);
  color: #d97706;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.03em;
  z-index: 2;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-title {
  font-size: 1.15rem;
  color: #111827;
  margin: 0 0 10px;
  line-height: 1.4;
  font-weight: 700;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-title a:hover {
  color: #d97706;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-excerpt {
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0 0 16px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #d97706;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.one-stop-mart-storefront .osm-information-page .osm-info-blog-link:hover {
  color: #b45309;
}

/* ── Blog Pagination ── */
.one-stop-mart-storefront .osm-information-page .osm-info-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-pagination .pagination {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
}
.one-stop-mart-storefront .osm-information-page .osm-info-pagination .page-link {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s;
}
.one-stop-mart-storefront .osm-information-page .osm-info-pagination .page-link:hover {
  border-color: #f5c004;
  color: #d97706;
  background: #fffbeb;
}
.one-stop-mart-storefront .osm-information-page .osm-info-pagination .page-item.active .page-link {
  background: #f5c004;
  border-color: #f5c004;
  color: #111827;
}
.one-stop-mart-storefront .osm-information-page .osm-info-pagination .page-item.disabled .page-link {
  background: #f9fafb;
  color: #d1d5db;
  cursor: not-allowed;
}

/* ── Blog Detail Article ── */
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-article-header {
  text-align: center;
  margin-bottom: 36px;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  color: #9ca3af;
  margin-top: 16px;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-cover {
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  max-height: 420px;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content p {
  margin-bottom: 20px;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content h2 {
  font-size: 1.5rem;
  color: #111827;
  margin: 36px 0 14px;
  font-weight: 700;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content h3 {
  font-size: 1.2rem;
  color: #111827;
  margin: 28px 0 12px;
  font-weight: 700;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content ul,
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content ol {
  margin: 16px 0 20px;
  padding-left: 24px;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content li {
  margin-bottom: 8px;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content blockquote {
  border-left: 3px solid #f5c004;
  background: #fffbeb;
  padding: 16px 24px;
  margin: 24px 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #374151;
  line-height: 1.7;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content strong {
  color: #111827;
  font-weight: 700;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content a {
  color: #d97706;
  text-decoration: underline;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content a:hover {
  color: #b45309;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
  border: 1px solid #e5e7eb;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-footer-brand img {
  width: 40px;
  height: auto;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-footer-name {
  font-weight: 700;
  font-size: 14px;
  color: #111827;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-footer-sub {
  font-size: 12px;
  color: #9ca3af;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-cta-btn {
  display: inline-block;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  background: #f5c004;
  color: #111827;
  text-decoration: none;
  transition: background 0.2s;
}
.one-stop-mart-storefront .osm-information-page--blog-detail .osm-blog-cta-btn:hover {
  background: #e0a800;
}

/* ── Empty State ── */
.one-stop-mart-storefront .osm-information-page .osm-info-empty {
  text-align: center;
  padding: 80px 20px;
  color: #6b7280;
}
.one-stop-mart-storefront .osm-information-page .osm-info-empty-icon {
  font-size: 2.5rem;
  color: #fde68a;
  margin-bottom: 16px;
  display: block;
}
.one-stop-mart-storefront .osm-information-page .osm-info-empty h2 {
  font-size: 1.4rem;
  color: #111827;
  margin: 0 0 8px;
}
.one-stop-mart-storefront .osm-information-page .osm-info-empty p {
  font-size: 14px;
  margin: 0;
}

/* ── Policy Navigation ── */
.one-stop-mart-storefront .osm-information-page .osm-info-policy-nav {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  align-items: center;
}
.one-stop-mart-storefront .osm-information-page .osm-info-policy-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #6b7280;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s;
}
.one-stop-mart-storefront .osm-information-page .osm-info-policy-nav a:hover,
.one-stop-mart-storefront .osm-information-page .osm-info-policy-nav a.active {
  color: #b45309;
  background: #fefce8;
}
.one-stop-mart-storefront .osm-information-page .osm-info-policy-nav span {
  color: #e5e7eb;
}

