.news-today-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem;width:100%}.news-today-card{font-size:14px;color:#eee;padding:1.5rem;display:block;position:relative;border-radius:var(--bs-border-radius3);background:linear-gradient(104deg,var(--article-bg-color-1) 5%,var(--article-bg-color-2));border:1px solid var(--bs-border-color);height:fit-content;max-width:100%;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;transition:transform .2s ease,box-shadow .2s ease}.news-today-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3);border-color:var(--color-highlight-2)}.news-today-card h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--color-highlight-2);padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1);text-transform:uppercase;letter-spacing:.5px}.news-today-card p{font-size:.875rem;line-height:1.6;margin-bottom:.75rem;color:#ddd}.news-today-card p:last-child{margin-bottom:0}.news-today-card ul{margin:.75rem 0;padding-left:1.25rem}.news-today-card ul li{font-size:.875rem;line-height:1.6;margin-bottom:.5rem;color:#ddd}.news-today-card a{color:var(--color-link-secondary);text-decoration:none;transition:color .2s ease}.news-today-card a:hover{color:var(--color-highlight-2);text-decoration:underline}.news-today-card b{font-weight:600;color:var(--color-highlight-2)}@media (max-width:768px){.news-today-cards-container{grid-template-columns:1fr;gap:1rem}.news-today-card{padding:.75rem;display:block;width:100%}.news-today-card h3{font-size:1rem}}@media (min-width:769px) and (max-width:1024px){.news-today-cards-container{grid-template-columns:1fr;gap:1.25rem}.news-today-card{padding:1rem}}@media (min-width:1025px){.news-today-cards-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.news-today-default-content{font-size:14px;color:#eee;padding:1.5rem;display:block;position:relative;border-radius:var(--bs-border-radius3);background:linear-gradient(104deg,var(--article-bg-color-1) 5%,var(--article-bg-color-2));border:1px solid var(--bs-border-color);height:fit-content;max-width:100%;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;margin-bottom:2rem}.news-today-default-content h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--color-highlight-2);text-transform:uppercase;letter-spacing:.5px}.news-today-default-content p{font-size:.875rem;line-height:1.6;margin-bottom:.75rem;color:#ddd}