/* ============================================================
   DF Core — Customer UI v3.1
   DigiFabric branded warranty experience
   ============================================================ */
:root {
    --dfc-c-navy:#263B72;
    --dfc-c-blue:#004AAD;
    --dfc-c-blue-dark:#00377f;
    --dfc-c-yellow:#FFDA27;
    --dfc-c-yellow-soft:#fff8cc;
    --dfc-c-success:#17845b;
    --dfc-c-warning:#b26a00;
    --dfc-c-danger:#b42318;
    --dfc-c-ink:#172033;
    --dfc-c-muted:#677289;
    --dfc-c-line:#e2e7ef;
    --dfc-c-soft:#f7f9fc;
    --dfc-c-white:#fff;
    --dfc-c-radius:16px;
    --dfc-c-radius-sm:10px;
    --dfc-c-shadow:0 8px 28px rgba(38,59,114,.08);
}

.dfc-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;flex:0 0 auto}
.dfc-eyebrow{display:block;color:var(--dfc-c-blue);font-size:12px;font-weight:800;letter-spacing:.01em;margin-bottom:4px}
.dfc-claim-page,.dfc-cases-page{max-width:920px;margin:0 auto;color:var(--dfc-c-ink)}
.dfc-claim-page *,.dfc-cases-page *{box-sizing:border-box}

/* Order item warranty strip */
.dfc-warranty-block{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #dce5f2;border-radius:14px;padding:14px 16px;margin-top:12px;box-shadow:0 5px 18px rgba(38,59,114,.06)}
.dfc-warranty-mark{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--dfc-c-yellow-soft);color:var(--dfc-c-navy)}
.dfc-warranty-mark .dfc-icon{width:24px;height:24px}
.dfc-warranty-content{min-width:0}
.dfc-warranty-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px}
.dfc-warranty-header strong{font-size:14px;color:var(--dfc-c-ink)}
.dfc-warranty-content p{margin:0;color:var(--dfc-c-muted);font-size:12px;line-height:1.7}

