/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/pages/birdDogPage.scss ***!
  \**********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/pages/birdDogPage.scss (1) ***!
  \**************************************************************************************************************************/
:root {
  --primary-color: white;
  --primary-color-dark: color-mix(in srgb, var(--primary-color) 90%, black);
  --primary-color-light: color-mix(in srgb, var(--primary-color) 90%, white);
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 8px;
  z-index: 800;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 8px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

@media (prefers-contrast: high) {
  .card,
  .btn {
    border: 2px solid;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:focus {
  outline-offset: 2px;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline-offset: 2px;
}

.btn,
button,
[role=button],
a,
select,
textarea {
  min-height: 44px;
  min-width: 44px;
}

.btn--icon-only {
  position: relative;
}
.btn--icon-only .sr-only {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-low-contrast {
  color: #6c757d;
}

.form-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.form-field--error input,
.form-field--error select,
.form-field--error textarea {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-field--success input,
.form-field--success select,
.form-field--success textarea {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.live-region {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

table {
  caption-side: top;
}

th {
  text-align: left;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

.card--link {
  position: relative;
}
.card--link:focus-within {
  outline-offset: 2px;
}
.card--link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card--link a,
.card--link button {
  position: relative;
  z-index: 2;
}

img:not([alt]) {
  outline: 2px solid red;
}

video:focus {
  outline-offset: 2px;
}

@media print {
  .skip-link,
  .sr-only {
    display: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
body {
  font-family: "Inter", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
@media screen and (max-width: calc(1300px - 1px)) {
  body {
    font-size: 0.87em;
  }
}

.container {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}

html,
body {
  min-height: 100%;
  height: auto;
}

body,
html,
div,
article,
aside,
section,
figure,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
ul,
ol,
dl,
address,
a,
input,
textarea,
button,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* reset.scss */
/* Box-sizing border-box globally */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Remove default list styles */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Remove default link styling */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}

/* Ensure buttons are clickable */
button {
  cursor: pointer;
}

/* Remove border on images and ensure max-width */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Set base font smoothing and rendering */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure body fills the viewport */
body {
  min-height: 100vh;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: 0 0;
  background-color: rgba(88, 86, 80, 0.25);
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(88, 86, 80, 0.5);
}

::-webkit-scrollbar-track {
  background-color: rgba(88, 86, 80, 0.05);
}

.bird-dog-page-wrapper .birdDogPage-hero-section {
  display: flex;
  height: 452px;
  margin: 0 auto;
  width: 100%;
  max-width: 2560px;
  background-size: 113%;
  background-position: left;
  background-repeat: no-repeat;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  align-items: center;
}
@media screen and (max-width: calc(1440px - 1px)) {
  .bird-dog-page-wrapper .birdDogPage-hero-section {
    height: 352px;
  }
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .birdDogPage-hero-section {
    height: 462px;
    background-size: 180%;
    background-position: top 64% left 70%;
    padding: 1.5rem;
    align-items: end;
  }
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .birdDogPage-hero-section {
    height: 423px;
    background-size: 215%;
    background-position: top 95% left 70%;
  }
}
.bird-dog-page-wrapper .birdDogPage-hero-section .hero-content {
  display: flex;
  flex-direction: column;
  background-color: #eeeede;
  padding: 2rem 3rem 3rem 3rem;
  width: 540px;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .birdDogPage-hero-section .hero-content {
    padding: 1rem 1rem 1rem 1rem;
    width: 100%;
  }
}
.bird-dog-page-wrapper .birdDogPage-hero-section .hero-content h1 {
  font-size: 3em;
  color: #94945c;
  line-height: 120%;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .birdDogPage-hero-section .hero-content h1 {
    font-size: 2.5em;
  }
}
.bird-dog-page-wrapper .birdDogPage-hero-section .hero-content p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .birdDogPage-hero-section .hero-content p {
    font-size: 0.93em;
    margin-bottom: 1rem;
  }
}
.bird-dog-page-wrapper .birdDogPage-hero-section .hero-content img {
  width: 287px;
  height: auto;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .birdDogPage-hero-section .hero-content img {
    width: 200px;
  }
}
.bird-dog-page-wrapper .intro-section .intro-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.bird-dog-page-wrapper .intro-section .intro-text h2 {
  font-size: 3em;
  line-height: 1.2em;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .intro-section .intro-text h2 {
    font-size: 2.5em;
  }
}
.bird-dog-page-wrapper .intro-section .intro-text p {
  color: #94945c;
  font-size: 2em;
  font-weight: 600;
  max-width: 1440px;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .intro-section .intro-text p {
    font-size: 1.2em;
    max-width: none;
    width: 100%;
  }
}
.bird-dog-page-wrapper .intro-section .intro-text p strong {
  color: #2f2d27;
  font-weight: 700;
}
.bird-dog-page-wrapper .dog-profiles-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* Profile Group Accordion */
  /* Profile Item Accordion */
}
.bird-dog-page-wrapper .dog-profiles-section p.sub-heading {
  color: #94945c;
  font-size: 2em;
  font-weight: 600;
  max-width: 1320px;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .dog-profiles-section p.sub-heading {
    font-size: 1.2em;
    max-width: none;
    width: 100%;
  }
}
.bird-dog-page-wrapper .dog-profiles-section p.sub-heading strong {
  color: #2f2d27;
  font-weight: 700;
}
.bird-dog-page-wrapper .dog-profiles-section article hr {
  opacity: 25%;
}
.bird-dog-page-wrapper .dog-profiles-section .profile-section h2 {
  font-size: 3em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .dog-profiles-section .profile-section h2 {
    font-size: 2.5em;
    margin-bottom: 0.25rem;
  }
}
.bird-dog-page-wrapper .dog-profiles-section .profile-section p {
  margin-bottom: 1rem;
}
.bird-dog-page-wrapper .dog-profiles-section .profile-section .profile-section-desc-arrow {
  display: flex;
  flex-direction: row;
}
.bird-dog-page-wrapper .dog-profiles-section .group-accordion-container {
  height: auto;
  transition: height 0.4s ease-out; /* Animation for opening/closing */
}
.bird-dog-page-wrapper .dog-profiles-section .group-hidden-item, .bird-dog-page-wrapper .dog-profiles-section .group-hidden-item-flushing, .bird-dog-page-wrapper .dog-profiles-section .group-hidden-item-pointing {
  display: none; /* Hide elements beyond the initial 3 */
}
.bird-dog-page-wrapper .dog-profiles-section .group-toggle-button, .bird-dog-page-wrapper .dog-profiles-section .group-toggle-button-flushing, .bird-dog-page-wrapper .dog-profiles-section .group-toggle-button-pointing {
  /* Styling for the toggle button */
  margin-top: 0.5rem;
  cursor: pointer;
}
.bird-dog-page-wrapper .dog-profiles-section .accordion-header {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .dog-profiles-section .accordion-header {
    gap: 1rem;
  }
}
.bird-dog-page-wrapper .dog-profiles-section-group.accordion-header {
  flex-direction: column;
}
.bird-dog-page-wrapper .dog-profiles-section .accordion-content {
  display: none; /* Hide content by default */
  max-height: 0; /* For smooth transition */
  overflow: hidden;
  transition: max-height 0.4s ease-out; /* Animation for opening/closing */
}
.bird-dog-page-wrapper .dog-profiles-section .accordion-content .dog-description-short {
  font-style: italic;
}
.bird-dog-page-wrapper .dog-profiles-section .accordion-item.profile-group.active .accordion-content, .bird-dog-page-wrapper .dog-profiles-section .accordion-item.profile-item.active .accordion-content {
  display: flex; /* Show content when active */
  flex-direction: column;
  max-width: 660px;
  margin: 1.5rem auto;
}
.bird-dog-page-wrapper .dog-profiles-section .accordion-toggle {
  cursor: pointer;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-preview-arrow {
  display: flex;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-preview-arrow .btn.btn-tertiary::after {
  transform: rotate(90deg);
  margin: auto;
  width: 2rem;
  height: 2rem;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-preview-arrow .btn.btn-tertiary.closeGroup::after {
  transform: rotate(270deg);
  margin-top: 1rem;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container {
  display: flex;
  flex-direction: column;
  padding: 1rem 0rem;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-preview-img {
  width: 250px;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-preview-img img {
  aspect-ratio: auto 250/140;
  width: 100%;
  height: auto;
  max-width: 250px;
  object-fit: cover;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-preview-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
  width: 75%;
  padding: 0rem;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-preview-content-title h3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-preview-content-title h3 {
    font-size: 1.2em;
    margin-bottom: 0.25rem;
  }
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-preview-content-title p {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-preview-content-title p {
    font-size: 1.2em;
  }
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-preview-content-body p {
  font-size: 1em;
  margin-bottom: 0rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-preview-content-body p {
    font-size: 0.87em;
  }
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main {
  margin-top: 1.5rem;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-header {
  display: flex;
  flex-direction: column-reverse;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-header .dog-breed-title, .bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-header .dog-type-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-header .dog-breed-title, .bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-header .dog-type-title {
    font-size: 1.2em;
    margin-bottom: 0.25rem;
  }
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-header .dog-breed-title strong, .bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-header .dog-type-title strong {
  color: #94945c;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-header .dog-description-short {
  font-size: 1em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-header .dog-description-short {
    font-size: 0.87em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-img {
  width: 100%;
  margin-bottom: 1rem;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-img img {
  aspect-ratio: auto 660/440;
  width: 100%;
  height: auto;
  max-width: 660px;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-content hr:first-child {
  width: 10%;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-content hr:not(:first-child) {
  display: none;
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-content .dog-description-long h3 {
  font-size: 1.5em;
  color: #94945c;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-content .dog-description-long h3 {
    font-size: 1.2em;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }
}
.bird-dog-page-wrapper .dog-profiles-section .dog-profile-accordion-container .dog-profile-accordion-main-content .dog-description-long p {
  margin-bottom: 1.5rem;
}
.bird-dog-page-wrapper .donate-section {
  display: flex;
  flex-direction: row;
  height: 290px;
  background-color: var(--primary-color);
  padding: 0rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .donate-section {
    flex-direction: column-reverse;
  }
}
.bird-dog-page-wrapper .donate-section.content-block {
  padding-top: 0;
  padding-bottom: 0;
}
.bird-dog-page-wrapper .donate-section .donate-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 4em;
  background-color: var(--primary-color);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: calc(1440px - 1px)) {
  .bird-dog-page-wrapper .donate-section .donate-content {
    gap: 0.5rem;
  }
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .donate-section .donate-content {
    padding: 1.5rem;
  }
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .donate-section .donate-content {
    padding: 1rem;
  }
}
.bird-dog-page-wrapper .donate-section .donate-content h2 {
  font-size: 2em;
  color: white;
  text-align: left;
  line-height: 1.2em;
}
@media screen and (max-width: calc(1440px - 1px)) {
  .bird-dog-page-wrapper .donate-section .donate-content h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .donate-section .donate-content h2 {
    text-align: center;
  }
}
.bird-dog-page-wrapper .donate-section .donate-content .donate-actions {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .donate-section .donate-content .donate-actions {
    justify-content: center;
  }
}
.bird-dog-page-wrapper .donate-section .donate-content .donate-actions .btn.btn-donate {
  background-color: #e0e0cf;
  border: none;
}
.bird-dog-page-wrapper .donate-section .donate-image {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .donate-section .donate-image {
    height: 100%;
    max-height: 180px;
  }
}
.bird-dog-page-wrapper .donate-section .donate-image img {
  position: relative;
  object-fit: cover;
  right: 0rem;
  width: 100%;
}
.bird-dog-page-wrapper .join-section.content-block {
  padding-top: 0;
  padding-bottom: 0;
}
.bird-dog-page-wrapper .join-section .join-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #B6B06B;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .join-section .join-container {
    gap: 1.5rem;
  }
}
.bird-dog-page-wrapper .join-section .join-container .join-heading {
  padding: 3rem 3rem 0 3rem;
}
.bird-dog-page-wrapper .join-section .join-container .join-heading h2 {
  font-size: 2.5em;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .join-section .join-container .join-heading h2 {
    font-size: 2em;
  }
}
.bird-dog-page-wrapper .join-section .join-container .join-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
  justify-content: center;
  padding: 0 3rem 3rem 3rem;
  margin: 0 auto;
}
@media screen and (max-width: calc(1440px - 1px)) {
  .bird-dog-page-wrapper .join-section .join-container .join-actions {
    gap: 1rem;
  }
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .join-section .join-container .join-actions {
    flex-direction: column;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header {
  text-align: left;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: calc(1440px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header {
    flex-direction: column;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header .content-block__title {
  font-size: 3em;
  line-height: 1.2;
  max-width: 100%;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header .content-block__title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header .content-block__title {
    font-size: 2em;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header .content-block__subtitle-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: space-between;
  padding-right: 0rem;
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header .content-block__subtitle-row {
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header .content-block__subtitle {
  display: none;
  flex: 1 1 auto;
  min-width: 15rem;
  max-width: 40rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header .content-block__subtitle {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header .content-block__cta {
  white-space: normal;
  flex-shrink: 0;
  min-width: 8rem;
  text-align: right;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 48rem) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .content-block__header .content-block__cta {
    max-width: 20rem;
    text-align: left;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-cards-container {
  position: relative;
  width: 100%;
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-cards {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  padding: 0.3rem 0;
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-cards::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-cards {
    gap: 1.5rem;
  }
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-cards {
    gap: 1rem;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #e0e0cf;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.2s;
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-nav-button:hover {
  background: #585650;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-nav-button svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #1e1b18;
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-nav-button.birdDog-nav-prev {
  left: 0;
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-nav-button.birdDog-nav-next {
  right: 0;
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card {
  text-decoration: none;
  color: #1e1b18;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 0 0 auto;
  width: 23.3rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card {
    width: 20rem;
  }
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card {
    width: 16.6rem;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card:hover {
  transform: translateY(-0.3rem);
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card img {
  width: 23.3rem;
  height: 23.3rem;
  object-fit: cover;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card img {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card img {
    width: 16.6rem;
    height: 16.6rem;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card h4 {
  font-size: 1.5em;
  margin: 1rem 0 0.25rem 0;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card h4 {
    font-size: 1.2em;
  }
}
.bird-dog-page-wrapper .bird-dog-of-the-month-section .birdDog-card h4 span {
  color: #B46328;
}
.bird-dog-page-wrapper .bird-dog-media-plus .cards-block .card-grid {
  grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr));
}
.bird-dog-page-wrapper .bird-dog-media-plus .cards-block .card-grid .card {
  border-radius: 0rem;
  border: none;
  box-shadow: none;
}
.bird-dog-page-wrapper .bird-dog-media-plus .cards-block .card-grid .card--dark .card__body {
  background-color: #D8D8CD;
}
.bird-dog-page-wrapper .bird-dog-media-plus .cards-block .card-grid .card__image img {
  aspect-ratio: 430/350;
}
.bird-dog-page-wrapper .bird-dog-media-plus .cards-block .card-grid .card__body {
  padding: 1.5rem;
}
@media screen and (max-width: calc(1300px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-media-plus .cards-block .card-grid .card__body {
    padding: 1rem;
  }
}
.bird-dog-page-wrapper .bird-dog-media-plus .cards-block .card-grid .card__body .card__title {
  font-size: 1.2em;
  color: #1e1b18;
  margin-bottom: 0;
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .bird-dog-media-plus .cards-block .card-grid .card__body .card__title {
    font-size: 1em;
  }
}
.bird-dog-page-wrapper .bird-dog-media-plus .cards-block .card-grid .card__body .card__text {
  display: none;
}
.bird-dog-page-wrapper .standard-section {
  margin: 3rem auto 3rem auto;
}
.bird-dog-page-wrapper .truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Adds ellipsis for truncated text */
}
@media screen and (max-width: calc(1440px - 1px)) {
  .bird-dog-page-wrapper .stats,
  .bird-dog-page-wrapper .shop-cards,
  .bird-dog-page-wrapper .partners-logos,
  .bird-dog-page-wrapper .event-highlight-content,
  .bird-dog-page-wrapper .action-cards {
    flex-direction: column !important;
    align-items: center;
    gap: 1rem !important;
  }
  .bird-dog-page-wrapper .bird-dogs-content {
    flex-direction: column;
    align-items: center;
  }
  .bird-dog-page-wrapper .footer-links {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: calc(480px - 1px)) {
  .bird-dog-page-wrapper .container {
    width: 98%;
  }
  .bird-dog-page-wrapper .main-header .nav-container {
    flex-direction: column;
    gap: 1rem;
  }
  .bird-dog-page-wrapper .hero {
    padding: 2rem 0;
  }
}
