/* inc-jubo-filter.css — 일반 PLP용 교회주보 규격 필터 추가 스타일
 * 기본 필터 바/시트/칩은 inc-bible-filter.css 를 재사용한다. */

/* 규격별: 성경 필터의 좌측 라벨 폭을 그대로 쓰고,
 * 긴 규격 문구가 안정적으로 보이도록 옵션은 한 줄에 하나씩 배치한다. */
.c-jfsheet__size-opts {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.c-jfsheet__size-chip {
  max-width: 100%;
}

.c-jfsheet__size-chip small,
.c-jf .c-bf-chip small {
  font-size: 11px;
  font-weight: 400;
}

.c-jfsheet__size-chip.is-active small {
  color: inherit;
}

/* 교회주보 메인 페이지 링크는 '규격별' 라벨과 같은 톤으로 왼쪽에 단독 배치. */
.c-jfsheet__rootlink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  margin-top: 16px;
  padding-top: 0;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}

.c-jfsheet__rootlink:active {
  color: var(--accent);
}

/* 어린이/결혼예배/독판은 필터 칩과 혼동되지 않도록
 * 배경/테두리 없는 텍스트 링크로 구분한다. */
.c-jfsheet__quick {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
  margin-top: 11px;
  padding-left: 6px;
}

.c-jfsheet__quick-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  white-space: nowrap;
}

.c-jfsheet__quick-arrow {
  font-size: 15px;
  line-height: 1;
  opacity: .55;
  transform: translateY(-.5px);
}

.c-jfsheet__quick-link:active {
  color: var(--accent);
}

/* 바로가기 영역과 하단 액션 버튼 사이 호흡을 조금 더 준다. */
.c-jfsheet__actions {
  margin-top: 28px;
}
