/*
Theme Name: Creamania
Theme URI:  https://example.com/creamania
Author: Your Name
Author URI: https://example.com
Description: Creamania — a clean, lightweight starter WordPress theme with block-ready support and simple customization.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creamania
Tags: blog, custom-logo, theme-options, translation-ready, responsive-layout
*/

:root{
  --main-bg: #ffffff;
  --accent: #f4a261;
  --text: #222222;
}

body{ margin:0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:var(--text); background:var(--main-bg); }
a{ color:var(--accent); text-decoration:none;}
header.site-header{ padding:1rem; border-bottom:1px solid #eee; display:flex; align-items:center; justify-content:space-between; }
.site-title{ font-size:1.25rem; margin:0; }
.site-description{ font-size:.9rem; color:#666; }
.container{ max-width:1200px; margin:0 auto;  }
.entry{ padding:1rem 0; border-bottom:1px solid #f0f0f0; }
footer.site-footer{ padding:1rem; border-top:1px solid #eee; text-align:center; font-size:.9rem; color:#666; }
.woocommerce-MyAccount-navigation ul li{ font-weight:bold; border-bottom: 1px solid #f1f1f1;width: 300px; line-height:40px;}
#content{ max-width: 1200px;}
.block-hellowork__figure img{ width:350px; height:350px;}
.woocommerce .woocommerce-customer-details address{ margin-top:10px;}
.woocommerce-MyAccount-navigation ul li a:hover{color:#ccc !important;}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{ color:#fff;}