:root {
    --segari-logo-bg: #ebf5e9;
    --meatnmeat-logo-bg: #663027;
    --meatnmeat-logo-bg2: #5b332c;
    --my-bs-blue: #0d6efd;
    --navbuttons-bg: #cfe2ff;
}

.name {
    color: darkblue;
    font-size: 1.25em;
}

.button-active {
    background: var(--navbuttons-bg);
}

.segari-bg {
    background: var(--segari-logo-bg);
}

.ls-card-img {
    max-height: 300px;
    object-fit: contain;
}
.bg-meatnmeat {
    background: var(--meatnmeat-logo-bg2);
}
.border-bottom1 {
    border-bottom: 1px solid black;
}

.centerer {
    display: flex;
    justify-content: center;
}

.btn-selector1 {
    --bs-btn-active-bg: var(--my-bs-blue);
}

.inline-block {
    display: inline-block;
}

.select-card-container {
    display: flex;
    gap: 8px;
}
.select-card {
    border: 1px solid black;
    border-radius: 8px;
    padding: 8px;
    width: 200px;
}
.select-card.selected {
    background-color: var(--bs-blue);
    color: white;
}
.select-card .title {
    font-weight: bold;
}
.select-card .subtitle {
    font-size: 14px;
}
/*
  make radio selection mobile-friendly by putting some 
  extra vertical space if they stack.
*/
.mf-radiosel {
    line-height: 44px;
    margin-top: -6px;
}

.width-108 { width: 108px; }
.styless-link {
    color: inherit;
    text-decoration: none;
}

.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }

.coupon { font-family: monospace; color: #984c0c; }
