/* Editorial boutique homepage */
.ed-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-gold);
}

.ed-kicker--on-dark {
  color: #f3e6c8;
}

.ed-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
}

.ed-btn:hover {
  transform: translateY(-1px);
}

.ed-btn--gold {
  background: var(--primary-color);
  color: var(--on-primary);
}

.ed-btn--ghost {
  background: transparent;
  border-color: var(--border-color);
  color: var(--secondary-color);
}

.ed-btn--ghost:hover {
  border-color: var(--rose-gold);
  color: var(--rose-gold);
}

.ed-btn--light {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fffdf8;
}

.ed-hero {
  position: relative;
  min-height: calc(100dvh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fffdf8;
}

.ed-hero__media,
.ed-hero__veil {
  position: absolute;
  inset: 0;
}

.ed-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.ed-hero__veil {
  background: linear-gradient(
    180deg,
    rgba(28, 22, 16, 0.28) 0%,
    rgba(28, 22, 16, 0.55) 45%,
    rgba(28, 22, 16, 0.72) 100%
  );
}

.ed-hero__copy {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 24px 56px;
  max-width: var(--container-width);
  text-align: center;
}

.ed-hero__title {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 5vw, 4.1rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.ed-hero__title em {
  font-style: italic;
  font-weight: 600;
  color: var(--primary-color);
}

.ed-hero__sub {
  margin: 0 auto 24px;
  max-width: 36em;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 253, 248, 0.88);
}

.ed-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ed-mast {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 28px 20px 8px;
}

.ed-mast__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-color);
}

.ed-mast__title {
  margin: 0 0 6px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ed-mast__sub {
  margin: 0;
  color: var(--dark-gray, #666);
  max-width: 38em;
}

.ed-mast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ed-ticker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  border-bottom: 0;
}

.ed-ticker__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 12px 14px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(42, 34, 24, 0.05);
  text-align: center;
}

.ed-ticker__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 4px;
  border-radius: 50%;
  background: var(--primary-light, #f3e6c0);
  color: var(--on-primary, #3a2f26);
  font-size: 0.88rem;
}

.ed-ticker__val {
  font-size: clamp(1.02rem, 2.4vw, 1.28rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--secondary-color);
  max-width: 100%;
  overflow-wrap: anywhere;
}

.ed-ticker__lbl {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--rose-gold);
}

@media (min-width: 1024px) {
  .ed-ticker {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
  }

  .ed-ticker__item {
    padding: 20px 10px 18px;
  }
}

.ed-lookbook {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 48px 20px 20px;
  scroll-margin-top: 140px;
}

.ed-lookbook__head {
  margin-bottom: 22px;
}

.ed-lookbook__title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ed-lookbook__sub {
  margin: 8px 0 0;
  color: var(--dark-gray, #666);
}

.ed-lookbook__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ed-lookbook__tile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: var(--secondary-color);
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(42, 34, 24, 0.05);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.ed-lookbook__tile:hover {
  border-color: var(--rose-gold, #c9a27c);
  box-shadow: 0 10px 24px rgba(42, 34, 24, 0.1);
  transform: translateY(-3px);
}

.ed-lookbook__media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: linear-gradient(160deg, #f7efe6 0%, #e6d4c4 55%, #c99588 100%);
}

.ed-lookbook__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.ed-lookbook__tile:hover .ed-lookbook__media img {
  transform: scale(1.05);
}

.ed-lookbook__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(42, 34, 24, 0.28);
  font-size: 1.6rem;
}

.ed-lookbook__caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 11px 12px 13px;
}

.ed-lookbook__name {
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--secondary-color);
}

.ed-lookbook__go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--rose-gold, #c9a27c);
}

.ed-lookbook__go i {
  font-size: 0.62rem;
}

.ed-lookbook--circles .ed-lookbook__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 10px;
}

.ed-lookbook--circles .ed-lookbook__tile {
  width: 86px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  align-items: center;
}

.ed-lookbook--circles .ed-lookbook__tile:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: none;
}

