/* SDM_V414_CUSTOMER_HUB_CSS */
#sdmV414CustomerHub{margin:0 0 22px;padding:20px;border:1px solid #eadfda;border-radius:22px;background:linear-gradient(145deg,#fff 0%,#fffaf8 100%);box-shadow:0 14px 34px rgba(79,54,45,.06)}
.sdm-v414-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}
.sdm-v414-head small{font-size:10px;font-weight:900;letter-spacing:.15em;color:#a66d68}
.sdm-v414-head h3{margin:3px 0 4px;font-size:24px;line-height:1.1;color:#342623}
.sdm-v414-head p{margin:0;color:#786965;font-size:13px}
.sdm-v414-secure{white-space:nowrap;border:1px solid #e7d8d2;background:#fff;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;color:#6e5e59}
.sdm-v414-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:0 0 12px}
.sdm-v414-stats button{border:1px solid #eadfda;background:#fff;border-radius:16px;padding:13px 8px;cursor:pointer;display:grid;gap:2px;text-align:center}
.sdm-v414-stats b{font-size:22px;color:#8f454c}
.sdm-v414-stats span{font-size:10px;font-weight:800;color:#766761;text-transform:uppercase;letter-spacing:.05em}
.sdm-v414-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:15px}
.sdm-v414-action{border:0;border-radius:13px;background:#f6eeeb;padding:10px 7px;display:flex;gap:6px;align-items:center;justify-content:center;cursor:pointer;color:#4a3935}
.sdm-v414-action span{font-size:15px}.sdm-v414-action b{font-size:11px}
.sdm-v414-section-title{display:flex;justify-content:space-between;align-items:center;margin:0 0 9px;font-size:12px;font-weight:900;color:#51413c;text-transform:uppercase;letter-spacing:.05em}
.sdm-v414-section-title>b{min-width:24px;text-align:center;background:#9f474f;color:#fff;border-radius:999px;padding:3px 7px;font-size:10px}
.sdm-v414-attention{border:1px solid #efd0ca;background:#fff7f4;border-radius:17px;padding:13px;margin-bottom:14px}
.sdm-v414-attention-row,.sdm-v414-activity-row{width:100%;border:0;background:transparent;display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;text-align:left;padding:9px 3px;border-top:1px solid rgba(130,94,84,.1);cursor:pointer}
.sdm-v414-attention-row:first-of-type,.sdm-v414-activity-row:first-of-type{border-top:0}
.sdm-v414-attention-row i,.sdm-v414-activity-row i{font-style:normal;width:31px;height:31px;border-radius:10px;background:#fff;display:grid;place-items:center}
.sdm-v414-attention-row span,.sdm-v414-activity-row span{display:grid;gap:2px}
.sdm-v414-attention-row b,.sdm-v414-activity-row b{font-size:12px;color:#443531}
.sdm-v414-attention-row small,.sdm-v414-activity-row small{font-size:11px;color:#81716c}
.sdm-v414-attention-row strong{font-size:22px;color:#a45358}
.sdm-v414-ok{display:flex;gap:11px;align-items:center;background:#f3f8f3;border:1px solid #dce9dc;border-radius:16px;padding:12px 14px;margin-bottom:14px}
.sdm-v414-ok>span{width:32px;height:32px;border-radius:50%;background:#dfeee0;display:grid;place-items:center;font-weight:900;color:#42764b}
.sdm-v414-ok>div{display:grid}.sdm-v414-ok b{font-size:12px;color:#405d45}.sdm-v414-ok small{font-size:11px;color:#718275}
.sdm-v414-grid{display:grid;grid-template-columns:1.35fr .9fr;gap:12px}
.sdm-v414-activity,.sdm-v414-address{border:1px solid #eadfda;background:#fff;border-radius:17px;padding:13px}
.sdm-v414-activity-row{grid-template-columns:34px 1fr}
.sdm-v414-address-card{display:grid;gap:3px;font-size:11px;color:#786964;background:#fbf7f5;border-radius:12px;padding:11px}
.sdm-v414-address-card b{font-size:12px;color:#463632;margin-bottom:2px}
.sdm-v414-link{margin-top:9px;border:0;background:transparent;padding:0;color:#984850;font-size:11px;font-weight:900;cursor:pointer}
.sdm-v414-empty,.sdm-v414-loading,.sdm-v414-error{padding:17px;text-align:center;color:#806f69;font-size:12px}
.sdm-v414-error{background:#fff6f2;border-radius:14px}
@media(max-width:640px){
  #sdmV414CustomerHub{padding:15px;border-radius:18px}
  .sdm-v414-head{display:block}.sdm-v414-secure{display:inline-block;margin-top:9px}
  .sdm-v414-stats{grid-template-columns:repeat(2,1fr)}
  .sdm-v414-actions{grid-template-columns:repeat(2,1fr)}
  .sdm-v414-grid{grid-template-columns:1fr}
}
