.custom-card{background:#F9FAFC;border-radius:18px;padding:0 0 15px;margin:20px 0;overflow:hidden;box-shadow:0 1px 3px 2px rgba(0,0,0,.05)}.custom-card-thumb img{width:100%;height:170px;object-fit:cover;object-position:center center;border-radius:8px 8px 0 0}.custom-card-date{display:flex;align-items:center;gap:8px;margin:0 15px 10px;font-size:13px;color:#606F7B;font-weight:600}.custom-card-title{margin:0 15px;font-size:17px;font-weight:600;color:#020817}.custom-card-title a{color:inherit;text-decoration:none}.custom-card-category{margin:10px 20px 16px;font-size:12px;color:#0074D6;font-weight:300}.custom-card-category a{color:#0074D6}.custom-card-excerpt{margin:0 15px 10px;font-weight:400;color:#65758B;font-size:12px;line-height:1.55}.custom-card-readmore{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#000;text-decoration:none;margin-left:20px}.sr-spinner{margin:0 auto;width:38px;height:38px;border:4px solid #e0e0e0;border-top-color:#00B3EE;border-radius:50%;animation:sr-spin 0.9s linear infinite}@keyframes sr-spin{to{transform:rotate(360deg)}}