/* Magazine layout blocks — pull quotes, side figures, tips (public + admin preview) */

.magazine-pull-quote,
.magazine-post-body blockquote.magazine-pull-quote,
.article-body.magazine-post-body blockquote.magazine-pull-quote {
  position: relative;
  margin: 2.5rem 0;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border: none;
  border-right: 4px solid var(--cyan, #0ea5e9);
  background: transparent;
  quotes: none;
}

.magazine-pull-quote::before,
.magazine-post-body blockquote.magazine-pull-quote::before,
.article-body.magazine-post-body blockquote.magazine-pull-quote::before {
  content: "\201D";
  position: absolute;
  top: -0.15em;
  right: 0.85rem;
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(14, 165, 233, 0.18);
  pointer-events: none;
  font-family: Georgia, "Times New Roman", serif;
}

.magazine-pull-quote p,
.magazine-post-body blockquote.magazine-pull-quote p,
.article-body.magazine-post-body blockquote.magazine-pull-quote p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.7;
  color: #1f2937;
}

html[dir="rtl"] .magazine-pull-quote,
html[dir="rtl"] .magazine-post-body blockquote.magazine-pull-quote,
html[dir="rtl"] .article-body.magazine-post-body blockquote.magazine-pull-quote {
  border-right: none;
  border-left: 4px solid var(--cyan, #0ea5e9);
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}

html[dir="rtl"] .magazine-pull-quote::before,
html[dir="rtl"] .magazine-post-body blockquote.magazine-pull-quote::before,
html[dir="rtl"] .article-body.magazine-post-body blockquote.magazine-pull-quote::before {
  right: auto;
  left: 0.85rem;
}

html[dir="rtl"] .magazine-pull-quote p,
html[dir="rtl"] .magazine-post-body blockquote.magazine-pull-quote p,
html[dir="rtl"] .article-body.magazine-post-body blockquote.magazine-pull-quote p {
  color: rgba(240, 244, 255, 0.92);
}

.magazine-pull-quote > :first-child,
.magazine-post-body blockquote > :first-child {
  margin-top: 0;
}

.magazine-pull-quote > :last-child,
.magazine-post-body blockquote > :last-child {
  margin-bottom: 0;
}

/* Side image + wrapping text (float) */
.magazine-side-figure {
  width: min(100%, 16rem);
  margin: 0.5rem 0 1.25rem;
}

.magazine-side-figure--left {
  float: left;
  margin-right: 1.5rem;
}

.magazine-side-figure--right {
  float: right;
  margin-left: 1.5rem;
}

.magazine-side-figure figcaption {
  margin-top: 0.4rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #9ca3af;
  font-style: italic;
}

.magazine-post-body::after,
.article-body.magazine-post-body::after,
.magazine-section-clear {
  content: "";
  display: table;
  clear: both;
}

.magazine-post-body img,
.article-body.magazine-post-body img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: clamp(0.5rem, 4%, 1.5rem);
}

.magazine-post-body figure:not(.magazine-side-figure),
.article-body.magazine-post-body figure:not(.magazine-side-figure) {
  margin: 1.75rem 0;
}

.magazine-post-body figure:not(.magazine-side-figure) img,
.article-body.magazine-post-body figure:not(.magazine-side-figure) img {
  width: 100%;
  border-radius: clamp(0.75rem, 3.5%, 1.5rem);
}

.magazine-post-body figure:not(.magazine-side-figure) figcaption,
.article-body.magazine-post-body figure:not(.magazine-side-figure) figcaption {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #9ca3af;
  font-style: italic;
  text-align: center;
}

.magazine-post-body .magazine-side-figure img,
.article-body.magazine-post-body .magazine-side-figure img,
.magazine-side-figure img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
  border-radius: clamp(0.5rem, 6%, 0.875rem);
}

@media (max-width: 767px) {
  .magazine-side-figure,
  .magazine-side-figure--left,
  .magazine-side-figure--right {
    float: none;
    width: 100%;
    margin: 0 0 1.25rem;
  }

  .magazine-post-body .magazine-side-figure img,
  .article-body.magazine-post-body .magazine-side-figure img,
  .magazine-side-figure img {
    height: 14rem;
    border-radius: clamp(0.75rem, 4%, 1.25rem);
  }
}

/* Practical tips callout */
.magazine-tips,
.magazine-post-body .magazine-tips,
.article-body.magazine-post-body .magazine-tips {
  margin: 2.5rem 0;
  padding: 1.5rem;
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  border-radius: 1rem;
  direction: rtl;
}

.magazine-tips__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.magazine-tips__header-icon,
.magazine-tips__icon {
  flex-shrink: 0;
  display: block;
  background-color: #16a34a;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.magazine-tips__header-icon {
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
}

.magazine-tips__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #15803d;
  letter-spacing: 0.04em;
}

.magazine-tips__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .magazine-tips__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.5rem;
  }
}

.magazine-tips__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.magazine-tips__icon {
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0.5rem;
  background-color: transparent;
  background-image: none;
  border-radius: 0.75rem;
  border: 1px solid #dcfce7;
  background-color: #fff;
  position: relative;
}

.magazine-tips__icon::after {
  content: "";
  position: absolute;
  inset: 0.45rem;
  background-color: #16a34a;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.magazine-tips__icon--calendar::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
}

.magazine-tips__icon--trail::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M8 3l4 8 5-5 5 15H2L8 3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M8 3l4 8 5-5 5 15H2L8 3z'/%3E%3C/svg%3E");
}

.magazine-tips__icon--pack::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 10a4 4 0 014-4h8a4 4 0 014 4v10H4V10z'/%3E%3Cpath d='M9 6V4a3 3 0 016 0v2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 10a4 4 0 014-4h8a4 4 0 014 4v10H4V10z'/%3E%3Cpath d='M9 6V4a3 3 0 016 0v2'/%3E%3C/svg%3E");
}

.magazine-tips__icon--book::after,
.magazine-tips__icon--tree::after,
.magazine-tips__icon--star::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 22v-7M5 12H2a10 10 0 0120 0h-3M12 2v3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 22v-7M5 12H2a10 10 0 0120 0h-3M12 2v3'/%3E%3C/svg%3E");
}

.magazine-tips__item-title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1f2937;
}

.magazine-tips__item-text {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #6b7280;
}

/* Admin preview tab — light text on dark shell */
.post-editor-preview.magazine-post-body {
  color: rgba(240, 244, 255, 0.85);
  line-height: 1.7;
  font-size: 0.9rem;
}

.post-editor-preview.magazine-post-body .magazine-pull-quote p {
  color: rgba(240, 244, 255, 0.92);
}

.post-editor-preview.magazine-post-body .magazine-tips__item-title {
  color: #1f2937;
}