.ed-lookbook--circles .ed-lookbook__media {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  aspect-ratio: auto;
  border-radius: 50%;
  border: 2px solid var(--border-color);
  box-shadow: 0 2px 8px rgba(42, 34, 24, 0.07);
  background: linear-gradient(160deg, #faf6f1 0%, #f3e6e0 55%, #ead6cc 100%);
}

.ed-lookbook--circles .ed-lookbook__tile:hover .ed-lookbook__media {
  border-color: var(--primary-color);
}

.ed-lookbook--circles .ed-lookbook__fallback {
  font-size: 1.05rem;
}

.ed-lookbook--circles .ed-lookbook__caption {
  padding: 0;
  align-items: center;
  gap: 0;
}

.ed-lookbook--circles .ed-lookbook__name {
  font-size: 0.74rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ed-lookbook--circles .ed-lookbook__go {
  display: none;
}

@media (min-width: 768px) {
  .ed-lookbook--circles .ed-lookbook__tile {
    width: 104px;
  }

  .ed-lookbook--circles .ed-lookbook__media {
    width: 88px;
    height: 88px;
  }

  .ed-lookbook--circles .ed-lookbook__name {
    font-size: 0.8rem;
  }

  .ed-lookbook--circles .ed-lookbook__caption {
    padding: 0;
  }
}

.ed-story,
.ed-essays,
.ed-faq {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 56px 20px;
}

.ed-story__head,
.ed-faq__head {
  margin-bottom: 28px;
}

.ed-story h2,
.ed-faq h2,
.ed-essay h2,
.ed-cta h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ed-story__strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ed-story__strip li {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(42, 34, 24, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.ed-story__strip li:hover {
  transform: translateY(-4px);
  border-color: var(--rose-gold, #c99588);
  box-shadow: 0 14px 28px rgba(42, 34, 24, 0.1);
}

.ed-story__visual {
  position: relative;
  margin: 0;
  aspect-ratio: 900 / 754;
  overflow: hidden;
  background: linear-gradient(160deg, #faf6f1 0%, #f3e6e0 55%, #ead6cc 100%);
}

.ed-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.ed-story__strip li:hover .ed-story__visual img {
  transform: scale(1.04);
}

.ed-story__num {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--on-primary);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(196, 161, 74, 0.38);
}

.ed-story__copy {
  padding: 16px 18px 20px;
}

.ed-story__strip h3 {
  margin: 0 0 6px;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ed-story__strip p {
  margin: 0;
  color: var(--dark-gray, #666);
  line-height: 1.7;
  font-size: 0.94rem;
}

.ed-essay {
  display: grid;
  gap: 28px;
  align-items: center;
  margin-bottom: 56px;
}

.ed-essay:last-child {
  margin-bottom: 0;
}

.ed-essay__text p:last-child {
  margin-bottom: 0;
  color: var(--dark-gray, #666);
  line-height: 1.85;
  max-width: 38em;
}

.ed-essay__visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  background: linear-gradient(160deg, #faf6f1 0%, #f3e6e0 55%, #ead6cc 100%);
}

.ed-figures {
  --ed-figures-stripe-a: #cbb6a6;
  --ed-figures-stripe-b: #b89a8a;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: none;
  margin: 8px 0 0;
  padding: 36px max(20px, calc(5% + 20px)) 44px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--ed-figures-stripe-a);
  background-image: repeating-linear-gradient(
    90deg,
    var(--ed-figures-stripe-a) 0 22px,
    var(--ed-figures-stripe-b) 22px 44px
  );
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ed-figures::before,
.ed-figures::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ed-figures::before {
  inset: 0;
  background:
    radial-gradient(
      80% 70% at 8% 112%,
      rgba(58, 38, 32, 0.5) 0%,
      transparent 58%
    ),
    radial-gradient(
      55% 80% at 92% -8%,
      rgba(92, 58, 48, 0.38) 0%,
      transparent 62%
    ),
    linear-gradient(180deg, rgba(255, 248, 240, 0.08), rgba(62, 40, 34, 0.12));
}

.ed-figures::after {
  top: 22px;
  left: 6%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(221, 192, 106, 0.22);
}

.ed-figures__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px 12px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(42, 34, 24, 0.05);
}

.ed-figures__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 4px;
  border-radius: 50%;
  background: var(--primary-light, #f3e6c0);
  color: var(--on-primary, #3a2f26);
  font-size: 0.95rem;
}

.ed-figures strong {
  display: block;
  margin: 0;
  font-size: clamp(1.45rem, 3.2vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--secondary-color);
}

.ed-figures__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--rose-gold);
}

@media (min-width: 768px) {
  .ed-figures {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 48px max(20px, calc(5% + 20px)) 56px;
  }

  .ed-figures__item {
    padding: 28px 16px 26px;
  }
}

.ed-faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--border-color);
}

.ed-faq .landing-faq-item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ed-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #3a2f26;
  color: #faf6f1;
  padding: 64px 20px;
  text-align: center;
}

.ed-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.15;
  background-image: url("../images/slider/cta-accessories.svg");
  background-repeat: repeat;
  background-size: 220px 220px;
  background-position: 0 0;
}

.ed-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.ed-cta p {
  margin: 12px 0 24px;
  color: rgba(255, 253, 248, 0.8);
  line-height: 1.8;
}

.ed-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ed-cta .ed-btn--ghost {
  border-color: rgba(255, 253, 248, 0.35);
  color: #fffdf8;
}

@media (min-width: 768px) {
  .ed-lookbook__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }

  .ed-lookbook__caption {
    padding: 14px 14px 16px;
  }

  .ed-lookbook__name {
    font-size: 1.02rem;
  }

  .ed-essay {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .ed-essay--flip .ed-essay__text {
    order: 2;
  }

  .ed-hero__copy {
    padding: 80px 40px;
  }
}

@media (min-width: 1024px) {
  .ed-story__strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .ed-story__copy {
    padding: 18px 20px 22px;
  }

  .ed-story__strip h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .ed-hero__media img {
    object-position: right 30%;
  }
}

@media (max-width: 767px) {
  .ed-hero {
    min-height: calc(100dvh - 112px);
  }

  .ed-hero__copy {
    padding: 32px 18px 40px;
  }
}

/* ═══ صف «ابدأ من هنا» ═══════════════════════════════════════════════ */

.aff-start {
  margin-top: 26px;
}

.aff-start__head {
  margin-bottom: 14px;
}

.aff-start__title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 4px;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--text-color);
}

