/* Final isolated layout normalization for the expired-domain service page. */
.page-service-drop-domains .drop-domain-page{
  --drop-page-content-width:1320px;
  overflow:hidden;
}

/* Every page section uses the same content width as the definition section. */
.page-service-drop-domains .drop-domain-page > section > .container{
  box-sizing:border-box !important;
  width:min(var(--drop-page-content-width),calc(100% - 48px)) !important;
  max-width:var(--drop-page-content-width) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Sections with custom grids must never become wider than their container. */
.page-service-drop-domains .drop-domain-page > section > .container > *{
  min-width:0;
  max-width:100%;
}
.page-service-drop-domains .drop-domain-page img{
  max-width:100%;
}

/* FAQ uses the same proven service-page structure and spacing. */
.page-service-drop-domains .drop-domain-faq-section{
  position:relative;
  padding:72px 0 82px;
  background:#fff;
}
.page-service-drop-domains .drop-domain-faq-section .faq-head{
  margin:0 auto 30px;
  text-align:center;
}
.page-service-drop-domains .drop-domain-faq-section .faq-head h2{
  margin:14px 0 0;
}
.page-service-drop-domains .drop-domain-faq-section .faq-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  width:100%;
  margin:0;
}
.page-service-drop-domains .drop-domain-faq-section .faq-item{
  width:100%;
  margin:0;
}
.page-service-drop-domains .drop-domain-faq-section .faq-question,
.page-service-drop-domains .drop-domain-faq-section .faq-answer-inner{
  box-sizing:border-box;
}

@media (max-width:1024px){
  .page-service-drop-domains .drop-domain-page > section > .container{
    width:calc(100% - 36px) !important;
  }
  .page-service-drop-domains .drop-domain-faq-section{
    padding:62px 0 70px;
  }
}

@media (max-width:720px){
  .page-service-drop-domains .drop-domain-page > section > .container{
    width:calc(100% - 24px) !important;
  }
  .page-service-drop-domains .drop-domain-faq-section{
    padding:50px 0 58px;
  }
  .page-service-drop-domains .drop-domain-faq-section .faq-head{
    margin-bottom:22px;
  }
  .page-service-drop-domains .drop-domain-faq-section .faq-grid{
    gap:10px;
  }
}

@media (max-width:390px){
  .page-service-drop-domains .drop-domain-page > section > .container{
    width:calc(100% - 20px) !important;
  }
}

/* ======================================================================
   2026-08-06 — examples slider + archive/use-case image scale corrections
   Loaded last on the expired-domain page to neutralize earlier conflicts.
   ====================================================================== */

/* ---------- Daily examples: keep all three cards inside 1320px ---------- */
.page-service-drop-domains .drop-examples-v2__grid,
.page-service-drop-domains .drop-examples-v2__card,
.page-service-drop-domains .drop-examples-v2__table,
.page-service-drop-domains .drop-examples-v2__labels,
.page-service-drop-domains .drop-examples-v2__row{
  box-sizing:border-box !important;
  min-width:0 !important;
  max-width:100% !important;
}

