.news-like-container { border: 1px solid #cce0ff; background: #eef6ff; padding: 16px 20px; margin: 25px 0 30px 0; border-radius: 6px; font-size: 15px; display: flex; align-items: center; gap: 15px; } .news-like-button { background: #007bff; color: #fff; padding: 10px 16px; border: none; border-radius: 5px; cursor: pointer; font-size: 15px; white-space: nowrap; } .news-like-button:hover { background: #0056c1; } .news-like-heading { font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; color: #666; margin-bottom: 4px; } .news-like-text { font-size: 15px; color: #333; } @media (max-width: 600px) { .news-like-container { flex-direction: column; align-items: flex-start; } }