.elementor-8 .elementor-element.elementor-element-d741365{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6402648 *//* === EMPTY CART SECTION === */
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: transparent;
}

.yckabout-container {
  max-width: 960px;
  margin: 60px auto 40px;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  color: #222;
}

.yckabout-title {
  font-size: 32px;
  text-align: center;
  color: #003366;
  font-weight: 700;
  margin-bottom: 30px;
}

.yckabout-title.select-title {
  margin-top: 80px;
}

.yckabout-container pre {
  font-size: 18px;
  line-height: 1.9;
  white-space: pre-wrap;
  word-break: keep-all;
}

.yckabout-product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  padding: 30px 20px 80px;
  max-width: 1100px;
  margin: 0 auto;
}

.yckabout-card-link {
  text-decoration: none;
  width: 280px;
  flex-shrink: 0;
  display: flex;
}

.yckabout-card {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(6px);
  height: 100%;
  flex-grow: 1;
}

.yckabout-card:hover {
  background: rgba(255, 255, 255, 1);
  border: 2px solid #ec008c;
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.yckabout-icon-box {
  margin-bottom: 18px;
}

.yckabout-icon-box img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.yckabout-text-box .main {
  font-size: 24px;
  font-weight: 800;
  color: #1B2D6B;
  display: block;
  transition: color 0.3s;
}

.yckabout-text-box .sub {
  font-size: 15px;
  font-weight: 700;
  color: #1B2D6B;
  transition: color 0.3s;
}

.yckabout-card:hover .main,
.yckabout-card:hover .sub {
  color: #ec008c;
}

@media (max-width: 768px) {
  .yckabout-container {
    padding: 30px 20px;
  }

  .yckabout-title {
    font-size: 22px !important;
  }

  .yckabout-container pre {
    font-size: 16px;
  }

  .yckabout-product-grid {
    flex-direction: column;
    gap: 20px;
    padding: 20px 16px 60px;
  }

  .yckabout-card-link {
    width: 100%;
  }
}

/* === PROCEED TO CHECKOUT & PLACE ORDER BUTTON STYLES === */
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button__link,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button,
.wc-block-components-checkout-place-order-button.contained {
  background-color: #33b0e3 !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 36px !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease !important;
  position: relative;
  line-height: 1.2;
  box-shadow: none !important;
}

/* Arrow on right */
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button__link::after,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button::after,
.wc-block-components-checkout-place-order-button.contained::after {
  content: "→";
  font-size: 18px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* Hover effect */
.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button__link:hover,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover,
.wc-block-components-checkout-place-order-button.contained:hover {
  background-color: #219ed4 !important;
  transform: translateY(-2px);
}

.wp-block-woocommerce-proceed-to-checkout-block .wp-block-button__link:hover::after,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover::after,
.wc-block-components-checkout-place-order-button.contained:hover::after {
  transform: translateX(5px);
}/* End custom CSS */