/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 17:31:36 */
.is-style-default a{
	font-weight:normal !important;
	text-decoration:none !important;
}
/* 전체 카테고리 목록 컨테이너 */
.wp-block-categories-list.my-category-list {
    list-style: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 auto-flow !important;
}

/* 각 카테고리 항목 */
.wp-block-categories-list.my-category-list li {
    display: inline-block !important;
    padding: 5px 10px !important;
    background-color: #f0f0f0 !important;
    border-radius: 5px !important;
    white-space: nowrap !important;
    margin-bottom: 5px !important;
}

/* 카테고리 링크 */
.wp-block-categories-list.my-category-list li a {
    text-decoration: none !important;
    color: #333 !important;
    font-weight: bold !important;
}

select {
  padding: 12px;
      border-radius: 8px;
      border: 1px solid #ccc;
      background-color: #fff;
      font-size: 16px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.5 L5 7.5 L10 2.5 Z' fill='%23999'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 12px;
}


/* 미디어 텍스트 블록 전체 여백 줄이기 */
.wp-block-media-text {
  gap: 10px !important; /* 이미지와 텍스트 사이 간격 */
  padding: 8px 0 !important;
}

/* 텍스트 부분 줄간격/문단 간격 축소 */
.wp-block-media-text__content {
  line-height: 1.5;
}

.wp-block-media-text__content p {
  margin: 4px 0; /* 문단 위아래 여백 줄이기 */
}

/* 컬럼 블록 간 여백 줄이기 */
.wp-block-columns {
  gap: 8px !important;
}
.wp-block-column {
  padding: 0 !important;
}
/*  조회
.view-count {
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--accent-4);
    font-weight: 300;
}*/