/* Homepage 카드 간격 */
.service-container {
  gap: 12px !important;
}

/* 서비스 카드 */
.service-card {
  border-radius: 14px !important;
}

/* 북마크 카드 */
.bookmark {
  border-radius: 12px !important;
}

/* 위젯 카드 */
.widget {
  border-radius: 14px !important;
}

