/*
 Theme Name: Duntish Mill Farm – Child
 Template: twentytwentyfive
 Description: Matte greens, consent banner, GA4 settings, Cottages CPT, Availability template.
 Version: 1.1.0
*/

.pills{display:flex;flex-wrap:wrap;gap:8px}
.pill{border:1px solid #e5e7eb;padding:6px 10px;border-radius:999px}
.dmf-cta{display:flex;gap:10px;flex-wrap:wrap}
.is-button a, a.is-button{display:inline-flex;padding:10px 16px;border-radius:999px;background:#2E5E4E;color:#fff!important;text-decoration:none;border:2px solid #2E5E4E}
.is-button.secondary{background:#fff!important;color:#2E5E4E!important;border:2px solid #2E5E4E}
#dmf-consent{position:fixed;z-index:9999;left:0;right:0;bottom:0;background:#2B2B2B;color:#fff;padding:14px}
#dmf-consent .inner{max-width:1100px;margin:0 auto;display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}
#dmf-consent button{border:0;border-radius:999px;padding:8px 14px;cursor:pointer}
#dmf-consent .accept{background:#2E5E4E;color:#fff}
#dmf-consent .reject{background:#fff;color:#2E5E4E;border:2px solid #2E5E4E}
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:10px;top:10px;width:auto;height:auto;background:#fff;color:#111;padding:8px 12px;border-radius:8px}
