/* Updated styles matching provided structure */
/* container */
.abx-flow-wrapper{max-width:1200px;margin:20px auto;padding:10px;font-family:Arial,Helvetica,sans-serif;}
.abx-nav{margin-bottom:8px;}
.abx-back-btn{background:#2b81d6;color:#fff;border:0;padding:8px 12px;border-radius:4px;cursor:pointer;}

/* Step1 cards */
.abx-step1-cards{display:flex;gap:20px;margin:20px 0;}
.abx-step1-card{background:#1f6fb7;color:#fff;padding:28px;border-radius:6px;flex:1;text-align:center;position:relative;}
.abx-card-title{font-size:18px;font-weight:700;margin-bottom:20px;}
.abx-card-pct{margin-bottom:18px;}
.abx-card-btn{display:inline-block;background:#ff8c2b;color:#fff;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:700;}

/* Step2 layout */
.abx-step2-inner{display:flex;gap:20px;background:#dfeaea;padding:18px;border-radius:6px;}
.abx-step2-left{flex:1;}
.abx-step2-right{width:320px;}

/* Accordion style (series list) */
.abx-accordion-wrap{background:#dfeaea;padding:6px;border-radius:4px;}
.abx-acc-item{background:#1f6fb7;color:#fff;padding:12px 16px;margin-bottom:8px;border-radius:4px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;}
.abx-acc-item .abx-acc-title{font-weight:700;}
.abx-acc-item .abx-acc-toggle{font-size:20px;line-height:1;padding-left:10px;}
.abx-acc-content{background:#ffffff;color:#222;padding:12px 16px;border-radius:4px;margin-bottom:12px;display:none;}
.abx-acc-content .abx-match-list{list-style:none;padding:0;margin:0;}
.abx-acc-content .abx-match-list li{padding:6px 0;border-bottom:1px solid #eee;cursor:pointer;}

/* View all button inside accordion content */
.abx-view-all{display:inline-block;margin-top:12px;background:#ff8c2b;color:#fff;padding:8px 14px;border-radius:6px;text-decoration:none;}

/* Years list */
.abx-years{display:flex;flex-wrap:wrap;gap:10px;}
.abx-year-btn{background:#2b81d6;color:#fff;padding:10px 12px;border-radius:4px;border:0;cursor:pointer;}
.abx-year-btn.active{box-shadow:inset 0 -3px 0 rgba(0,0,0,0.06)}

/* Step3 (matches list) */
.abx-matches-list{background:#f5f7f7;padding:16px;border-radius:6px;}
.abx-match-item{padding:10px 12px;border-bottom:1px solid #e6e6e6;cursor:pointer;}

/* Step4 cards */
.abx-box-row{display:flex;flex-wrap:wrap;gap:20px;}
.abx-box-card{flex:0 0 calc(33.333% - 20px);background:#ffffff;padding:22px;border-radius:6px;position:relative;box-sizing:border-box;min-width:220px;}
.abx-ribbon{position:absolute;right:-36px;top:12px;color:#fff;padding:8px 50px;transform:rotate(45deg);font-weight:700;box-shadow:0 2px 6px rgba(0,0,0,0.08);}
.abx-ribbon--win{background:#4CAF50;}
.abx-ribbon--loss{background:#F44336;}
.abx-box-title{text-align:center;font-weight:700;margin:12px 0;}
.abx-box-desc{text-align:center;color:#444;margin-bottom:12px;}
.abx-box-btn{display:inline-block;background:#ff8c2b;color:#fff;padding:8px 14px;border-radius:6px;text-decoration:none;}

/* responsive */
@media(max-width:900px){ .abx-step1-cards{flex-direction:column;} .abx-step2-inner{flex-direction:column;} .abx-step2-right{width:100%} .abx-box-card{flex:0 0 100%} }
