#showLockerDetails {
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
}

.shipping-pickup-store td .title {
    float: left;
    line-height: 30px;
}

.shipping-pickup-store td span.text {
    float: right;
}

.shipping-pickup-store td span.description {
    clear: both;
}

.shipping-pickup-store td > span:not([class*="select"]) {
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 6px 0;
    text-align: justify;
}

.sameday-shipping-methods {
    list-style-type: none;
}

#shipping-pickup-store-select {
    width: 100%;
    height: 25px;
    font-size: 14px;
}

#shipping-pickup-store-select option.sameday-locker-placeholder {
    font-size: 13px;
}

.sameday-locker-optgroup {
    font-size: 13px;
}

.sameday-locker-option {
    font-size: 9px;
}

[aria-labelledby="select2-shipping-pickup-store-select-container"] {
    height: 100% !important;
}

#locker_name,
#locker_address {
    width: 100%;
    border: 0;
    pointer-events: none;
    resize: none;
}

#select2-shipping-pickup-store-select-container {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

#select2-shipping-pickup-store-select-results {
    max-height: 250px;
    overflow-y: auto;
    font-size: 12px;
}

.sameday-locker-sync-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #50575e;
}

.sameday-locker-sync-loading__spinner {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #dcdcde;
    border-top-color: #ed2224;
    animation: sameday-locker-sync-spin 0.75s linear infinite;
}

.sameday-locker-sync-loading__text {
    font-weight: 500;
}

@keyframes sameday-locker-sync-spin {
    to {
        transform: rotate(360deg);
    }
}
