/**
 * ============================================================================
 * SHOW MORE ARTICLES RADIUS - ROUNDED CORNERS FOR SHOW MORE BUTTON
 * ============================================================================
 * Border-radius styling for show more articles components.
 * ============================================================================
 */

/* ========================================================================== */
/* SHOW MORE BUTTON - ROUNDED CORNERS */
/* ========================================================================== */
.show-more-articles__btn {
  border-radius: 10px; /* Rounded button corners */
}
