.sameday_select_locker {
    background: linear-gradient(90deg, #d82027 0%, #b71d23 100%);
    color: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: 61px;
    box-shadow: 0 10px 24px rgba(183, 29, 35, 0.18);
    overflow: hidden;
}

.sameday_select_locker:hover {
    background: linear-gradient(90deg, #c31920 0%, #9f171d 100%);
    color: #fff;
    transform: translateY(-1px);
}

.sameday_select_locker__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.sameday_select_locker__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #fff;
    flex: 0 0 auto;
}

.sameday_select_locker__text {
    line-height: 1;
    white-space: nowrap;
}

.sameday_select_locker__logo {
    width: auto;
    height: 26px;
    display: block;
    flex: 0 0 auto;
    margin-left: 2px;
}

#placeOrderError {
    background-color: rgb(236, 28, 33); /* red background */
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    display: none !important;
    transition: 200ms;
}

#placeOrderError.show {
    opacity: 1;
    display: inline-block !important;
}


.sameday-selected-locker {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 0;
    background: #fff7f7;
    border: 1px solid rgba(183, 29, 35, 0.18);
    color: #7b272c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    display: none;
}


.sameday-selected-locker__card {
    margin-top: 10px;
    padding: 12px 14px;
    background: linear-gradient(180deg, #fff7f7 0%, #fff 100%);
    border: 1px solid rgba(183, 29, 35, 0.18);
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(183, 29, 35, 0.08);
    color: #5b3d22;
}

.sameday-selected-locker__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.sameday-selected-locker__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(216, 32, 39, 0.08);
    color: #b71d23;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sameday-selected-locker__pin {
    font-size: 12px;
    line-height: 1;
}

.sameday-selected-locker__image {
    display: block;
    width: 100%;
    max-height: 110px;
    object-fit: cover;
    margin-top: 10px;
    border-radius: 0;
    border: 1px solid rgba(183, 29, 35, 0.08);
}

.sameday-selected-locker__title {
    margin-top: 8px;
    color: #2f1d19;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.sameday-selected-locker__subtitle {
    margin-top: 4px;
    color: #6a4b3d;
    font-size: 13px;
    line-height: 1.45;
}

.sameday-selected-locker__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
}

.sameday-selected-locker__row {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px;
    border-radius: 0;
    background: #fff;
    border: 1px solid rgba(183, 29, 35, 0.08);
}

.sameday-selected-locker__label {
    color: #b71d23;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sameday-selected-locker__value {
    color: #43302a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.sameday-selected-locker__change {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 110px;
    padding: 0 12px;
    border: 1px solid #b71d23;
    background: #fff;
    color: #b71d23;
    font-size: 13px;
    font-weight: 800;
    height: 34px;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.sameday-selected-locker__change-icon {
    font-size: 14px;
    line-height: 1;
}

.sameday-selected-locker__change:hover {
    background: #b71d23;
    color: #fff;
}