@media (min-width:1251px){
  .page-service-drop-domains .drop-examples-v2__grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:14px !important;
    width:100% !important;
    overflow:visible !important;
  }
  .page-service-drop-domains .drop-examples-v2__card{
    width:100% !important;
    padding:14px !important;
    overflow:hidden !important;
  }
  .page-service-drop-domains .drop-examples-v2__card-head{
    grid-template-columns:118px minmax(0,1fr) !important;
    gap:9px !important;
    min-height:96px !important;
  }
  .page-service-drop-domains .drop-examples-v2__hero-icon{
    width:112px !important;
    height:82px !important;
  }
  .page-service-drop-domains .drop-examples-v2__card-head h3{
    font-size:20px !important;
    overflow-wrap:anywhere;
  }
  .page-service-drop-domains .drop-examples-v2__labels,
  .page-service-drop-domains .drop-examples-v2__row{
    width:100% !important;
    grid-template-columns:minmax(94px,1.55fr) 28px 32px minmax(54px,.82fr) 48px 58px !important;
    gap:4px !important;
  }
  .page-service-drop-domains .drop-examples-v2__labels{
    padding-inline:7px !important;
    font-size:8.5px !important;
  }
  .page-service-drop-domains .drop-examples-v2__labels span:first-child{
    padding-left:31px !important;
  }
  .page-service-drop-domains .drop-examples-v2__row{
    min-height:52px !important;
    padding:6px !important;
  }
  .page-service-drop-domains .drop-examples-v2__domain{
    grid-template-columns:26px minmax(0,1fr) !important;
    gap:5px !important;
  }
  .page-service-drop-domains .drop-examples-v2__domain img{
    width:24px !important;
    height:24px !important;
  }
  .page-service-drop-domains .drop-examples-v2__domain strong{
    min-width:0 !important;
    font-size:11.5px !important;
  }
  .page-service-drop-domains .drop-examples-v2__metric span,
  .page-service-drop-domains .drop-examples-v2__theme span{
    display:block !important;
    min-width:0 !important;
    font-size:10px !important;
    line-height:1.15 !important;
    overflow-wrap:anywhere;
  }
  .page-service-drop-domains .drop-examples-v2__price strong{
    font-size:15px !important;
  }
  .page-service-drop-domains .drop-examples-v2__status span{
    width:100% !important;
    min-height:25px !important;
    padding:4px 3px !important;
    font-size:8.5px !important;
    white-space:normal !important;
    overflow-wrap:anywhere;
  }
  .page-service-drop-domains .drop-examples-v2__footer{
    grid-template-columns:34px minmax(0,1fr) !important;
    gap:8px !important;
    margin-top:9px !important;
    padding:9px 10px !important;
    font-size:10.5px !important;
  }
  .page-service-drop-domains .drop-examples-v2__footer img{
    width:30px !important;
    height:30px !important;
  }
}

