.health-news-feed{padding:var(--spacing-3xl) 0;background:var(--color-background);position:relative}@media (max-width: 767px){.health-news-feed{padding:var(--spacing-2xl) 0}}.health-news-feed__container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.health-news-feed__header{text-align:center;margin-bottom:var(--spacing-2xl)}.health-news-feed__badge{display:inline-block;padding:var(--spacing-sm) var(--spacing-md);background:var(--color-primary-gradient);color:var(--color-background);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide);border-radius:var(--radius-full);margin-bottom:var(--spacing-md)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.health-news-feed__heading{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);color:var(--color-text);line-height:var(--line-height-tight);margin-bottom:var(--spacing-sm)}@media (max-width: 767px){.health-news-feed__heading{font-size:var(--font-size-3xl)}}.health-news-feed__subheading{font-size:var(--font-size-lg);color:var(--color-text-light);line-height:var(--line-height-base);max-width:600px;margin:0 auto}.health-news-feed__loading{text-align:center;padding:var(--spacing-3xl) 0}.health-news-feed__spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top:3px solid var(--color-primary);border-radius:50%;margin:0 auto var(--spacing-md);animation:spin 1s linear infinite}.health-news-feed__loading p{font-size:var(--font-size-base);color:var(--color-text-light);margin:0}.health-news-feed__grid{display:grid;gap:var(--spacing-xl);margin-bottom:var(--spacing-2xl)}@media (min-width: 768px){.health-news-feed__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.health-news-feed__grid{grid-template-columns:repeat(3,1fr)}}.health-news-card{background:var(--color-background);border-radius:var(--radius-lg);padding:var(--spacing-lg);box-shadow:0 4px 20px #03045e14;transition:all var(--transition-base);display:flex;flex-direction:column;height:100%;border:1px solid var(--color-border-light)}.health-news-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #03045e1f}.health-news-card__content{display:flex;flex-direction:column;height:100%}.health-news-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--spacing-md);gap:var(--spacing-sm)}.health-news-card__time{font-size:var(--font-size-sm);color:var(--color-text-muted);white-space:nowrap;flex-shrink:0}.news-category{display:inline-block;padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide);color:var(--color-background);background:var(--category-color, var(--color-primary))}.news-category--virus{background:var(--color-error)}.news-category--respiratory{background:var(--color-primary)}.health-news-card__title{flex:1}.health-news-card__title a{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--color-text);text-decoration:none;transition:color var(--transition-base);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:var(--spacing-sm);display:block}.health-news-card__title a:hover{color:var(--color-primary)}.health-news-card__external-icon{width:12px;height:12px;margin-left:var(--spacing-xs);vertical-align:middle;opacity:.6;transition:opacity var(--transition-base)}.health-news-card__title a:hover .health-news-card__external-icon{opacity:1}.health-news-card__description{font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text-light);margin-bottom:var(--spacing-md);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.health-news-card__footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:var(--spacing-sm);border-top:1px solid var(--color-border-light);gap:var(--spacing-sm)}.health-news-card__source{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-primary);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide)}.health-news-card__protection{text-align:right}.protection-text{font-size:var(--font-size-xs);color:var(--color-text-muted);font-style:italic}.health-news-feed__fallback{text-align:center;padding:var(--spacing-2xl) 0}.health-news-feed__fallback h3{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--color-text);margin-bottom:var(--spacing-sm)}.health-news-feed__fallback p{font-size:var(--font-size-base);color:var(--color-text-light);line-height:var(--line-height-base);margin-bottom:var(--spacing-xl);max-width:600px;margin-left:auto;margin-right:auto}.health-news-feed__fallback-items{display:grid;gap:var(--spacing-lg);max-width:800px;margin:0 auto}@media (min-width: 768px){.health-news-feed__fallback-items{grid-template-columns:repeat(3,1fr)}}.health-news-fallback-item{background:var(--color-background);padding:var(--spacing-lg);border-radius:var(--radius-lg);box-shadow:0 4px 20px #03045e14;border:1px solid var(--color-border-light)}.health-news-fallback-item h4{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:var(--spacing-sm) 0;line-height:var(--line-height-tight)}.health-news-fallback-item .news-source{font-size:var(--font-size-sm);color:var(--color-text-light);margin:0}.health-news-feed__cta{text-align:center;margin-top:var(--spacing-2xl)}.health-news-feed__cta-button{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-xl);background:var(--color-primary-gradient);color:var(--color-background);text-decoration:none;border-radius:var(--radius-full);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);transition:all var(--transition-base);box-shadow:var(--shadow-md)}.health-news-feed__cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}@media (max-width: 767px){.health-news-card{padding:var(--spacing-md)}.health-news-card__title a{font-size:var(--font-size-lg)}.health-news-card__footer{flex-direction:column;align-items:flex-start;gap:var(--spacing-xs)}.health-news-card__protection{text-align:left}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.health-news-card{animation:fadeInUp .6s ease-out}.health-news-card:nth-child(1){animation-delay:0ms}.health-news-card:nth-child(2){animation-delay:.15s}.health-news-card:nth-child(3){animation-delay:.3s}.health-news-card:nth-child(4){animation-delay:.45s}.health-news-card:nth-child(5){animation-delay:.6s}.health-news-card:nth-child(6){animation-delay:.75s}@media print{.health-news-feed{background:none}.health-news-card{box-shadow:none;border:1px solid #ccc;break-inside:avoid}.health-news-feed__cta,.health-news-card__external-icon{display:none}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/health-news-feed.css.map */
