/**
 * Styles for single post pages only.
 *
 * @package healthwatch-theme
 */
 h1{
  font-size: 40px !important;
 }
 h2 {
  font-size: 32px !important;
 }
.providerbuttons a {
  margin: 4px;
  border-radius: 10px !important;
  border: 3px solid #e6e6e6 !important;
  box-shadow: 0 3px 8px #e6e6e6;
  transition: transform 0.2s ease;
}
.btn-secondary {
  --bs-btn-color: #001464;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ecebeb;
  --bs-btn-hover-color: #001443;
  --bs-btn-hover-bg: #e9f2fb;
  --bs-btn-hover-border-color: #001464;
  --bs-btn-focus-shadow-rgb: 201, 203, 215;
  --bs-btn-active-color: #001443;
  --bs-btn-active-bg: #b4d4f8;
  --bs-btn-active-border-color: #001464;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ada8a6;
  --bs-btn-disabled-bg: #ecebeb;
  --bs-btn-disabled-border-color: #ecebeb;
  --bs-btn-focus-shadow-rgb: 180, 212, 248;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 1);
}
.widget-container {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 12px #e6e6e6;
  padding: 40px;
  margin: 40px 0;
}

body.single-post .site-main {
  background: linear-gradient(
    to bottom,
    #F3F3F3 0%,
    #EEF7E8 100%
  );
}



.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote,
.entry-content > pre,
.entry-content > table,
.entry-content > figure,
.entry-content > hr,
.entry-content > dl {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--Colour-Black, #333);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.entry-content > h1 {
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.entry-content > h2 {
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.entry-content > h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  color: var(--Colour-Green-800, #25673D);
  font-family: Mulish;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.entry-content > h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.entry-content > h5 {
  margin-top: 12px;
  margin-bottom: 6px;
  line-height: 1.3;
}

.entry-content > h6 {
  margin-top: 10px;
  margin-bottom: 4px;
  line-height: 1.3;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #001464;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 40px;
  --bs-btn-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-flex;
  align-items: center;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(236, 235, 235);
  border-right-color: rgb(236, 235, 235);
  border-bottom-color: rgb(236, 235, 235);
  border-left-color: rgb(236, 235, 235);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.providerbuttons a:hover,
.providerbuttons a:active {
  border: 3px solid #5b9b43 !important;
  transform: scale(1.02);
}



.coverbuttons {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 24px;
}
.coverbuttons .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0 3px 8px #E6E6E6;
    font-size: 16px;
    color: #FFFFFF;
    background: #5B9B43;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.2s ease;
}
.coverbuttons .btn:hover {
    background: #EEF7E8 !important;
    border: 3px solid #5B9B43;
    color: #5B9B43;
    transform: scale(1.02);
}
.agebuttons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 24px;
}
.agebuttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    box-shadow: 0 3px 8px #E6E6E6;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #5B9B43;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.2s ease;
}
.agebuttons .btn:hover {
    background: #EEF7E8 !important;
    border: 3px solid #5B9B43 !important;
    color: #5B9B43;
    transform: scale(1.02);
}
@media only screen and (max-width: 767px) {
    .coverbuttons {
        flex-direction: column;
        align-items: center;
    }
    .coverbuttons .btn {
      padding: 20px;
        width: 100%;
        max-width: 270px;
        height: 96px !important;
    }
}