.elementor-155878 .elementor-element.elementor-element-0902b93{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-155878 .elementor-element.elementor-element-8a7e07c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-36f1138 *//* ========================================================= */
/* 🔥 DIVINE CONTRIBUTOR 2026 — LIGHT EDITORIAL SYSTEM        */
/* ========================================================= */

.vogue-contributor {
    --ink: #0B0A09;
    --terracotta: #D87052;
    --bone: #F9F7F2;
    --white: #FFFFFF;
    --ease: cubic-bezier(0.19, 1, 0.22, 1);
    
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0 4vw;
    font-family: 'Reddit Sans', sans-serif !important;
    color: var(--ink);
}

/* =========== 1. HERO & PATHS =========== */

.contributor-hero {
    text-align: center;
    padding: 100px 0 60px;
}

.vogue-category-tag {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.75rem;
    color: var(--terracotta);
    margin-bottom: 15px;
}

.contributor-hero .vogue-title {
    font-weight: 900 !important;
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.vogue-intro {
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.5;
    opacity: 0.8;
}

.vogue-paths-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.vogue-path-card {
    background: var(--white);
    padding: 50px 40px;
    text-align: left;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.4s var(--ease);
}

.vogue-path-card:hover {
    transform: translateY(-10px);
    border-color: var(--terracotta);
    box-shadow: 20px 20px 0px 0px rgba(216, 112, 82, 0.05);
}

.vogue-path-sponsored {
    background: var(--bone) !important;
}

.vogue-path-status {
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--terracotta);
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}

.vogue-path-heading {
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

/* =========== 2. WISHLIST & PILLARS =========== */

.vogue-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0 80px;
}

.vogue-wish-item {
    padding: 35px;
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.vogue-wish-item:hover {
    background: var(--bone);
}

.vogue-wish-tag {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--terracotta);
    letter-spacing: 2px;
}

/* =========== 3. GUIDELINES (LIGHT VERSION) =========== */

.vogue-guidelines-card {
    background: var(--bone) !important;
    padding: 80px 60px;
    margin: 100px 0;
    border: 1px solid rgba(0,0,0,0.05);
}

.vogue-guideline {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.vogue-guideline-icon {
    font-size: 1.5rem;
    color: var(--terracotta);
}

.vogue-prohibited {
    background: rgba(0,0,0,0.03) !important;
    padding: 40px;
    border-left: 4px solid #ff4d4d;
    margin-top: 60px;
}

/* =========== 4. SUBMISSION SYSTEM =========== */

.vogue-submission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

.vogue-policy-card, .vogue-process-card {
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 45px;
}

/* =========== 5. BUTTONS & SIGNATURE =========== */

.vogue-btn-path, .vogue-btn-path-alt, .vogue-btn-primary {
    display: inline-block;
    padding: 18px 35px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 11px;
    text-decoration: none;
    transition: 0.3s var(--ease);
}

.vogue-btn-path { background: var(--ink); color: var(--white); }
.vogue-btn-path-alt { background: var(--terracotta); color: var(--white); }
.vogue-btn-primary { background: var(--terracotta); color: var(--white) !important; }

.vogue-btn-primary:hover { background: var(--ink); transform: translateY(-3px); }

.vogue-editor-note {
    text-align: center;
    padding: 80px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .vogue-guidelines-card { padding: 40px 25px; }
    .vogue-submission-grid { grid-template-columns: 1fr; }
}

/* =============================================================
   CONTRIBUTOR HUB — ARCHITECTURAL LIGHT SYSTEM (2026)
   Matches Divine Guidelines styling, spacing, and motion
============================================================= */

.vogue-contributor {
    --ink: #0B0A09;
    --terracotta: #D87052;
    --bone: #F9F7F2;
    --white: #FFFFFF;
    --ease: cubic-bezier(0.19, 1, 0.22, 1);

    max-width: 1100px;
    margin: 0 auto 100px;
    padding: 0 4vw;
    font-family: 'Reddit Sans', sans-serif !important;
    color: var(--ink);
}

/* =============================================================
   HERO
============================================================= */

.contributor-hero {
    text-align: center;
    padding: 100px 0 60px;
    position: relative;
}

.vogue-category-tag {
    display: inline-block;
    background: var(--terracotta);
    color: var(--white);
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 20px;
}

.contributor-hero .vogue-title {
    font-weight: 900;
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contributor-hero .vogue-intro {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 20px;
    color: #444;
}

/* =============================================================
   PATHS TO PUBLICATION
============================================================= */

.vogue-paths-banner {
    margin-top: 60px;
    padding: 60px 40px;
    background: var(--bone);
    border: 1px solid rgba(0,0,0,0.06);
}

.vogue-paths-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.vogue-path-card {
    background: var(--white);
    padding: 40px 30px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: var(--ease) 0.4s;
}

.vogue-path-card:hover {
    transform: translateY(-8px);
    box-shadow: 12px 12px 0 rgba(216,112,82,0.08);
}

.vogue-path-sponsored {
    border-color: var(--terracotta);
}

.vogue-path-icon {
    font-size: 2rem;
    color: var(--terracotta);
    margin-bottom: 20px;
}

.vogue-path-heading {
    font-weight: 900;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.vogue-path-status {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--terracotta);
    margin-bottom: 15px;
}

.vogue-path-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.vogue-btn-path,
.vogue-btn-path-alt {
    display: inline-block;
    padding: 14px 28px;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
    transition: 0.3s var(--ease);
}

.vogue-btn-path {
    background: var(--terracotta);
    color: var(--white);
}

.vogue-btn-path:hover {
    background: var(--ink);
    transform: translateY(-4px);
}

.vogue-btn-path-alt {
    background: var(--ink);
    color: var(--white);
}

.vogue-btn-path-alt:hover {
    background: var(--terracotta);
    transform: translateY(-4px);
}

/* =============================================================
   WHY WRITE FOR DIVINE
============================================================= */

.vogue-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.vogue-pillar {
    text-align: center;
    padding: 20px;
}

.vogue-icon {
    font-size: 2rem;
    color: var(--terracotta);
    margin-bottom: 15px;
}

.vogue-pillar-title {
    font-weight: 900;
    margin-bottom: 10px;
}

/* =============================================================
   EDITORIAL WISHLIST
============================================================= */

.vogue-editorial-wishlist {
    margin-top: 60px;
}

.vogue-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.vogue-wish-item {
    background: var(--bone);
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: var(--ease) 0.4s;
}

.vogue-wish-item:hover {
    transform: translateY(-6px);
    box-shadow: 10px 10px 0 rgba(216,112,82,0.08);
}

.vogue-wish-tag {
    display: inline-block;
    background: var(--terracotta);
    color: var(--white);
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* =============================================================
   CONTRIBUTOR STANDARD
============================================================= */

.vogue-guidelines-card {
    background: var(--bone);
    padding: 50px 40px;
    border: 1px solid rgba(0,0,0,0.06);
    margin-top: 40px;
}

.vogue-guidelines-list {
    display: grid;
    gap: 30px;
    margin-bottom: 40px;
}

.vogue-guideline {
    display: flex;
    gap: 20px;
}

.vogue-guideline-icon {
    font-size: 1.6rem;
    color: var(--terracotta);
}

.vogue-guideline-title {
    font-weight: 900;
    margin-bottom: 6px;
}

.vogue-prohibited {
    margin-top: 40px;
}

.vogue-prohibited-title {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.vogue-prohibited-list {
    list-style: none;
    padding: 0;
}

.vogue-prohibited-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* =============================================================
   SUBMISSION RULES
============================================================= */

.vogue-submission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.vogue-policy-card,
.vogue-process-card {
    background: var(--white);
    padding: 40px 30px;
    border: 1px solid rgba(0,0,0,0.06);
}

.vogue-policy-title {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.vogue-policy-list {
    list-style: none;
    padding: 0;
}

.vogue-policy-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.vogue-process-list {
    padding-left: 20px;
    line-height: 1.6;
}

.vogue-editor-note {
    text-align: center;
    margin: 60px 0 20px;
}

.vogue-contact-footer {
    text-align: center;
    margin-top: 20px;
}

/* =============================================================
   RESPONSIVE
============================================================= */

@media (max-width: 768px) {
    .vogue-paths-grid,
    .vogue-pillars-grid,
    .vogue-wishlist-grid,
    .vogue-submission-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0426008 *//* =============================================================
   EDITORIAL SUBMISSION FAQ — ARCHITECTURAL LIGHT SYSTEM (2026)
   Matches Contributor Hub + Guidelines styling
============================================================= */

.editorial-faq {
    max-width: 900px;
    margin: 100px auto;
    padding: 60px 40px;
    background: var(--bone);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 4px;
    box-shadow: 12px 12px 0 rgba(216,112,82,0.08);
}

.editorial-faq .heading-playfair {
    font-family: 'Reddit Sans', sans-serif !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    text-align: center;
    margin-bottom: 40px;
    color: var(--ink);
}

/* Accordion container */
.editorial-faq .faq-accordion {
    border: 1px solid rgba(0,0,0,0.08);
    background: var(--white);
    border-radius: 4px;
    overflow: hidden;
}

/* Each FAQ item */
.editorial-faq .faq-item + .faq-item {
    border-top: 1px solid rgba(0,0,0,0.08);
}

/* Hidden checkbox */
.editorial-faq .accordion-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Question row */
.editorial-faq .accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    color: var(--ink);
    background: var(--white);
    transition: background 0.3s var(--ease), color 0.3s var(--ease);
}

/* Chevron indicator */
.editorial-faq .accordion-title::after {
    content: "+";
    font-size: 1.3rem;
    color: var(--terracotta);
    transition: transform 0.3s var(--ease), color 0.3s var(--ease);
}

/* Hover state */
.editorial-faq .accordion-title:hover {
    background: rgba(216,112,82,0.05);
}

/* Open state */
.editorial-faq .accordion-toggle:checked + .accordion-title {
    background: rgba(216,112,82,0.08);
}

.editorial-faq .accordion-toggle:checked + .accordion-title::after {
    content: "–";
    transform: translateY(1px);
}

/* Answer body */
.editorial-faq .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 26px;
    background: var(--white);
    transition: max-height 0.35s var(--ease), padding 0.3s var(--ease);
}

.editorial-faq .accordion-content p {
    margin: 0;
    padding: 0 0 22px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

/* Open content */
.editorial-faq .accordion-toggle:checked ~ .accordion-content {
    max-height: 260px;
    padding-top: 10px;
    padding-bottom: 22px;
}

/* Links inside FAQ */
.editorial-faq a {
    color: var(--terracotta);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.editorial-faq a:hover {
    color: var(--ink);
}

/* Responsive */
@media (max-width: 768px) {
    .editorial-faq {
        padding: 40px 20px;
        margin: 60px auto;
    }
    .editorial-faq .accordion-title {
        padding: 18px 20px;
    }
    .editorial-faq .accordion-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}/* End custom CSS */
/* Start custom CSS *//* === Divine Magazine – Contribute Page (elementor-155878) === */

/* Page background + base text */
.elementor-155878 {
  background: radial-gradient(circle at top left, #fff8f0 0%, #fffaf6 45%, #ffffff 100%);
  color: #2a1e16;
}

/* GENERAL TYPOGRAPHY */
.elementor-155878 p,
.elementor-155878 li {
  color: #3f2e23;
  line-height: 1.6;
  font-size: 0.97rem;
}

/* FOXIZ HEADINGS (Become a Guest Writer, Benefits, Guidelines, etc.) */
.elementor-155878 .block-h.heading-layout-10 .heading-title span {
  color: #2a1e16;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 0.35rem;
}

/* Terracotta–gold underline under Foxiz headings */
.elementor-155878 .block-h.heading-layout-10 .heading-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b02a2a, #d4af37);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.7);
}

/* Elementor default heading (Forbidden topics...) */
.elementor-155878 h2.elementor-heading-title {
  color: #2a1e16;
  position: relative;
  font-weight: 700;
  padding-bottom: 0.35rem;
  letter-spacing: 0.03em;
}

.elementor-155878 h2.elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b02a2a, #d4af37);
}

/* IMAGE under “Become a Guest Writer” */
.elementor-155878 .elementor-element-2e2960c img {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

/* TEXT EDITOR BLOCKS (main guidelines content) */
.elementor-155878 .elementor-widget-text-editor p span[style*="color: #000000"],
.elementor-155878 .elementor-widget-text-editor p {
  color: #3f2e23 !important;
}

/* Lists inside text editors */
.elementor-155878 .elementor-widget-text-editor ul {
  padding-left: 1.2rem;
  margin-bottom: 0.8rem;
}

.elementor-155878 .elementor-widget-text-editor ul li {
  margin-bottom: 0.35rem;
}

/* DIVIDERS */
.elementor-155878 .elementor-widget-divider .elementor-divider-separator {
  border-top: 1px solid rgba(176, 42, 42, 0.25);
}

/* ALERT BOXES (Elementor alert widgets) */
.elementor-155878 .elementor-widget-alert .elementor-alert {
  border-radius: 14px;
  border: 1px solid rgba(176, 42, 42, 0.2);
  background: #fff8f0;
  box-shadow: 0 10px 30px rgba(176, 42, 42, 0.12);
  padding: 1rem 1.2rem;
}

.elementor-155878 .elementor-widget-alert .elementor-alert-title {
  color: #2a1e16;
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
}

.elementor-155878 .elementor-widget-alert .elementor-alert-description {
  color: #4b382b;
  font-size: 0.95rem;
}

/* RB SUBMISSION FORM WRAPPER (rbsm) */
.elementor-155878 .rbsm-container .rbsm-form-wrap {
  background: #fffdf9;
  border-radius: 18px;
  padding: 1.8rem 1.8rem 2.2rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(176, 42, 42, 0.12);
}

/* Form main titles inside rbsm */
.elementor-155878 .rbsm-input-title {
  color: #2a1e16;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/* Helper text under titles */
.elementor-155878 .rbsm-input-hind {
  color: #5b4738;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

/* v-field inputs in rbsm */
.elementor-155878 .rbsm-form-wrap .v-field {
  border-radius: 999px;
  background-color: #ffffff;
}

.elementor-155878 .rbsm-form-wrap .v-field__field .v-field__input,
.elementor-155878 .rbsm-form-wrap .v-field__field input,
.elementor-155878 .rbsm-form-wrap .v-field__field textarea {
  color: #2a1e16;
}

/* Textarea variant */
.elementor-155878 .rbsm-form-wrap .v-textarea .v-field {
  border-radius: 16px;
}

/* Submit button */
.elementor-155878 .rbsm-submit-btn.rbsm-btn-primary {
  background: linear-gradient(135deg, #b02a2a, #d4af37);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.85rem 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 12px 32px rgba(176, 42, 42, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.elementor-155878 .rbsm-submit-btn.rbsm-btn-primary:hover,
.elementor-155878 .rbsm-submit-btn.rbsm-btn-primary:focus-visible {
  background: linear-gradient(135deg, #8f3d29, #f0c56b);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(47, 92, 58, 0.45);
}

/* PDF VIEWER BLOCK */
.elementor-155878 #uc_pdf_viewer_elementor_0d8c0d5 {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
  background: #fffdf9;
}

.elementor-155878 #uc_pdf_viewer_elementor_0d8c0d5 .ue-pdf-viewer-fullscreen {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #b02a2a;
  font-weight: 600;
}

/* RESPONSIVE TWEAKS */
@media (max-width: 768px) {
  .elementor-155878 .elementor-section.elementor-top-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .elementor-155878 .rbsm-container .rbsm-form-wrap {
    padding: 1.4rem 1.2rem 1.8rem;
  }
}/* End custom CSS */