/*
 Theme Name:   PrintAllDay
 Theme URI:    https://printallday.com
 Description:  Blocksy 부모 테마를 기반으로 한 PrintAllDay 전용 Child Theme
 Author:       Momentum Communications
 Author URI:   https://printallday.com
 Template:     blocksy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  printallday
*/

/* ============================================================
   여기서부터 커스텀 CSS를 작성하세요.
   부모 테마(Blocksy)의 스타일은 functions.php에서 자동으로 로드됩니다.
   ============================================================ */

/* ============================================================
   .cpo-inline — Uni CPO 체크박스/라디오 가로 정렬 유틸 클래스

   사용법: Uni CPO 빌더 > Advanced > Selectors > Class name에
          cpo-inline 입력
   ============================================================ */

.cpo-inline > .uni-cpo-module-radio-label,
.cpo-inline > .uni-cpo-module-checkbox-label {
	display: block;
	line-height: 1;
	margin-bottom: 8.5px !important;
}

.cpo-inline > label.uni-cpo-option-label {
	display: inline-flex !important;
	align-items: center;
	float: none !important;
	white-space: nowrap;
	position: relative;
	top: -15px;
	margin-right: 8px !important;
	margin-bottom: 0 !important;
}

.woocommerce-table--order-details .uni-row-content-wrap,
.woocommerce-table--order-details .uni-row-content-wrap div,
.woocommerce-table--order-details .uni-row-content-wrap li {
    font-size: 12px !important;
}

ul.wc-item-meta li,
ul.wc-item-meta li p,
ul.wc-item-meta li strong {
    font-size: 13px !important;
}

.printallday-order-schedule-title {
    margin-top: 30px !important;
}

.woocommerce-table__product-name .product-quantity {
    display: none !important;
}

table.shop_table a {
    font-weight: 800;
    font-size: 1.1em;
}

.printallday-order-schedule-info table,
.printallday-order-schedule-info th,
.printallday-order-schedule-info td {
    border-left: none !important;
    border-right: none !important;
}

/* ============================================================
   My Account 페이지 — label 크기
   ============================================================ */
.woocommerce-account label,
.woocommerce-account .woocommerce-MyAccount-content label {
    font-size: 14px !important;
    line-height: 1.2 !important;
}

/* ============================================================
   My Account 페이지 — input / button 크기 축소
   ============================================================ */
.woocommerce-MyAccount-content input.input-text,
.woocommerce-MyAccount-content input.woocommerce-Input {
    height: auto !important;
    min-height: unset !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
}

.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button.button {
    padding: 6px 14px !important;
    font-size: 13px !important;
    height: auto !important;
    min-height: unset !important;
    line-height: 1.5 !important;
}

/* ============================================================
   상품 목록 — 가격 및 장바구니 버튼 숨김
   ============================================================ */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    display: none !important;
}
