.rallytip-card{
    --rallytip-red:#c90000;
    --rallytip-red-dark:#a90000;
    --rallytip-white:#ffffff;
    --rallytip-text:#171717;
    --rallytip-muted:#666;
    --rallytip-border:#e5e5e5;
    margin:32px 0;
    padding:24px;
    border:1px solid var(--rallytip-border);
    border-radius:8px;
    background:#fafafa;
    color:var(--rallytip-text);
    box-sizing:border-box;
}
.rallytip-card *{box-sizing:border-box}
.rallytip-card__topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.rallytip-card__eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rallytip-red)}
.rallytip-card__status{padding:5px 8px;border-radius:5px;background:#eee;font-size:12px;font-weight:600;color:#555;white-space:nowrap}
.rallytip-card[data-rallytip-status="open"] .rallytip-card__status{background:#fbeaea;color:#a42a27}
.rallytip-card__heading-row{display:flex;align-items:center;gap:14px;min-width:0}
.rallytip-card__emblem-wrap{display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.rallytip-card__emblem{display:block;max-width:100%;height:auto}
.rallytip-card__emblem--logo{width:56px;max-height:36px;object-fit:contain}
.rallytip-card__emblem--flag{width:28px;height:18px;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.rallytip-card__title{margin:0!important;font-size:clamp(22px,2.3vw,30px)!important;line-height:1.15!important;font-weight:750!important;color:var(--rallytip-text)!important}
.rallytip-card__intro{max-width:850px;margin:12px 0 0!important;font-size:16px;line-height:1.5;color:#444}
.rallytip-card__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:20px;border:1px solid var(--rallytip-border);border-radius:7px;overflow:hidden;background:#fff}
.rallytip-card__stats--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.rallytip-card__stats--count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.rallytip-card__stats--count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.rallytip-card__stat{display:flex;flex-direction:column;gap:4px;min-width:0;padding:14px 16px;border-right:1px solid var(--rallytip-border)}
.rallytip-card__stat:last-child{border-right:0}
.rallytip-card__stat strong{font-size:18px;line-height:1.2;color:#202020;overflow-wrap:anywhere}
.rallytip-card__stat span{font-size:12px;line-height:1.35;color:var(--rallytip-muted)}
.rallytip-card__footer{display:flex;align-items:center;gap:16px;margin-top:20px}
.rallytip-card .rallytip-card__button,.rallytip-card .rallytip-card__button:link,.rallytip-card .rallytip-card__button:visited{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:6px;background:var(--rallytip-red);color:var(--rallytip-white)!important;-webkit-text-fill-color:var(--rallytip-white)!important;font-size:15px;font-weight:700;text-decoration:none!important;box-shadow:none;border:none;transition:background .15s ease,transform .15s ease}
.rallytip-card .rallytip-card__button:hover,.rallytip-card .rallytip-card__button:focus,.rallytip-card .rallytip-card__button:active{background:var(--rallytip-red-dark);color:var(--rallytip-white)!important;-webkit-text-fill-color:var(--rallytip-white)!important;text-decoration:none!important;transform:translateY(-1px)}
.rallytip-card__brand{font-size:13px;font-weight:600;color:#777}
@media (max-width:700px){
    .rallytip-card{margin:24px 0;padding:18px 16px;border-radius:7px}
    .rallytip-card__topline{align-items:flex-start;gap:10px}
    .rallytip-card__title{font-size:23px!important}
    .rallytip-card__emblem--logo{width:48px;max-height:32px}
    .rallytip-card__intro{font-size:15px}
    .rallytip-card__stats{grid-template-columns:repeat(2,minmax(0,1fr))}
    .rallytip-card__stat{padding:12px 13px;border-bottom:1px solid var(--rallytip-border)}
    .rallytip-card__stat:nth-child(2n){border-right:0}
    .rallytip-card__stat:nth-last-child(-n+2){border-bottom:0}
    .rallytip-card__stat:nth-last-child(1):nth-child(odd){grid-column:1/-1;border-right:0;border-bottom:0}
    .rallytip-card__footer{align-items:stretch;flex-direction:column;gap:9px}
    .rallytip-card__button{width:100%}
    .rallytip-card__brand{text-align:center}
}
