.woocommerce-Price-currencySymbol {
  visibility: hidden;
}

.nf-before-form-content {
    margin-bottom: 2em;
}

input#nf-field-11 {
    padding: revert;
    height: 20px !important;
}


.woocommerce-Price-currencySymbol:before {
  content: "บาท";
  visibility: visible;
}

.woocommerce-Price-amount.amount {
  color: #B71427;
}

.post_comments.op-7.block.is-xsmall {
  display: none;
}

/* สไตล์สำหรับข้อมูล ACF ในหน้าผลิตภัณฑ์ */
.product-acf-fields {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.product-acf-fields p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333;
}

.product-acf-fields p strong {
    font-weight: bold;
    color: #0071a1; /* ใช้สีฟ้าธีม WooCommerce */
}

.product-acf-fields p:last-child {
    margin-bottom: 0;
}