.icms-body-toolbox{ display:inherit; margin-bottom:0px; }

*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#f8f8fd;color:#2d3436;font-size:16px}
.container{max-width:950px;margin:0 auto;padding:20px}

/* HERO */
.predictions_hero{background:#fff;border:1px solid #e4e6ed;border-radius:6px;padding:18px 22px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.predictions_hero_desc{font-size:13px;color:#777;line-height:1.6;max-width:500px;margin-top:8px}
.predictions_hero_title{font-size:22px;font-weight:700;color:#193b56}
.predictions_hero_author{display:flex;align-items:center;gap:10px;flex-shrink:0;border:1px solid #e4e6ed;border-radius:6px;padding:10px 14px;background:#f8f8fd;text-decoration:none;}
.predictions_hero_author:hover{border-color:#ccdeff;background:#eef4ff;text-decoration:none;}
.predictions_hero_photo{width:40px;height:40px;border-radius:50%;background:#dde6f0;border:2px solid #e4e6ed;flex-shrink:0}
.predictions_hero_photo img{border-radius:50%;}
.predictions_hero_name{font-size:12px;font-weight:700;color:#193b56}
.predictions_hero_role{font-size:10px;color:#aaa;margin-top:2px}

/* ТАБЫ */
.pred-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}
.pred-tab{padding:7px 18px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid #e4e6ed;background:#fff;color:#555;cursor:pointer;transition:all .15s; text-decoration:none;}
.pred-tab a{color:#555; text-decoration:none;}
.pred-tab.active{background:#193b56;color:#fff;border-color:#193b56}
.pred-tab.active a{color:#fff; text-decoration:none;}
.pred-tab:hover:not(.active){background:#f0f4ff;border-color:#ccdeff;color:#468AFD}
.pred-tab:hover:hover{color:#468AFD; text-decoration:none;}

/* ФИЛЬТР */
.pred-filter{font-size:13px;color:#555;margin-bottom:18px}
.pred-filter span{margin-right:14px;cursor:pointer;padding-bottom:2px}
.pred-filter span.act{font-weight:700;color:#193b56;border-bottom:2px solid #193b56}

/* СЕТКА */
.prediction_content{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px}

/* КАРТОЧКА */
.prediction_content a{text-decoration:none;display:block}
.prediction_content .item{background:#fff;border:1px solid #e4e6ed;border-radius:8px;overflow:hidden;transition:transform .15s,box-shadow .15s}
.prediction_content a:hover .item{transform:translateY(-2px);box-shadow:0 6px 20px rgba(25,59,86,.08)}
.predictions_top{padding:14px 14px 12px;position:relative}

/* NEW BADGE — абсолютный */
.predictions_new{position:absolute;top:10px;left:14px;height:0;text-align:left;}
.predictions_new_new{display:inline-block;background:#E74C3C;color:#fff;font-size:9px;font-weight:800;letter-spacing:.8px;padding:2px 8px;border-radius:3px;text-transform:uppercase}

/* ЛОГОТИПЫ */
.predictions_grid{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:22px;margin-bottom:10px}
.predictions_logo{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.predictions_logo img{width:40px;height:40px;object-fit:contain;border-radius:50%}
.predictions_grid>div:nth-child(2){flex:1;text-align:center}
.predictions_title{font-size:11px;color:#aaa;margin-bottom:5px}
.predictions_odds_div{display:flex;justify-content:center}
.predictions_odds{display:inline-block;background:#eaf6ee;color:#1a7a36;font-size:12px;font-weight:700;padding:3px 10px;border-radius:4px}

/* ОПИСАНИЕ */
.predictions_description_card{border-top:1px solid #f0f2f8;padding-top:10px;font-size:12px;color:#666;line-height:1.5}
.predictions_description_card p{margin:0}

/* SEO ТЕКСТ */
.prediction_description{background:#fff;border:1px solid #e4e6ed;border-radius:6px;padding:22px 26px;font-size:13.5px;color:#555;line-height:1.75;max-height:160px;overflow:hidden;position:relative;transition:max-height .3s ease}
.prediction_description.expanded{max-height:9999px}
.prediction_description::after{content:'';position:absolute;bottom:0;left:0;right:0;height:48px;background:linear-gradient(transparent,#fff);pointer-events:none;transition:opacity .3s}
.prediction_description.expanded::after{opacity:0}
.prediction_description h2{font-size:17px;font-weight:700;color:#193b56;margin:24px 0 10px;padding-bottom:8px;border-bottom:2px solid #193b56}
.prediction_description h2:first-child{margin-top:0}
.prediction_description h3{font-size:14px;font-weight:700;color:#193b56;margin:18px 0 8px}
.prediction_description p{margin:0 0 10px}
.prediction_description ul{margin:0 0 12px 20px;padding:0}
.prediction_description ul li{margin-bottom:5px}
.prediction_description hr{border:none;border-top:1px solid #e4e6ed;margin:24px 0}
.prediction_seo_toggle{display:inline-block;margin-top:10px;font-size:12px;color:#468AFD;font-weight:600;cursor:pointer}
.prediction_seo_toggle:hover{text-decoration:underline}

/* АДАПТИВ */
@media(max-width:700px){.prediction_content{grid-template-columns:repeat(2,1fr)}}
@media(max-width:440px){.prediction_content{grid-template-columns:1fr}.predictions_hero{flex-direction:column}.pred-tabs{gap:4px}.pred-tab{padding:6px 12px;font-size:11px}}
