.cards-grid-feature{position:relative;padding:0;background:url(../assets/2000-bg.png) no-repeat center center;background-size:cover;border:1px solid #dfe6ec;border-radius:12px;min-height:fit-content;display:flex;flex-direction:column;justify-content:space-between;gap:12px;direction:rtl}@media (min-width:601px){.cards-grid-feature{box-sizing:border-box;width:315px;min-width:315px;max-width:315px;height:506px;min-height:506px;max-height:506px;flex:0 0 auto;overflow:hidden}.cards-grid-feature__panels{flex:1 1 auto;min-height:0;max-height:none}}.cards-grid-feature__topbar{height:fit-content;display:flex;align-items:center;justify-content:space-between;padding:4px 12px;gap:4px;background:#ff4638;border-top-left-radius:12px;border-top-right-radius:12px}.cards-grid-feature__topbar-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.cards-grid-feature__topbar-title{flex:1;text-align:right;color:#ffffff;font-size:22px;font-weight:500}.clickable{cursor:pointer}.cards-grid-feature__panels{display:flex;flex-direction:column;gap:12px;max-height:330px;overflow-y:auto;overflow-x:hidden;background:url(../assets/2000-bg.png) top center / cover no-repeat;background-size:200% 200%}.cards-grid-feature__panel{position:relative;background:#ffffff;border:1px solid #e8e5f2;border-radius:16px 16px 0 16px;overflow:hidden;box-shadow:0 10px 20px rgba(0, 0, 0, 0.08);display:flex;flex-direction:column;gap:8px;margin:0 12px;padding:12px;min-height:fit-content;flex-shrink:0;cursor:pointer}.cards-grid-feature__panel-image{width:100%;height:138px;flex:0 0 138px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:8px}.cards-grid-feature__panel-body{text-align:right;direction:rtl;display:flex;flex-direction:column;gap:6px;padding:0}.cards-grid-feature__panel-body h3{margin:0;font-size:16px;line-height:1.25;color:#100c2a;font-weight:400;text-align:right;direction:rtl;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cards-grid-feature__panel:not(:has(.cards-grid-feature__panel-image)) .cards-grid-feature__panel-body h3{-webkit-line-clamp:6;line-clamp:6}.cards-grid-feature__panel-body p{margin:0;font-size:13px;line-height:1.3;color:#9ca3af;text-align:right;direction:rtl}.cards-grid-feature__panel--compact{min-height:220px}.cards-grid-feature__actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.cards-grid-feature__action{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border:none;border-radius:10px;background:#f1f5f9;color:#1e1540;font-size:13px;font-weight:300;cursor:pointer;text-decoration:none}.cards-grid-feature__action svg{width:14px;height:14px}.cards-grid-feature__stats{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.cards-grid-feature__stats span{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:10px;background:#f1f5f9;color:#25314c;font-size:12px}.cards-grid-feature__cta{display:block;width:fit-content;margin:0 auto 14px;border:none;border-radius:10px;background:#ff4638;color:#ffffff;font-size:15px;font-weight:600;padding:8px 16px;cursor:pointer}.cards-grid-feature__loading{flex:0 0 auto;align-self:center;margin:2px auto 12px;color:#ff4638;font-size:14px;font-weight:600}