/**
* Theme Name: Ziggy Child
* Description: This is a child theme of Ziggy, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">ThemeLexus</a>
* Template: ziggy
* Version: 1.3.7
*/
/* Banka bilgileri başlığını ortala ve boyutunu küçült */
.woocommerce .wc-bacs-bank-details-heading {
  text-align: center;
  font-size: 20px;   /* istediğin boyuta göre 18px-22px arasında ayarla */
  font-weight: 600;
  margin-bottom: 10px;
}

/* Banka hesap ismi (şirket adı) */
.woocommerce .wc-bacs-bank-details-account-name {
  text-align: center;
  font-size: 16px;   /* normal metinlerle uyumlu */
  font-weight: 500;
  margin-bottom: 15px;
}
/* WooCommerce Thank You sayfasındaki uyarı paragrafı */
/* Sadece ödeme talimatı paragrafını hedefle */
.woocommerce-order .woocommerce-order-overview + p {
  text-align: center;
  background-color: #f44336;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  max-width: 700px;
  margin: 20px auto;
}



/* WooCommerce müşteri detayları bölümünü ortala */
.woocommerce-order-received .woocommerce-customer-details {
  text-align: center;  /* tüm alt öğeler ortalanır */
}

/* Başlık boyutunu daha uyumlu hale getir */
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Adres yazısını biraz küçült, satır aralığı ekle */
.woocommerce-order-received .woocommerce-customer-details address {
  font-size: 15px;
  line-height: 1.5;
  font-style: normal; /* varsayılan italik kaldırmak için */
  display: inline-block; /* ortalanmış kutu gibi */
}

/* E-posta satırı */
.woocommerce-order-received .woocommerce-customer-details--email {
  margin-top: 8px;
  font-weight: 500;
  color: #333;
}

