.snr-order-refills-box {
    background: #fff;
    border: 1px solid var(--snr-co-border, #dde3ea);
    border-radius: 10px;
    padding: 16px 18px;
}

.snr-order-refill-row {
    padding: 12px 0;
    border-bottom: 1px solid #eef1f5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.snr-order-refill-row:last-of-type {
    border-bottom: none;
    padding-bottom: 4px;
}
.snr-order-refill-row__check {
    flex-shrink: 0;
    padding-top: 2px;
}
.snr-order-refill-row__check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.snr-order-refill-row__content {
    flex: 1 1 auto;
    min-width: 0;
}

.snr-order-refill-row__name {
    font-size: 14px;
    font-weight: 600;
    color: var(--snr-co-text, #2c3e50);
    margin-bottom: 8px;
}

.snr-order-refill-row__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.snr-order-refill-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12.5px;
    font-weight: 600;
}

.snr-order-refill-row__expiry {
    font-size: 12.5px;
    color: var(--snr-co-muted, #78909c);
}

.snr-order-refill-btn {
    margin-left: auto;
    display: inline-block;
    padding: 7px 18px;
    background: var(--snr-co-primary, #009688);
    color: #fff !important;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: opacity .15s;
}
.snr-order-refill-btn:hover { opacity: .88; }

.snr-order-refills-footnote {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid #eef1f5;
    font-size: 12.5px;
    color: var(--snr-co-muted, #78909c);
}

.snr-refills-account-table td { vertical-align: middle; }
.snr-refills-account-table .snr-order-refill-btn { white-space: nowrap; }

.snr-refills-multi-hint {
    font-size: 13px;
    color: var(--snr-co-muted, #78909c);
    margin: 0 0 12px;
}

.snr-refills-select-col {
    width: 40px;
    text-align: center !important;
}
.snr-refills-select-col input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.snr-refills-multi-action {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.snr-refills-multi-submit {
    border: none;
    cursor: pointer;
    font: inherit;
}
.snr-refills-multi-submit:disabled {
    background: #cfd8dc !important;
    cursor: not-allowed;
    opacity: .8;
}

.snr-refills-multi-count {
    font-size: 13px;
    color: var(--snr-co-muted, #78909c);
}
