/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
*/

/* font */
/* render optimize */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

/* autopost 본문 블록 기본 스타일 */
.gb-element-gb03-body-p1 .wp-block-paragraph,
.gb-element-gb03-body-p1 .wp-block-list,
.gb-element-gb03-body-p1 .wp-block-heading,
.gb-element-gb03-body-p2 .wp-block-paragraph,
.gb-element-gb03-body-p2 .wp-block-list,
.gb-element-gb03-body-p2 .wp-block-heading {
  font-size: 15px;
  color: #2c3e5a;
  line-height: 1.75;
}

/* autopost: **레이블:** 불릿 → wp:group.autopost-labeled-item (H4 + paragraph) */
.autopost-labeled-item {
  margin-bottom: 1.5em;
  padding: 1em 1.5em;
  border-left: 3px solid #dce7f3;
  background: rgba(220, 231, 243, 0.08);
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

.autopost-labeled-item:hover {
  border-left-color: #1e3260;
}

.autopost-labeled-item .labeled-item-title {
  color: #1e3260;
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

.autopost-labeled-item .labeled-item-desc {
  margin: 0;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .autopost-labeled-item {
    padding: 0.8em 1em;
    margin-bottom: 1em;
  }

  .autopost-labeled-item .labeled-item-title {
    font-size: 1.05em;
  }
}