/* components/relo-pain.css — scoped hook for .rp-relo-pain (Relocation pain, Figma 16781:39663).
   Loaded via inc/kadence-relo-pain.php (presence-gated, EN + AR). Cowork owns styling
   (mirrors lp-pain — lp-pain.css is presence-gated to the LP page so it doesn't load here). */

.rp-relo-pain .grid-4-cols .int-item-card {
  background: #FFFFFF;
  border: 1px solid #ECEFF3;
  border-radius: 16px;
  padding: 24px 24px 40px;
}

.rp-relo-pain .int-item-card img[src*="close"] {
  background: #FCE9E9;
  padding: 9px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .rp-relo-pain .grid-4-cols .int-item-card {
    padding: 22px 20px;
  }
}

/* Relocation: center the pain intro sub-label ("One missed document...") to match the
   centered heading above it. Figma 17717:20863. */
.rp-relo-pain .double-slide-landing-page-left-sub-label {
  text-align: center !important;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Pain title/subtitle sized to the standard RP Pain Points (3-up): 32px / 16px. */
.rp-relo-pain > h2 { font-size: 32px; line-height: 40px; }
.rp-relo-pain .double-slide-landing-page-left-sub-label { font-size: 16px; line-height: 24px; }

/* Pain card text to the standard spec (matches .rp-intro__text). */
.rp-relo-pain .intname { font-size: 16px; line-height: 24px; font-weight: 400; color: #2A2A2A; }
