.card-featured{display:flex;flex-direction:column;max-width:100%;max-height:315px;border-radius:8px;overflow:hidden;background:var(--Base-White,#fff);box-shadow:0 4px 12px rgba(0,0,0,.1)}@media (min-width:768px){.card-featured{flex-direction:row}}.card-featured .badges_time{display:flex;flex-direction:row;justify-content:space-between}.card-featured__image{flex-shrink:0;width:100%;height:auto}.card-featured__image img{width:100%;height:315px;object-fit:cover}@media (min-width:768px){.card-featured__image{width:40%}}.card-featured__detail{display:flex;flex-direction:column;padding:16px;gap:16px}@media (min-width:768px){.card-featured__detail{padding:24px}}.card-featured__badges{display:flex;flex-wrap:wrap;gap:8px}.card-featured__badges .badge{display:inline-block;padding:4px 8px;font-size:.875rem;background:var(--Core-Blue-100,#e6f0ff);color:var(--Core-Blue-900,#036);border-radius:4px}.card-featured__badges .badge-separator{display:none}@media (min-width:768px){.card-featured__badges .badge-separator{display:flex;width:4px;height:4px;border-radius:50%;background:var(--Cool-Grey-300,#d0d5dd)}}.card-featured__title{display:flex;justify-content:center;align-items:center;gap:10px;align-self:stretch;font-size:1.25rem;font-weight:600;color:var(--Core-Blue-900,#036)}@media (min-width:768px){.card-featured__title{font-size:1.5rem}}.card-featured__description{font-size:1rem;color:var(--Cool-Grey-700,#4a5568);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.card-featured__description{-webkit-line-clamp:4}}.card-featured__meta{display:flex;flex-wrap:wrap;gap:8px;font-size:.875rem;color:var(--Cool-Grey-500,#a0aec0)}.card-featured__meta__separator{display:none}@media (min-width:768px){.card-featured__meta__separator{display:flex;width:4px;height:4px;border-radius:50%;background:var(--Cool-Grey-300,#d0d5dd)}}.card-featured__link{display:inline-flex;align-items:center;gap:8px;font-size:1rem;font-weight:500;color:var(--Core-Blue-900,#036);text-decoration:none}.card-featured__link .arrow-button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--Core-Blue-500,#0056b3);color:var(--Base-White,#fff)}.card-featured__link:hover{color:var(--Core-Blue-700,#004080)}.card-featured__link:hover .arrow-button{background:var(--Core-Blue-700,#004080)}