.aff-start__title i {
  color: var(--primary-color);
  font-size: 0.95rem;
}

.aff-start__sub {
  margin: 0;
  font-size: 0.87rem;
  color: var(--dark-gray);
  line-height: 1.7;
}

.aff-start__rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

/* ═══ مساحة العمل ═══════════════════════════════════════════════════ */

.aff-work {
  margin-top: 34px;
  margin-bottom: 30px;
  scroll-margin-top: 90px;
}

.aff-work__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}

.aff-work__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--text-color);
}

.aff-work__count {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--dark-gray);
}

.aff-work__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  padding: 14px;
  margin-bottom: 18px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 14px;
}

.aff-work__search {
  position: relative;
  flex: 1 1 260px;
  display: flex;
  align-items: center;
}

.aff-work__search i {
  position: absolute;
  right: 13px;
  color: var(--dark-gray);
  font-size: 0.85rem;
  pointer-events: none;
}

.aff-work__search input {
  width: 100%;
  padding: 11px 36px 11px 14px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: #ffffff;
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--text-color);
}

.aff-work__search input:focus {
  outline: none;
  border-color: var(--primary-color);
}

.aff-work__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 0 1 180px;
}

.aff-work__field label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--dark-gray);
}

.aff-work__field select {
  padding: 10px 12px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: #ffffff;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-color);
  cursor: pointer;
}

.aff-work__field select:focus {
  outline: none;
  border-color: var(--primary-color);
}

.aff-work__apply {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  background: var(--primary-color);
  color: #ffffff;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition: var(--transition);
}

.aff-work__apply:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.aff-work__reset {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 14px;
  border-radius: 10px;
  color: var(--dark-gray);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
}

.aff-work__reset:hover {
  color: var(--primary-color);
  background: var(--light-gray);
}

.aff-work__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.aff-work__pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.aff-work__page {
  min-width: 38px;
  padding: 9px 12px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: #ffffff;
  color: var(--text-color);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
}

.aff-work__page:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.aff-work__page.is-current {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--on-primary);
}

.aff-work__page.is-disabled {
  color: var(--medium-gray, #b5b5b5);
  background: #fafafa;
  pointer-events: none;
}

.aff-work__gap {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 24px;
  padding: 0 2px 8px;
  color: var(--dark-gray);
  font-weight: 700;
  letter-spacing: 0.12em;
  user-select: none;
}

.aff-work__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 50px 20px;
  background: #ffffff;
  border: 1px dashed var(--border-color);
  border-radius: 16px;
  text-align: center;
}

.aff-work__empty i {
  font-size: 2rem;
  color: var(--medium-gray);
}

.aff-work__empty p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dark-gray);
}

.aff-work__empty-btn {
  padding: 10px 20px;
  border-radius: 10px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 0.87rem;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .aff-start__rail,
  .aff-work__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .aff-start__rail,
  .aff-work__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .aff-start__rail {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .aff-start__rail::-webkit-scrollbar {
    display: none;
  }

  .aff-start__rail .aff-card {
    flex: 0 0 60%;
    scroll-snap-align: start;
  }

  .aff-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .aff-work__bar {
    padding: 12px;
    gap: 8px;
  }

  .aff-work__field {
    flex: 1 1 calc(50% - 4px);
  }

  .aff-work__apply {
    flex: 1 1 100%;
    justify-content: center;
  }

  .aff-work__reset {
    flex: 1 1 100%;
    justify-content: center;
  }

  .aff-start__rail .aff-card {
    flex-basis: 62%;
  }
}
