.dbg-oproepen-featured{display:block}
.dbg-oproepen-featured__header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}
.dbg-oproepen-featured__header h2{margin:0}
.dbg-oproepen-featured__all{text-decoration:none}
.dbg-oproepen-featured__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.dbg-oproep-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;display:flex;flex-direction:column;height:100%}
.dbg-oproep-card__badge{display:inline-block;align-self:flex-start;margin-bottom:10px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;background:#eef6ff}
.dbg-oproep-card__title{margin:0 0 10px;font-size:1.1rem;line-height:1.3}
.dbg-oproep-card__title a{text-decoration:none}
.dbg-oproep-card__meta,.dbg-oproep-card__date{font-size:.95rem;color:#555;margin-bottom:10px}
.dbg-oproep-card__flag{width:20px;height:auto;vertical-align:middle;margin-right:6px}
.dbg-oproep-card__intro{margin-bottom:16px;flex-grow:1}
.dbg-oproep-card__actions{margin-top:auto}
.dbg-oproep-card__button{display:inline-block;width:100%;box-sizing:border-box;text-align:center;text-decoration:none;padding:10px 14px;border-radius:8px}
@media (max-width: 980px){.dbg-oproepen-featured__grid{grid-template-columns:1fr}.dbg-oproepen-featured__header{flex-direction:column;align-items:flex-start}}