:root{--hd-red:#cc3d3b;--hd-dark:#404040;--hd-bg:#f7f7f7;--hd-border:#e7e7e7;}
.woocommerce-account .hd-panel{background:#fff;border:1px solid var(--hd-border);border-radius:14px;padding:20px;margin-bottom:24px;}
.woocommerce-account .hd-panel__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px;}
.woocommerce-account .hd-panel__header h2{margin:0;color:var(--hd-dark);font-weight:700;border-right:6px solid var(--hd-red);padding-right:12px;}
.hd-greet{background:linear-gradient(90deg,var(--hd-red),#e75a58);color:#fff;border-radius:16px;padding:16px 18px;margin:8px 0 18px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 24px rgba(204,61,59,.18)}
.hd-greet .hi{font-size:18px;font-weight:800}
.hd-greet .meta{opacity:.9;font-size:12px}
.hd-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end;}
.hd-filter label{display:block;font-size:12px;color:#555;margin-bottom:6px;}
.hd-filter select,.hd-filter input[type="text"]{min-width:160px;}
.hd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
@media(max-width:992px){.hd-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.hd-grid{grid-template-columns:1fr;}}
.hd-card{border:1px solid var(--hd-border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;background:#fff;}
.hd-card__thumb img{width:100%;height:180px;object-fit:cover;display:block;}
.hd-card__body{padding:14px;}
.hd-card__body h3{margin:0 0 8px;color:#404040;font-weight:700;}
.hd-card__footer{padding:14px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--hd-border);}
.hd-btn{appearance:none;border:1px solid var(--hd-border);background:#fff;padding:10px 14px;border-radius:10px;cursor:pointer;}
.hd-btn--primary{background:#cc3d3b;color:#fff;border-color:#cc3d3b;}
.hd-btn--primary:hover{filter:brightness(.95);}
.hd-badge{background:#eee;color:#555;padding:6px 10px;border-radius:20px;font-size:12px;}
.hd-meta{font-size:12px;color:#777;display:flex;gap:12px;}
.hd-form{display:grid;gap:12px;}
.hd-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:600px){.hd-row{grid-template-columns:1fr;}}
.hd-field label{display:block;font-size:12px;color:#555;margin-bottom:6px;}
.hd-field input[type="text"],.hd-field input[type="tel"],.hd-field input[type="date"],.hd-field input[type="time"],.hd-field input[type="file"],.hd-field textarea{width:100%;border:1px solid var(--hd-border);border-radius:10px;padding:10px;}
.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;border:1px solid var(--hd-border);border-radius:14px;overflow:hidden;}
.woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--hd-border);}
.woocommerce-MyAccount-navigation li:last-child{border-bottom:none;}
.woocommerce-MyAccount-navigation a{display:block;padding:12px 14px;color:#404040;text-decoration:none;}
.woocommerce-MyAccount-navigation .is-active a,.woocommerce-MyAccount-navigation a:hover{background:#cc3d3b;color:#fff;}
