/**
 * ============================================================================
 * CATEGORY ARTICLES GRID RADIUS - ROUNDED CORNERS FOR GRID CARDS
 * ============================================================================
 * Border-radius styling for category grid components.
 * ============================================================================
 */

/* ========================================================================== */
/* ARTICLE CARD - ROUNDED CORNERS */
/* ========================================================================== */
.category-articles-grid__card {
  border-radius: 12px; /* Rounded card corners */
}

/* ========================================================================== */
/* THUMBNAIL - ROUNDED CORNERS */
/* ========================================================================== */
.category-articles-grid__thumbnail {
  border-radius: 8px; /* Rounded image corners */
}

/* ========================================================================== */
/* READ BUTTON - ROUNDED CORNERS */
/* ========================================================================== */
.category-articles-grid__read-btn {
  border-radius: 8px; /* Rounded button corners */
}
