.resource-card{width:320px;transition:all .3s ease;height:100%}[dir] .resource-card{background:#fff;border-radius:10px;box-shadow:var(--shadow-sm);box-shadow:var(--shadow)}[dir] .resource-card:hover{transform:translateY(-.25rem)}.resource-card-image{height:125px;display:flex;align-items:center;justify-content:center;position:relative}[dir=ltr] .resource-card-image,[dir=rtl] .resource-card-image{border-top-left-radius:10px;border-top-right-radius:10px}[dir=ltr] .resource-card-image.placeholder{background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}[dir=rtl] .resource-card-image.placeholder{background:linear-gradient(-135deg,#f0f0f0,#e0e0e0)}.resource-card-image.placeholder:before{content:"";position:absolute;top:50%;width:60px;height:60px}[dir] .resource-card-image.placeholder:before{background:rgba(0,0,0,.1);border-radius:50%}[dir=ltr] .resource-card-image.placeholder:before{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .resource-card-image.placeholder:before{right:50%;transform:translate(50%,-50%)}.bookmark-btn{position:absolute;top:-1rem;z-index:10;width:40px;height:40px;display:flex;align-items:center;transition:all .3s ease;color:#fff}[dir] .bookmark-btn{border:none;border-radius:50%}[dir=ltr] .bookmark-btn{right:-1rem}[dir=rtl] .bookmark-btn{left:-1rem}[dir] .resource-card-body{padding:1.5rem}.resource-title{font-size:1.25rem;font-weight:700;color:var(--bs-dark)}[dir] .resource-title{margin-bottom:.5rem}.resource-description{color:var(--bs-secondary);font-size:.95rem;line-height:1.5}[dir] .resource-description{margin-bottom:1.5rem}.status-badge{position:absolute;top:.5rem;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px}[dir] .status-badge{padding:.25rem .75rem;border-radius:12px}[dir=ltr] .status-badge{left:.5rem}[dir=rtl] .status-badge{right:.5rem}@media (max-width:768px){.resource-hub-title{font-size:2rem}.bookmark-btn{width:30px;height:30px;top:-.5rem}[dir=ltr] .bookmark-btn{right:-.5rem}[dir=rtl] .bookmark-btn{left:-.5rem}}