:root{--couRed:#890505;--couRed2:#6b0404;--danger:#ff5c5c}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#000}

/* top social strip */
.topSocialStrip{background:#f3f3f3;color:#111;display:flex;align-items:center;justify-content:center;gap:18px;padding:8px 12px;font-size:13px}
.topSocialIcons{display:flex;gap:10px}
.soc{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-weight:800;font-size:11px}
.soc.fb{background:#1877f2}.soc.tw{background:#1da1f2}.soc.g{background:#ea4335}.soc.in{background:#0a66c2}.soc.yt{background:#ff0000}.soc.ig{background:#6f42c1}

/* header */
.apply-header{background:linear-gradient(#111,#0a0a0a);border-bottom:1px solid rgba(255,255,255,.12)}
.apply-topRow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 12px}
.apply-topLinks{display:flex;flex-wrap:nowrap;overflow:auto;white-space:nowrap;gap:6px;padding-bottom:2px}
.apply-topLinks a{color:#fff;text-decoration:none;font-weight:700;font-size:11px;line-height:1.15}
.apply-topLinks .sep{color:#dcdcdc;opacity:.85}
.apply-topSelectors{display:flex;gap:14px;align-items:center}
.apply-select{background:#141414;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:6px 10px;font-weight:700;font-size:12px}
.apply-countryBox{position:relative;background:#141414;border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:6px 10px;display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none;font-weight:700;font-size:12px;color:#fff}
.apply-countryBox .caret{opacity:.9;font-size:11px}
.apply-countryDrop{position:absolute;top:110%;right:0;width:220px;background:#141414;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:8px;display:none;z-index:30}
.apply-countryDrop button{width:100%;text-align:left;border:none;background:transparent;color:#fff;padding:8px 8px;border-radius:8px;cursor:pointer;font-weight:700}
.apply-countryDrop button:hover{background:rgba(255,255,255,.08)}
.apply-countryBox.open .apply-countryDrop{display:block}

.apply-mainRow{border-top:1px solid rgba(255,255,255,.10);padding:6px 8px 10px}
.apply-mainNav{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.apply-navItem{position:relative}
.apply-navBtn{background:transparent;border:none;color:#fff;font-weight:800;font-size:12px;cursor:pointer;padding:8px 6px}
.caretSmall{font-size:10px;opacity:.9}
.apply-navDrop{position:absolute;left:0;top:110%;min-width:210px;background:#141414;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:8px;display:none;z-index:50}
.apply-navDrop a{display:block;padding:8px 10px;border-radius:8px;text-decoration:none;color:#fff;font-weight:700;font-size:12px}
.apply-navDrop a:hover{background:rgba(255,255,255,.08)}
.apply-navItem.open .apply-navDrop{display:block}
.apply-navLogoWrap{width:34px;height:34px;display:flex;align-items:center;justify-content:center}
.apply-navLogo{width:30px;height:30px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.25);background:#fff}
.apply-navLink{color:#fff;text-decoration:none;font-weight:800;font-size:12px;padding:8px 6px}
.apply-navLink:hover{text-decoration:underline}

/* main */
.apply-main{background:#f3f3f3}
.apply-content{padding:22px 12px 30px}
.apply-card{max-width:1200px;margin:18px auto;background:#fff;border-radius:14px;padding:18px 18px 14px;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.apply-cardHead{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:12px}
.apply-card h2{margin:0 0 6px;font-size:22px;color:#111}
.apply-sub{margin:0;font-size:13px;color:#444;font-weight:700}
.apply-miniBrand{display:flex;gap:10px;align-items:center;border:1px solid rgba(0,0,0,.10);padding:8px 10px;border-radius:12px;background:#fafafa}
.apply-miniBrand img{width:34px;height:34px;object-fit:contain}
.apply-miniName{font-weight:900;font-size:13px}
.apply-miniMoto{font-weight:900;font-size:12px;color:var(--couRed)}

.apply-panel{background:linear-gradient(135deg,var(--couRed),var(--couRed2));color:#fff;border-radius:14px;padding:16px}
.apply-panelTop{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.18)}
.apply-actions{display:flex;gap:10px}
.apply-progressBar{width:340px;max-width:100%;height:10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);overflow:hidden}
.apply-progressFill{height:100%;width:0%;background:#fff;transition:width .25s ease}
.apply-progressText{margin-top:8px;font-size:12px;color:rgba(255,255,255,.85)}

/* Application instructions (banner above the form) */
.apply-instructions{margin-top:12px;display:flex;gap:18px;align-items:flex-start;padding:14px;border-radius:0;
  border:none;background:linear-gradient(135deg,var(--couRed),var(--couRed2))}
.apply-instructionsLeft{flex:1;min-width:260px}
.apply-instructionsTitle{margin:0 0 6px;font-size:28px;letter-spacing:.2px}
.apply-instructionsText{margin:0 0 10px;font-size:13px;color:rgba(255,255,255,.90);font-weight:700;max-width:720px}
.apply-instructionsBtns{display:flex;gap:10px;flex-wrap:wrap;margin:4px 0 8px}
.apply-helpLine{font-size:12px;color:rgba(255,255,255,.85);font-weight:800}
.apply-helpLine a{color:#fff;text-decoration:underline;font-weight:900}

.apply-instructionsRight{width:420px;max-width:100%}
.apply-checkCard{background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.18);border-radius:0;padding:14px;height:auto}
.apply-checkTitle{font-weight:900;font-size:14px;margin:0 0 10px}
.apply-checkList{margin:0;padding-left:18px}
.apply-checkList li{margin:6px 0;color:rgba(255,255,255,.92);font-weight:800;font-size:12px;line-height:1.55}

.apply-checkList li{position:relative}
.apply-checkList .chk{display:inline-block;width:14px;height:14px;margin-right:10px;border:1px solid rgba(255,255,255,.70);vertical-align:middle;background:transparent}
.apply-checkList li.active{font-weight:900}
.apply-checkList li.done .chk{background:#000;border-color:#000}
.apply-checkList li.active:not(.done) .chk{outline:2px solid rgba(255,255,255,.55);outline-offset:1px}

/* Upload documents step */
.uploadCard{margin-top:10px;padding:12px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.18);border-radius:12px}
.uploadLabel{display:block;margin-bottom:8px;font-size:12px;font-weight:900}
.uploadList{margin-top:10px}
.uploadItem{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.14);border-radius:10px;margin:8px 0}
.uploadLeft{display:flex;flex-direction:column;gap:2px;min-width:0}
.uploadRemove{flex:0 0 auto;border:1px solid rgba(255,255,255,.6);background:transparent;color:#fff;padding:6px 10px;font-size:12px;cursor:pointer}
.uploadRemove:hover{background:rgba(0,0,0,.25)}
.uploadName{font-weight:800;color:rgba(255,255,255,.92);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.uploadMeta{font-size:12px;color:rgba(255,255,255,.75);white-space:nowrap}

/* Review & submit image preview */
.review-submit-preview{margin-top:16px}
.review-submit-image{width:100%;max-width:980px;display:block;border:1px solid rgba(255,255,255,.18);border-radius:12px}

@media (max-width: 860px){
  .apply-instructions{flex-direction:column}
  .apply-instructionsTitle{font-size:24px}
  .apply-instructionsRight{width:100%}
}

.apply-form{margin-top:12px}
.step{display:none;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.15);border-radius:14px;padding:14px}
.step.active{display:block}
.step h3{margin:0 0 8px;font-size:15px}
.muted{margin:6px 0 0;color:rgba(255,255,255,.80)}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}
.field label{display:block;margin-bottom:6px;font-size:12px;font-weight:800}
.req{font-weight:900}
input,select,textarea{width:100%;padding:10px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.20);background:rgba(0,0,0,.20);color:#fff;outline:none}
textarea{resize:vertical}
.err{display:block;min-height:14px;font-size:11px;color:var(--danger);margin-top:6px}
.cardRadio{display:flex;gap:10px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.18);cursor:pointer}
.cardRadio input{width:auto;margin-top:2px}
.cardRadio small{display:block;margin-top:3px;color:rgba(255,255,255,.80)}
.checkRow{display:flex;gap:10px;align-items:flex-start;margin:10px 0 4px;color:rgba(255,255,255,.85)}
.checkRow input{width:auto;margin-top:2px}

.reviewBox{border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.18);border-radius:12px;padding:10px 12px}
.reviewRow{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.reviewRow:last-child{border-bottom:none}
.key{font-weight:900}
.val{color:rgba(255,255,255,.85);text-align:right}
.note{margin-top:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.18);color:rgba(255,255,255,.85)}

.btn{padding:9px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.18);cursor:pointer;font-weight:900}
.btn.primary{background:#fff;color:#111;border-color:#fff}
.btn.ghost{background:rgba(0,0,0,.18);color:#fff}
.btn.danger{border-color:rgba(255,92,92,.7)}
.formNav{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}
.rightBtns{display:flex;gap:10px}

.toast{position:fixed;right:16px;bottom:90px;background:rgba(0,0,0,.65);border:1px solid rgba(255,255,255,.18);color:#fff;padding:10px 12px;border-radius:12px;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease;pointer-events:none;z-index:200}
.toast.show{opacity:1;transform:translateY(0)}

/* footer */
.apply-footer{background:radial-gradient(circle at 20% 0%, #222 0%, #0b0b0b 55%, #000 100%);color:#fff;padding:16px 0 0;position:relative}
.apply-footerMain{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:18px;padding:18px 14px 14px;align-items:center}
.apply-footerLeft h4{margin:0 0 10px;font-size:14px;font-weight:900}
.apply-quickLinks{color:#fff;font-weight:800;font-size:12px;line-height:1.7}
.apply-quickLinks a{color:#fff;text-decoration:none}
.apply-quickLinks a:hover{text-decoration:underline}
.apply-copy{margin-top:18px;font-size:12px;color:rgba(255,255,255,.85)}
.apply-copy a{color:#fff;font-weight:900;text-decoration:underline}

.apply-footerCard{background:#efefef;color:#111;border-radius:14px;padding:18px 18px 14px;border:1px solid rgba(255,255,255,.22);box-shadow:0 10px 20px rgba(0,0,0,.25);text-align:center}
.apply-cardLogoWrap{width:56px;height:56px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;margin:-38px auto 10px;border:1px solid rgba(0,0,0,.12)}
.apply-cardLogoWrap img{width:40px;height:40px;object-fit:contain}
.apply-footerCard h3{margin:0 0 10px;font-size:18px;font-weight:900}
.apply-smallTitle{font-size:12px;font-weight:900;margin-bottom:6px}
.apply-addr{font-size:12px;margin-bottom:10px}
.apply-phone{display:inline-block;color:#0a7a3a;font-weight:900;text-decoration:none;margin-bottom:10px}
.apply-joinTitle{font-weight:900;margin-top:8px;font-size:12px}
.apply-joinText{font-size:12px;color:#333;margin-top:6px}
.apply-dots{margin-top:12px;display:flex;gap:8px;justify-content:center}
.apply-dot{width:10px;height:10px;border-radius:3px;display:inline-block}
.apply-dot.blue{background:#1da1f2}.apply-dot.black{background:#111}.apply-dot.red{background:#d50000}.apply-dot.green{background:#00a651}.apply-dot.orange{background:#ff7a00}

.apply-footerBottom{border-top:1px solid rgba(255,255,255,.14);padding:12px 14px;text-align:center}
.apply-policyLinks{font-size:12px;font-weight:800}
.apply-policyLinks a{color:#fff;text-decoration:none}
.apply-policyLinks a:hover{text-decoration:underline}

.apply-chatBtn{position:fixed;right:18px;bottom:18px;width:64px;height:64px;border-radius:999px;background:var(--couRed);border:none;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 10px 20px rgba(0,0,0,.35);z-index:300}

@media (max-width:980px){
  .apply-topRow{flex-direction:column;align-items:flex-start}
  .apply-topSelectors{justify-content:flex-end}
  .apply-footerMain{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
}

/* dark-red menu bar (added under the black menus) */
.cou-rednav{
  background:var(--couRed);
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(0,0,0,.35);
  display:flex;
  flex-wrap:wrap;
  gap:0;
  justify-content:center;
  padding:0;
}
.cou-rednav a{
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  padding:12px 16px;
  display:inline-flex;
  align-items:center;
}
.cou-rednav a:hover{ background:rgba(0,0,0,.18); }
.cou-rednav a.active{
  background:rgba(0,0,0,.24);
  border-bottom:3px solid rgba(255,255,255,.55);
}

/* connected chat panel */
.chatPanel{
  position:fixed;
  right:18px;
  bottom:92px;
  width:340px;
  max-width:calc(100vw - 32px);
  height:420px;
  max-height:calc(100vh - 140px);
  background:#fff;
  border-radius:16px;
  box-shadow:0 14px 30px rgba(0,0,0,.35);
  border:1px solid rgba(0,0,0,.12);
  display:none;
  overflow:hidden;
  z-index:500;
}
.chatPanel.open{ display:flex; flex-direction:column; }

.chatHead{
  background:linear-gradient(135deg,var(--couRed),var(--couRed2));
  color:#fff;
  padding:10px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.chatTitle{ font-weight:900; font-size:13px; }
.chatClose{
  width:28px;height:28px;border-radius:10px;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(0,0,0,.18);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.chatMessages{
  flex:1;
  padding:10px 10px 0;
  overflow:auto;
  background:#f6f6f6;
}
.msg{
  margin:0 0 10px;
  display:flex;
}
.msg.user{ justify-content:flex-end; }
.bubble{
  max-width:82%;
  padding:10px 12px;
  border-radius:14px;
  font-size:13px;
  line-height:1.35;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.msg.user .bubble{ background:var(--couRed); color:#fff; border-bottom-right-radius:6px; }
.msg.bot .bubble{ background:#fff; color:#111; border-bottom-left-radius:6px; }

.chatForm{
  display:flex;
  gap:8px;
  padding:10px;
  background:#fff;
  border-top:1px solid rgba(0,0,0,.10);
}
.chatInput{
  flex:1;
  padding:10px 10px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  outline:none;
}
.chatSend{
  padding:10px 12px;
  border-radius:12px;
  border:none;
  background:var(--couRed);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

/* dark-red bar menu (added under black header) */
.cou-redbar{
  background:var(--couRed);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(0,0,0,.35);
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:center;
  padding:12px 10px;
}
.cou-redbar a{
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:13px;
}
.cou-redbar a:hover{ text-decoration:underline; }
.cou-redbar a.active{ text-decoration:underline; }

.countrySearchWrap{padding:6px 6px 8px}
#countrySearch{
  width:100%;
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.25);
  color:#fff;
}
.countryList{
  max-height:280px;
  overflow:auto;
  padding:4px 2px 6px;
}
.countryOption{
  width:100%;
  text-align:left;
  border:none;
  background:transparent;
  color:#fff;
  padding:8px 8px;
  border-radius:8px;
  cursor:pointer;
  font-weight:800;
  display:flex;
  gap:8px;
  align-items:center;
}
.countryOption:hover{ background:rgba(255,255,255,.08); }
.countryOption .cName{flex:1}


/* V7 FIX: minimize black menu paragraph height */
.apply-topRow{padding:4px 12px !important;}
.apply-topLinks{padding-bottom:0 !important; line-height:1.1 !important;}
.apply-topLinks a{font-size:11px !important;}
.apply-topSelectors{gap:8px !important;}

.apply-mainRow{padding:6px 8px 8px !important;}
.apply-mainNav{gap:10px !important;}
.apply-navBtn,.apply-navLink{padding:4px 4px !important;font-size:11px !important;}


/* V9: social icons moved into address card */
.apply-socialRow{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:10px 0 2px;
}
.apply-socialRow .soc{width:26px;height:26px}

/* V9: country dropdown rows */
.apply-countryDrop button{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
}
.apply-countryDrop button .flagEmoji{width:18px; text-align:center}
.apply-countryDrop button .countryLabel{flex:1}


/* V10: real flag images (works even if emoji flags unsupported) */
.apply-countryBox .flag{display:inline-flex;align-items:center;justify-content:center;width:22px;height:16px}
.flagImgTop{width:22px;height:16px;display:block;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
.flagImg{width:22px;height:16px;display:block;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
.apply-countryDrop button{gap:10px}

/* V14: Country & City native selects with flag */
.countrySelectWrap{display:flex;align-items:center;gap:10px}
.flagBox{width:26px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:3px;
  box-shadow:0 0 0 1px rgba(255,255,255,.18);overflow:hidden;background:#111}
#countryFlagImg{width:26px;height:18px;display:block}


/* ----- NEW: Right-sidebar support cards (safe additions) ----- */
.apply-sideCard{margin-top:14px;background:#fff;border:1px solid #e7e7e7;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.06)}
.apply-sideTitle{background:linear-gradient(180deg,var(--couRed),var(--couRed2));color:#fff;padding:10px 12px;font-weight:700;font-size:14px}
.apply-sideBody{padding:12px}
.apply-sideList{margin:8px 0 0 16px;padding:0}
.apply-sideList li{margin:6px 0}
.apply-miniNote{margin-top:10px;font-size:12px;color:#444;background:#fafafa;border:1px dashed #ddd;border-radius:10px;padding:8px}
.linkBtn{background:none;border:none;padding:0;color:var(--couRed);font-weight:700;cursor:pointer;text-decoration:underline}
.linkBtn:focus{outline:2px solid rgba(137,5,5,.35);outline-offset:2px}
.feeRow{display:flex;align-items:center;justify-content:space-between;border:1px solid #eee;border-radius:10px;padding:10px;background:#fafafa}
.feeLabel{font-size:12px;color:#444}
.feeValue{font-weight:800}
.feeActions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
.btn.small{padding:8px 10px;font-size:12px;border-radius:10px}
.field.compact label{font-size:12px}
.field.compact input{padding:10px;border-radius:10px}
.trackResult{margin-top:10px;font-size:13px}
.trackResult .ok{background:#f3fff6;border:1px solid #cfead9;padding:10px;border-radius:12px}
.trackResult .bad{background:#fff5f5;border:1px solid #f0c5c5;padding:10px;border-radius:12px}

/* ----- NEW: Submission success panel ----- */
.submitSuccess{margin-top:16px;background:#fff;border:1px solid #e7e7e7;border-radius:14px;padding:16px}
.submitSuccess.hidden{display:none}
.submitSuccessInner h3{margin:0 0 6px 0}
.receiptCard{margin-top:12px;border:1px solid #eee;border-radius:14px;padding:12px;background:#fafafa}
.receiptRow{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px dashed #e2e2e2}
.receiptRow:last-child{border-bottom:none}
.rLabel{font-size:12px;color:#444}
.rValue{font-weight:800}
.receiptActions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.submitNext{margin-top:12px;border-top:1px solid #eee;padding-top:12px}
.submitNextTitle{font-weight:800;margin-bottom:8px}

/* ----- NEW: Modal system for policy links (no dead clicks) ----- */
.modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.55);padding:18px;z-index:9999}
.modal.open{display:flex}
.modalCard{width:min(860px,100%);background:#fff;border-radius:16px;border:1px solid #eee;box-shadow:0 18px 50px rgba(0,0,0,.35);overflow:hidden;max-height:85vh;display:flex;flex-direction:column}
.modalHead{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:linear-gradient(180deg,var(--couRed),var(--couRed2));color:#fff}
.modalTitle{font-weight:800}
.modalClose{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:10px;width:38px;height:38px;cursor:pointer}
.modalBody{padding:14px;overflow:auto}
.modalBody ul{margin:8px 0 0 18px}
.faq{border:1px solid #eee;border-radius:12px;padding:10px;background:#fafafa;margin:10px 0}
.faq summary{cursor:pointer;font-weight:800}
.waiverForm textarea{width:100%;padding:10px;border-radius:10px;border:1px solid #ddd}

.formNav.hiddenAfterSubmit{display:none}


/* V27: Keep Applicant Support + Fee/Waiver + Track cards on one line (desktop) */
.apply-toolsRow{margin-top:14px;display:flex;gap:18px;align-items:stretch;flex-wrap:wrap}
.apply-toolsRow .apply-sideCard{margin-top:0;flex:1 1 0;min-width:0}
@media (max-width: 980px){
  .apply-toolsRow{flex-direction:column}
  .apply-toolsRow .apply-sideCard{flex:0 0 auto}
}
