/*
Theme Name: Classic British
Template: understrap
Author: Child Theme Configurator
Author URI: hatch.website
Version: 1.0.0.1753372379
Updated: 2025-07-24 16:52:59

*/

.btn{
	--bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
}

/* 1) Containers: let Bootstrap widths & gutters apply inside Elementor sections */
.elementor-section .elementor-container {
  max-width: inherit;
  padding-left: inherit;
  padding-right: inherit;
}

/* 2) Buttons: stop Elementor button skin from overriding Bootstrap .btn look */
.elementor .elementor-button,
.elementor a.elementor-button {
  line-height: var(--bs-btn-line-height) !important;
  font-weight: var(--bs-btn-font-weight, 600) !important;
  text-decoration: none !important;
}

/* If you prefer Bootstrap classes outright, you can map Elementor's button to .btn */
.elementor .elementor-button { /* optional */
  display: inline-block;
  border: var(--bs-btn-border-width,1px) solid transparent;
}

/* 3) Images: keep them responsive */
.elementor img {
  max-width: 100%;
  height: auto;
}

/* 4) Spacing: neutralize heavy defaults so Bootstrap utilities can take over */
.elementor-section { /* be cautious if your designs rely on big paddings */
  padding-left: 0;
  padding-right: 0;
}

/* 5) Typography: avoid Elementor forcing font sizes over Bootstrap */
.elementor * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