/* ---------- Daily examples: one full card per horizontal swipe ---------- */
@media (max-width:720px){
  .page-service-drop-domains .drop-examples-v2__grid{
    display:flex !important;
    grid-template-columns:none !important;
    gap:12px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 0 12px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:0;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
  }
  .page-service-drop-domains .drop-examples-v2__card{
    flex:0 0 100% !important;
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    overflow:hidden !important;
  }
  .page-service-drop-domains .drop-examples-v2__table,
  .page-service-drop-domains .drop-examples-v2__row{
    width:100% !important;
  }
  .page-service-drop-domains .drop-examples-v2__row{
    grid-template-columns:minmax(0,1fr) 40px 62px !important;
  }
  .page-service-drop-domains .drop-examples-v2__domain,
  .page-service-drop-domains .drop-examples-v2__theme{
    min-width:0 !important;
  }
  .page-service-drop-domains .drop-examples-v2__domain strong,
  .page-service-drop-domains .drop-examples-v2__theme span{
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
}

/* ---------- Web Archive: illustrations were visually too large ---------- */
@media (min-width:1201px){
  .page-service-drop-domains .drop-archive-v1__card{
    grid-template-columns:52px minmax(0,1fr) 170px !important;
    gap:12px !important;
    min-height:220px !important;
    padding:18px 16px !important;
  }
  .page-service-drop-domains .drop-archive-v1__media{
    width:170px !important;
    max-width:170px !important;
    justify-self:end !important;
    align-self:center !important;
  }
  .page-service-drop-domains .drop-archive-v1__media img{
    width:170px !important;
    max-width:170px !important;
    max-height:150px !important;
    object-fit:contain !important;
  }
}

@media (min-width:761px) and (max-width:1200px){
  .page-service-drop-domains .drop-archive-v1__card{
    grid-template-columns:58px minmax(0,1fr) 190px !important;
    gap:14px !important;
    padding:20px !important;
  }
  .page-service-drop-domains .drop-archive-v1__media{
    width:190px !important;
    max-width:190px !important;
    justify-self:end !important;
    align-self:center !important;
  }
  .page-service-drop-domains .drop-archive-v1__media img{
    width:190px !important;
    max-width:190px !important;
    max-height:165px !important;
  }
}

@media (max-width:760px){
  .page-service-drop-domains .drop-archive-v1__card{
    grid-template-columns:50px minmax(0,1fr) !important;
    gap:12px !important;
    padding:16px !important;
  }
  .page-service-drop-domains .drop-archive-v1__media{
    grid-column:1 / -1 !important;
    width:100% !important;
    max-width:100% !important;
    margin-top:2px !important;
    justify-self:center !important;
    justify-content:center !important;
  }
  .page-service-drop-domains .drop-archive-v1__media img{
    width:160px !important;
    max-width:160px !important;
    max-height:140px !important;
  }
}

/* ---------- Use cases: compact media without inflating the cards ---------- */
@media (min-width:1181px){
  .page-service-drop-domains .drop-domain-use-card{
    min-height:340px !important;
    padding:18px 18px 20px !important;
  }
  .page-service-drop-domains .drop-domain-use-card__media{
    height:112px !important;
    margin:2px 0 8px !important;
  }
  .page-service-drop-domains .drop-domain-use-card__media img{
    width:auto !important;
    max-width:76% !important;
    max-height:108px !important;
  }
}

@media (min-width:641px) and (max-width:1180px){
  .page-service-drop-domains .drop-domain-use-card{
    min-height:330px !important;
  }
  .page-service-drop-domains .drop-domain-use-card__media{
    height:116px !important;
    margin:2px 0 8px !important;
  }
  .page-service-drop-domains .drop-domain-use-card__media img{
    max-width:72% !important;
    max-height:112px !important;
  }
}

@media (max-width:640px){
  .page-service-drop-domains .drop-domain-use-card__media{
    height:96px !important;
    margin:2px 0 8px !important;
  }
  .page-service-drop-domains .drop-domain-use-card__media img{
    width:auto !important;
    max-width:68% !important;
    max-height:92px !important;
  }
}

/* ===== 2026-08-06 final use-case responsive normalization ===== */
.page-service-drop-domains .drop-domain-section--uses .drop-domain-use-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
  width:100% !important;
  align-items:stretch !important;
}
.page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-width:0 !important;
  width:100% !important;
  min-height:0 !important;
  padding:20px 18px 22px !important;
  text-align:center !important;
  overflow:hidden !important;
}
.page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card__number,
.page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card > span:first-child{
  position:absolute !important;
  top:16px !important;
  left:16px !important;
  z-index:2 !important;
  display:grid !important;
  place-items:center !important;
  width:38px !important;
  height:38px !important;
  margin:0 !important;
  border-radius:11px !important;
}
.page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card__media{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:142px !important;
  min-height:142px !important;
  margin:4px 0 10px !important;
  padding:0 !important;
  overflow:hidden !important;
}
.page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card__media img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:84% !important;
  max-height:136px !important;
  margin:0 auto !important;
  object-fit:contain !important;
}
.page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card h3{
  width:100% !important;
  margin:8px 0 0 !important;
  text-align:center !important;
  font-size:21px !important;
  line-height:1.18 !important;
}
.page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card p{
  width:100% !important;
  margin:10px 0 0 !important;
  text-align:center !important;
  font-size:15px !important;
  line-height:1.5 !important;
}
@media (max-width:1100px){
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card__media{
    height:150px !important;
    min-height:150px !important;
  }
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card__media img{
    max-height:144px !important;
  }
}
@media (max-width:620px){
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-grid{
    grid-template-columns:minmax(0,1fr) !important;
    gap:12px !important;
  }
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card{
    padding:18px 16px 20px !important;
  }
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card__number,
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card > span:first-child{
    top:14px !important;
    left:14px !important;
    width:34px !important;
    height:34px !important;
  }
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card__media{
    height:132px !important;
    min-height:132px !important;
    margin-bottom:8px !important;
  }
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card__media img{
    max-width:78% !important;
    max-height:126px !important;
  }
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card h3{
    font-size:20px !important;
  }
  .page-service-drop-domains .drop-domain-section--uses .drop-domain-use-card p{
    font-size:14px !important;
  }
}


/* 2026-08-06 — final mobile polish: compact statuses and centered definition title. */
@media (max-width:720px){
  .page-service-drop-domains .drop-domain-definition__copy h2{
    text-align:center !important;
  }
  .page-service-drop-domains .drop-examples-v2__status{
    min-width:0 !important;
    max-width:100% !important;
  }
  .page-service-drop-domains .drop-examples-v2__status small{
    display:none !important;
  }
  .page-service-drop-domains .drop-examples-v2__status span{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-width:0 !important;
    min-height:28px !important;
    padding:4px 5px !important;
    font-size:0 !important;
    line-height:1 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
  }
  .page-service-drop-domains .drop-examples-v2__status span::after{
    content:attr(data-mobile-label);
    display:block;
    font-size:10px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:.01em;
  }
}

/* 2026-08-06 — final process card text alignment */
.page-service-drop-domains .drop-process-v1__card{
  text-align:center !important;
}
.page-service-drop-domains .drop-process-v1__card h3,
.page-service-drop-domains .drop-process-v1__card p{
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}
