/* _content/BandB4Birds.org/Pages/Avian-Vets.cshtml.rz.scp.css */
/* Scoped styles for Avian-Vets.cshtml */

/* Base Badge style */
[b-qm2oq40ay2] .badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 0.5rem;
    text-decoration: none; /* Remove underline from link */
}

[b-qm2oq40ay2] a:hover .badge {
    opacity: 0.8; /* Add slight fade on hover */
}

/* Vet list container and cards */
.vet-list-container[b-qm2oq40ay2] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 1.5rem;
}

    .vet-list-container > div[b-qm2oq40ay2] {
        background-color: var(--vet-card-bg);
        padding: 1.5rem;
        border-radius: 0.5rem;
        border: 1px solid var(--border-color);
        position: relative;
        overflow: hidden; /* Hide the overflow from the corner pseudo-element */
        flex: 0 1 320px; /* Allow cards to shrink, but not grow, from a base size */
    }

        /* Pseudo-element for the diagonal corner background */
        .vet-list-container > div[b-qm2oq40ay2]::before {
            content: '';
            position: absolute;
            top: -50px; /* Position the shape outside the card */
            right: -50px;
            width: 100px; /* Define the size of the shape */
            height: 100px;
            background-color: var(--bg-primary); /* Use body background color */
            transform: rotate(45deg); /* Create the diagonal effect */
            z-index: 0; /* Place it behind the content */
        }

/* Avian vet list sections */
.avian-vet-list[b-qm2oq40ay2] {
    /* Styles specific to this page */
}

    .avian-vet-list.history[b-qm2oq40ay2] {
        /* Historical section styles */
    }

/* Dark mode overrides for vet cards (if needed) */
@media (prefers-color-scheme: dark) {
    .vet-list-container > div[b-qm2oq40ay2] {
        background-color: hsl(var(--dark-hue), var(--dark-saturation), calc(var(--dark-lightness) + 5%));
    }
}

/* Other page-specific overrides */

h1[b-qm2oq40ay2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

#vet-count[b-qm2oq40ay2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background-color: var(--vet-card-bg);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    font-size: 1.25rem;
}

.vet-name-container[b-qm2oq40ay2] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.5rem; /* Add space below the name line */
}

.ordinal[b-qm2oq40ay2] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--text-secondary);
    z-index: 1; /* Ensure ordinal is on top of the corner */
}

/* Map container with responsive bottom margin */
div#map.azure-map[b-qm2oq40ay2] {
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
    height:300px;
}
/* _content/BandB4Birds.org/Pages/Shared/_AavBadge.cshtml.rz.scp.css */
/* AAV Badge specific color */
.badge-aav[b-u7e99iziy8] {
    background-color: var(--aav-orange);
}

a[b-u7e99iziy8] {
    text-decoration: none;
}
/* _content/BandB4Birds.org/Pages/Shared/_AbvpBadge.cshtml.rz.scp.css */
/* ABVP Badge specific color */
.badge-abvp[b-j359w762id] {
    background-color: var(--abvp-blue);
}
/* _content/BandB4Birds.org/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-us27tr8eex] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-us27tr8eex] {
  color: #0077cc;
}

.btn-primary[b-us27tr8eex] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-us27tr8eex], .nav-pills .show > .nav-link[b-us27tr8eex] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-us27tr8eex] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-us27tr8eex] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-us27tr8eex] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-us27tr8eex] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-us27tr8eex] {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
