.pengumuman-card-link{display:block;color:inherit;text-decoration:none}.pengumuman-card-link:focus,.pengumuman-card-link:hover{color:inherit}.pengumuman-card-link:focus-visible{border-radius:12px;outline:3px solid var(--color1);outline-offset:3px}.pengumuman-card{overflow:hidden;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.07);transition:transform .2s ease,box-shadow .2s ease}.pengumuman-card:hover{transform:translateY(-3px);box-shadow:0 9px 24px rgba(0,0,0,.11)}.pengumuman-card .pengumuman-card-image,.pengumuman-card .pengumuman-card-placeholder{width:100%;height:220px}.pengumuman-card .pengumuman-card-image{display:block;-o-object-fit:cover;object-fit:cover}.pengumuman-card .pengumuman-card-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;background:linear-gradient(135deg,var(--color2),#626168);color:#fff;font-weight:600}.pengumuman-card .pengumuman-card-body{display:flex;min-height:215px;padding:20px;flex-direction:column}.pengumuman-card .pengumuman-card-title{display:-webkit-box;overflow:hidden;margin:0 0 12px;color:#272343;font-size:1.25rem;font-weight:700;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pengumuman-card .pengumuman-card-description{display:-webkit-box;overflow:hidden;margin-bottom:20px;color:#666;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pengumuman-card .pengumuman-card-date{display:flex;align-items:center;gap:8px;margin-top:auto;color:#414046;font-size:.9rem}@media(max-width:767px){.pengumuman-card .pengumuman-card-image,.pengumuman-card .pengumuman-card-placeholder{height:200px}}