/* Buttons */
.dfc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 17px;border-radius:10px;border:1px solid transparent;font-size:13px;font-weight:750;text-decoration:none!important;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;white-space:nowrap;font-family:inherit}
.dfc-btn:hover{transform:translateY(-1px)}
.dfc-btn:focus-visible{outline:3px solid rgba(0,74,173,.2);outline-offset:2px}
.dfc-btn-primary{background:var(--dfc-c-blue);color:#fff!important;box-shadow:0 7px 16px rgba(0,74,173,.18)}
.dfc-btn-primary:hover{background:var(--dfc-c-blue-dark)}
.dfc-btn-secondary{background:#fff;color:var(--dfc-c-navy)!important;border-color:#cbd6e6}
.dfc-btn-secondary:hover{border-color:var(--dfc-c-blue);color:var(--dfc-c-blue)!important}
.dfc-btn-lg{min-height:48px;padding:11px 22px;font-size:14px}
.dfc-btn-block{width:100%}
.dfc-btn[disabled]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}

/* Page intro */
.dfc-page-intro{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,var(--dfc-c-navy),var(--dfc-c-blue));color:#fff;border-radius:18px;padding:22px 24px;margin-bottom:18px;box-shadow:0 12px 30px rgba(38,59,114,.16);position:relative;overflow:hidden}
.dfc-page-intro:after{content:"";position:absolute;width:140px;height:140px;border:30px solid rgba(255,218,39,.14);border-radius:50%;left:-45px;top:-55px}
.dfc-page-intro-icon{width:52px;height:52px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:var(--dfc-c-yellow);color:var(--dfc-c-navy);z-index:1;flex:0 0 auto}
.dfc-page-intro-icon .dfc-icon{width:29px;height:29px}
.dfc-page-intro>div{z-index:1}
.dfc-page-intro .dfc-eyebrow{color:var(--dfc-c-yellow)}
.dfc-page-intro h2{margin:0 0 5px!important;color:#fff!important;font-size:23px!important;line-height:1.35}
.dfc-page-intro p{margin:0;color:rgba(255,255,255,.82);font-size:13px;line-height:1.8}
.dfc-page-intro--case{align-items:flex-start}
.dfc-page-intro--case .dfc-status-chip{margin-top:7px}

/* Status chips */
.dfc-status-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap;background:#eef2f7;color:#536079}
.dfc-status-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.75}
.dfc-status-chip--active,.dfc-status-chip--resolved{background:#e8f7f1;color:#116947}
.dfc-status-chip--in_review{background:#eaf2ff;color:#1357a6}
.dfc-status-chip--awaiting_return{background:#fff5d6;color:#9b5a00}
.dfc-status-chip--awaiting_arrival{background:#fff0e3;color:#a64b00}
.dfc-status-chip--received_at_facility{background:#f1edff;color:#6245ad}
.dfc-status-chip--rejected{background:#fff0ef;color:#a3342b}
.dfc-status-chip--closed{background:#eef1f5;color:#596579}

/* Stepper */
.dfc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0 4px 20px;position:relative}
.dfc-step{display:flex;flex-direction:column;align-items:center;gap:7px;color:#8b95a8;font-size:11px;position:relative;text-align:center}
.dfc-step:not(:last-child):after{content:"";position:absolute;top:16px;right:calc(50% + 20px);width:calc(100% - 40px);height:2px;background:#dfe5ee;z-index:0}
.dfc-step>span{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #dfe5ee;background:#fff;font-weight:800;z-index:1}
.dfc-step>span .dfc-icon{width:17px;height:17px}
.dfc-step strong{font-weight:750}
.dfc-step.is-current{color:var(--dfc-c-blue)}
.dfc-step.is-current>span{background:var(--dfc-c-blue);border-color:var(--dfc-c-blue);color:#fff;box-shadow:0 0 0 5px rgba(0,74,173,.08)}
.dfc-step.is-done{color:var(--dfc-c-success)}
.dfc-step.is-done>span{background:var(--dfc-c-success);border-color:var(--dfc-c-success);color:#fff}
.dfc-step.is-done:not(:last-child):after{background:var(--dfc-c-success)}
.dfc-step.is-terminal{color:var(--dfc-c-muted)}

/* Product card */
.dfc-product-card{display:grid;grid-template-columns:88px 1fr auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--dfc-c-line);border-radius:var(--dfc-c-radius);padding:14px;margin-bottom:18px;box-shadow:var(--dfc-c-shadow)}
.dfc-product-media{width:88px;height:88px;border-radius:12px;overflow:hidden;background:var(--dfc-c-soft)}
.dfc-product-image{width:100%!important;height:100%!important;object-fit:cover;margin:0!important}
.dfc-product-info{min-width:0}
.dfc-product-info h3{margin:0 0 8px!important;font-size:16px!important;color:var(--dfc-c-ink)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dfc-product-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--dfc-c-muted);font-size:11px}
.dfc-product-meta span{display:inline-flex;align-items:center;gap:5px}
.dfc-product-meta .dfc-icon{width:15px;height:15px;color:var(--dfc-c-blue)}
.dfc-days-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:86px;padding:10px;border-radius:12px;background:var(--dfc-c-yellow-soft);color:#685600;font-size:10px;text-align:center}
.dfc-days-badge strong{font-size:22px;line-height:1.1;color:var(--dfc-c-navy)}

/* Cards and forms */
.dfc-form-card,.dfc-content-card{background:#fff;border:1px solid var(--dfc-c-line);border-radius:var(--dfc-c-radius);padding:22px;margin-bottom:18px;box-shadow:var(--dfc-c-shadow)}
.dfc-section-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}
.dfc-section-heading>span{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#eef5ff;color:var(--dfc-c-blue);flex:0 0 auto}
.dfc-section-heading h3{margin:0 0 3px!important;font-size:16px!important;color:var(--dfc-c-ink)!important}
.dfc-section-heading p{margin:0;color:var(--dfc-c-muted);font-size:12px;line-height:1.7}
.dfc-field{margin-bottom:16px}
.dfc-field--small{max-width:220px}
.dfc-field label{display:block;margin-bottom:7px;color:#445068;font-size:12px;font-weight:800}
.dfc-field input,.dfc-field textarea,.dfc-inline-form input{width:100%;border:1px solid #cfd8e6!important;border-radius:10px!important;background:#fff!important;color:var(--dfc-c-ink)!important;font:inherit!important;font-size:13px!important;padding:11px 13px!important;box-shadow:none!important;transition:border-color .15s,box-shadow .15s}
.dfc-field textarea{resize:vertical;min-height:135px}
.dfc-field input:focus,.dfc-field textarea:focus,.dfc-inline-form input:focus{outline:none!important;border-color:var(--dfc-c-blue)!important;box-shadow:0 0 0 3px rgba(0,74,173,.1)!important}
.dfc-field-hint{display:block;color:#8b95a8;font-size:11px;margin-top:5px}
.dfc-form-footer{display:flex;align-items:center;gap:18px;justify-content:space-between;border-top:1px solid #edf0f5;padding-top:17px;margin-top:18px}
.dfc-form-footer p{margin:0;color:var(--dfc-c-muted);font-size:11px;display:flex;align-items:center;gap:7px;line-height:1.6}
.dfc-form-footer p .dfc-icon{color:var(--dfc-c-blue)}

/* Upload */
.dfc-upload-zone{border:2px dashed #c8d5e7;border-radius:14px;padding:10px;background:#fbfdff;transition:border-color .15s,background .15s;margin-top:4px}
.dfc-upload-zone.is-dragging{border-color:var(--dfc-c-blue);background:#f1f7ff}
.dfc-upload-trigger{width:100%;min-height:145px;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--dfc-c-muted);cursor:pointer;font:inherit}
.dfc-upload-trigger .dfc-icon{width:32px;height:32px;color:var(--dfc-c-blue);margin-bottom:3px}
.dfc-upload-trigger strong{color:var(--dfc-c-navy);font-size:14px}
.dfc-upload-trigger span{font-size:12px}
.dfc-upload-rules{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding:9px;border-top:1px solid #eaf0f7}
.dfc-upload-rules span{background:#eef3f9;color:#627087;border-radius:999px;padding:3px 9px;font-size:10px}
.dfc-upload-previews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}
.dfc-upload-preview{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:9px;padding:8px;border:1px solid #dce4ef;border-radius:10px;background:#fff;min-width:0}
.dfc-upload-thumb{width:52px;height:52px;border-radius:8px;background:#eef3f9;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--dfc-c-blue)}
.dfc-upload-thumb img{width:100%;height:100%;object-fit:cover}
.dfc-upload-thumb .dfc-icon{width:25px;height:25px}
.dfc-upload-file-info{min-width:0}
.dfc-upload-file-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#354158;font-size:11px;font-weight:700}
.dfc-upload-file-size{display:block;color:#8b95a8;font-size:10px;margin-top:3px}
.dfc-upload-progress{height:4px;background:#e8edf4;border-radius:999px;overflow:hidden;margin-top:6px}
.dfc-upload-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--dfc-c-blue),#4f91eb);transition:width .15s}
.dfc-upload-remove{border:0;background:#fff0ef;color:#a3342b;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:17px;line-height:1}
.dfc-upload-status{font-size:11px;color:var(--dfc-c-success);padding:7px 5px 0;min-height:22px}
.dfc-upload-error{color:var(--dfc-c-danger)!important}

/* Status action panel */
.dfc-action-panel{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:18px;border:1px solid #bed7f5;background:#f1f7ff;border-radius:var(--dfc-c-radius);margin-bottom:18px}
.dfc-action-panel-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--dfc-c-blue);box-shadow:0 4px 15px rgba(0,74,173,.08)}
.dfc-action-panel-icon .dfc-icon{width:25px;height:25px}
.dfc-action-kicker{display:block;color:var(--dfc-c-blue);font-size:11px;font-weight:800;margin-bottom:3px}
.dfc-action-panel h3{margin:0 0 4px!important;color:var(--dfc-c-ink)!important;font-size:16px!important}
.dfc-action-panel p{margin:0;color:#52617a;font-size:12px;line-height:1.8}
.dfc-action-panel-content{min-width:0}
.dfc-remake-order-link{margin-top:13px}
.dfc-action-panel--remake{background:#edf9f4;border-color:#b8e2cf}
.dfc-action-panel--remake .dfc-action-panel-icon,.dfc-action-panel--remake .dfc-action-kicker{color:var(--dfc-c-success)}

/* Real WooCommerce remake order page: backlink only; order details stay in view-order.php */
.dfc-remake-context{max-width:900px;margin:0 auto 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 15px;background:#fff;border:1px solid var(--dfc-c-line);border-radius:14px;box-shadow:var(--dfc-c-shadow);color:var(--dfc-c-ink)}
.dfc-remake-context-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--dfc-c-yellow-soft);color:var(--dfc-c-navy)}
.dfc-remake-context-icon .dfc-icon{width:23px;height:23px}
.dfc-remake-context-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.dfc-remake-context-copy strong{font-size:13px;color:var(--dfc-c-ink)}
.dfc-remake-context-copy span{font-size:11px;color:var(--dfc-c-muted)}
.dfc-action-panel--awaiting_return{background:#fff9e8;border-color:#f0d986}
.dfc-action-panel--awaiting_return .dfc-action-panel-icon,.dfc-action-panel--awaiting_return .dfc-action-kicker{color:#9b5a00}
.dfc-action-panel--resolved{background:#edf9f4;border-color:#b8e2cf}
.dfc-action-panel--resolved .dfc-action-panel-icon,.dfc-action-panel--resolved .dfc-action-kicker{color:var(--dfc-c-success)}
.dfc-action-panel--rejected{background:#fff3f2;border-color:#efc6c2}
.dfc-action-panel--rejected .dfc-action-panel-icon,.dfc-action-panel--rejected .dfc-action-kicker{color:var(--dfc-c-danger)}
.dfc-action-panel--closed{background:#f5f7fa;border-color:#dfe4eb}
.dfc-action-panel--closed .dfc-action-panel-icon,.dfc-action-panel--closed .dfc-action-kicker{color:var(--dfc-c-muted)}

/* Shipping */
.dfc-return-address{border:1px solid #d8e5f5;background:#f8fbff;border-radius:12px;padding:13px 15px;margin-bottom:16px}
.dfc-return-address strong{display:block;color:var(--dfc-c-blue);font-size:11px;margin-bottom:4px}
.dfc-return-address p{margin:0;font-size:12px;line-height:1.8;color:#4b5870}
.dfc-inline-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}
.dfc-inline-form .dfc-field{margin:0}

/* Summary, files, timeline */
.dfc-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}
.dfc-summary-card{border:1px solid var(--dfc-c-line);border-radius:12px;background:#fff;padding:14px}
.dfc-summary-card span{display:block;color:var(--dfc-c-muted);font-size:10px;margin-bottom:5px}
.dfc-summary-card strong{display:block;color:var(--dfc-c-navy);font-size:13px;word-break:break-word}
.dfc-files-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.dfc-file-card{display:block;border:1px solid var(--dfc-c-line);border-radius:11px;padding:7px;text-decoration:none!important;background:#fff;transition:transform .15s,box-shadow .15s;min-width:0}
.dfc-file-card:hover{transform:translateY(-2px);box-shadow:var(--dfc-c-shadow)}
.dfc-file-preview{height:95px;border-radius:8px;background:#eef3f9;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--dfc-c-blue)}
.dfc-file-preview img{width:100%;height:100%;object-fit:cover}
.dfc-file-preview .dfc-icon{width:34px;height:34px}
.dfc-file-label{display:block;color:#46536b;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:6px}
.dfc-timeline{list-style:none;margin:0;padding:0;position:relative}
.dfc-timeline:before{content:"";position:absolute;right:11px;top:7px;bottom:7px;width:2px;background:#e1e7ef}
.dfc-timeline-item{display:flex;gap:13px;padding:10px 0;position:relative}
.dfc-timeline-dot{width:24px;height:24px;border-radius:50%;background:#fff;border:6px solid #7da9df;box-shadow:0 0 0 2px #dce9f7;z-index:1;flex:0 0 auto;margin-top:1px}
.dfc-timeline-item--resolved .dfc-timeline-dot{border-color:var(--dfc-c-success);box-shadow:0 0 0 2px #cce9dc}
.dfc-timeline-item--rejected .dfc-timeline-dot{border-color:var(--dfc-c-danger);box-shadow:0 0 0 2px #f2d2cf}
.dfc-timeline-body{flex:1;min-width:0}
.dfc-timeline-header{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.dfc-timeline-header strong{color:var(--dfc-c-ink);font-size:12px}
.dfc-timeline-actor{font-size:9px;color:#677289;background:#edf1f6;padding:2px 7px;border-radius:999px}
.dfc-timeline-time{font-size:10px;color:#8b95a8;margin-inline-start:auto}
.dfc-timeline-note{margin:6px 0 0;padding:9px 11px;background:#f7f9fc;border-right:3px solid #ccd5e2;border-radius:7px 0 0 7px;color:#4c5970;font-size:11px;line-height:1.8}

/* Cases list */
.dfc-cases-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dfc-case-card{background:#fff;border:1px solid var(--dfc-c-line);border-radius:var(--dfc-c-radius);padding:17px;box-shadow:var(--dfc-c-shadow)}
.dfc-case-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}
.dfc-case-number{font-size:11px;color:#7c8799;font-weight:800}
.dfc-case-card h3{margin:0 0 6px!important;font-size:15px!important;color:var(--dfc-c-ink)!important}
.dfc-case-card>p{margin:0 0 13px;color:var(--dfc-c-muted);font-size:11px;line-height:1.7;min-height:38px}
.dfc-case-card-meta{display:flex;justify-content:space-between;gap:8px;color:#8993a5;font-size:10px;padding:10px 0;border-top:1px solid #edf0f4;margin-bottom:10px}
.dfc-empty-state{text-align:center;border:1px dashed #ccd6e4;border-radius:var(--dfc-c-radius);padding:42px 20px;background:#fbfcfe;color:var(--dfc-c-muted)}
.dfc-empty-state>.dfc-icon{width:42px;height:42px;color:var(--dfc-c-blue);margin-bottom:9px}
.dfc-empty-state h3{margin:0 0 5px!important;color:var(--dfc-c-navy)!important}
.dfc-empty-state p{margin:0;font-size:12px;line-height:1.8}

/* Woo notices */
.woocommerce-MyAccount-content .woocommerce-message,.woocommerce-MyAccount-content .woocommerce-error,.woocommerce-MyAccount-content .woocommerce-info{border-radius:11px;border-top:0!important;border-right:4px solid var(--dfc-c-blue);background:#f6f9fd;padding:13px 17px!important;font-size:12px;line-height:1.8}

@media (max-width:760px){
    .dfc-warranty-block{grid-template-columns:auto 1fr}.dfc-warranty-block>.dfc-btn{grid-column:1/-1;width:100%}
    .dfc-product-card{grid-template-columns:72px 1fr}.dfc-product-media{width:72px;height:72px}.dfc-days-badge{grid-column:1/-1;flex-direction:row;gap:6px;min-width:0}.dfc-days-badge strong{font-size:16px}
    .dfc-upload-previews,.dfc-cases-grid{grid-template-columns:1fr}
    .dfc-files-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .dfc-inline-form{grid-template-columns:1fr 1fr}.dfc-inline-form .dfc-btn{grid-column:1/-1}
    .dfc-case-grid{grid-template-columns:1fr}
}
@media (max-width:540px){
    .dfc-page-intro{padding:18px;align-items:flex-start}.dfc-page-intro-icon{width:44px;height:44px}.dfc-page-intro h2{font-size:19px!important}
    .dfc-steps{margin-bottom:18px}.dfc-step strong{font-size:9px}.dfc-step>span{width:30px;height:30px}.dfc-step:not(:last-child):after{top:14px;right:calc(50% + 17px);width:calc(100% - 34px)}
    .dfc-product-card{gap:11px;padding:11px}.dfc-product-meta{flex-direction:column;gap:5px}
    .dfc-form-card,.dfc-content-card{padding:16px}
    .dfc-form-footer{flex-direction:column;align-items:stretch}.dfc-form-footer .dfc-btn{width:100%}
    .dfc-upload-trigger{min-height:125px}.dfc-upload-previews{grid-template-columns:1fr}
    .dfc-inline-form{grid-template-columns:1fr}
    .dfc-timeline-time{width:100%;margin-inline-start:0}
}

@media (max-width:600px){
  .dfc-action-panel--remake .dfc-remake-order-link{width:100%;white-space:normal;text-align:center}
  .dfc-remake-context{grid-template-columns:auto 1fr;margin:0 12px 14px}
  .dfc-remake-context>.dfc-btn{grid-column:1/-1;width:100%;white-space:normal;text-align:center}
}

/* Warranty hub v3.1.4 */
.dfc-page-intro--compact{padding:18px 22px;margin-bottom:14px}
.dfc-page-intro--compact .dfc-page-intro-icon{width:48px;height:48px}
.dfc-page-intro--compact h2{font-size:21px!important;margin-bottom:2px!important}
.dfc-page-intro--compact p{font-size:12px}
.dfc-account-tabs{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:6px;background:#eef2f7;border:1px solid #e1e7ef;border-radius:14px;margin-bottom:18px}
.dfc-account-tab{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:9px 13px;border-radius:10px;color:#596579!important;text-decoration:none!important;font-size:12px;font-weight:800;transition:background .15s,color .15s,box-shadow .15s}
.dfc-account-tab>span{display:inline-flex;align-items:center;gap:7px}
.dfc-account-tab .dfc-icon{width:18px;height:18px}
.dfc-account-tab b{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 7px;border-radius:999px;background:#dce3ed;color:#596579;font-size:10px}
.dfc-account-tab.is-active{background:#fff;color:var(--dfc-c-blue)!important;box-shadow:0 4px 12px rgba(38,59,114,.08)}
.dfc-account-tab.is-active b{background:#e8f1ff;color:var(--dfc-c-blue)}
.dfc-list-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 2px 12px}
.dfc-list-heading h3{margin:0 0 2px!important;color:var(--dfc-c-ink)!important;font-size:16px!important}
.dfc-list-heading p{margin:0;color:var(--dfc-c-muted);font-size:11px;line-height:1.7}
.dfc-list-heading>span{flex:0 0 auto;background:#eef3f9;color:#637087;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800}
.dfc-empty-state--action{max-width:680px;margin:0 auto;padding:34px 24px}
.dfc-empty-state--action p{max-width:500px;margin:0 auto!important}
.dfc-empty-cta{margin-top:17px;min-width:220px}
.dfc-eligible-grid{display:grid;gap:12px}
.dfc-eligible-card{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--dfc-c-line);border-radius:var(--dfc-c-radius);padding:13px;box-shadow:var(--dfc-c-shadow)}
.dfc-eligible-media{width:82px;height:82px;border-radius:12px;overflow:hidden;background:var(--dfc-c-soft)}
.dfc-eligible-image{width:100%!important;height:100%!important;object-fit:cover;margin:0!important}
.dfc-eligible-body{min-width:0}
.dfc-eligible-body h3{margin:0 0 8px!important;color:var(--dfc-c-ink)!important;font-size:14px!important;line-height:1.7}
.dfc-eligible-meta{display:flex;flex-wrap:wrap;gap:7px 13px;color:var(--dfc-c-muted);font-size:10px}
.dfc-eligible-meta span{display:inline-flex;align-items:center;gap:5px}
.dfc-eligible-meta .dfc-icon{width:14px;height:14px;color:var(--dfc-c-blue)}
.dfc-eligible-side{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end;max-width:330px}
.dfc-eligible-side .dfc-days-badge{min-width:72px;padding:8px}
.dfc-eligible-side .dfc-days-badge strong{font-size:18px}
.dfc-order-mini-link{width:100%;text-align:left;color:var(--dfc-c-blue)!important;font-size:10px;font-weight:750;text-decoration:none!important;padding-inline:4px}

@media (max-width:760px){
  .dfc-eligible-card{grid-template-columns:72px 1fr}.dfc-eligible-media{width:72px;height:72px}.dfc-eligible-side{grid-column:1/-1;max-width:none;display:grid;grid-template-columns:auto 1fr;justify-content:stretch}.dfc-eligible-side .dfc-btn{width:100%}.dfc-order-mini-link{grid-column:1/-1;text-align:center}
}
@media (max-width:540px){
  .dfc-page-intro--compact{padding:15px 16px}.dfc-page-intro--compact .dfc-page-intro-icon{width:42px;height:42px}.dfc-page-intro--compact h2{font-size:18px!important}.dfc-page-intro--compact p{font-size:11px}
  .dfc-account-tabs{gap:5px;padding:5px}.dfc-account-tab{padding:8px 9px;font-size:10px}.dfc-account-tab b{min-width:23px;height:23px}.dfc-account-tab .dfc-icon{width:16px;height:16px}
  .dfc-list-heading{align-items:flex-start}.dfc-list-heading p{font-size:10px}.dfc-empty-state--action{padding:28px 17px}.dfc-empty-cta{width:100%;min-width:0}
  .dfc-eligible-card{grid-template-columns:62px 1fr;padding:10px;gap:10px}.dfc-eligible-media{width:62px;height:62px}.dfc-eligible-body h3{font-size:12px!important;margin-bottom:5px!important}.dfc-eligible-meta{font-size:9px;gap:4px 9px}.dfc-eligible-side{grid-template-columns:72px 1fr}.dfc-eligible-side .dfc-days-badge{min-width:68px}.dfc-eligible-side .dfc-btn{font-size:11px;padding-inline:10px;white-space:normal;text-align:center}
}
