/*
 Theme Name: Dolan Child
 Theme URI: https://dolanequipment.com
 Description: Child theme for Dolan Equipment Ltd (based on Astra)
 Author: Dolan Equipment Ltd
 Template: astra
 Version: 1.0
*/

:root{
  --brand-green:#1DB954;
  --brand-dark:#111111;
  --brand-gray:#6B7280;
}
.button,.elementor-button{background:var(--brand-green);border:none;}
.site-footer{background:var(--brand-dark);color:#fff;}
.badge-poa{background:#00A651;color:#fff;padding:4px 8px;border-radius:3px;font-weight:700;}
.machine-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;}
.machine-card{background:#fff;border:1px solid #eee;padding:12px;}
.machine-card .price{font-weight:700;}
.machine-single{display:grid;grid-template-columns:1fr;gap:20px;}
@media(min-width:900px){.machine-single{grid-template-columns:2fr 1fr;}}
.machine-specs table{width:100%;border-collapse:collapse;}
.machine-specs th,.machine-specs td{border-bottom:1px solid #e5e7eb;padding:8px;text-align:left;}
