/* Microsoft Theme */
.tekup-news-plugin * {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.tekup-news-plugin .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tekup-news-plugin .card-title {
    color: #0078D4; /* Microsoft blue */
    font-weight: 600;
}

.tekup-news-plugin .card-text {
    color: #555;
    margin-top: 5px;
}

.tekup-news-plugin .read-more-btn {
    display: inline-block;
    background-color: #0078D4;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: background-color 0.3s;
}

.tekup-news-plugin .read-more-btn:hover {
    background-color: #005A9E;
    text-decoration: none;
}

.tekup-news-plugin .news-date {
    color: #777;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.tekup-news-plugin .news-row {
    gap: 20px;
}

.tekup-news-plugin .load-buttons {
    margin-top: 20px;
}