.gift-checkout-card {
    border: 1px solid #d1d7dc;
    border-radius: 12px;
}

.gift-mode-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.gift-mode-option {
    border: 1px solid #d1d7dc;
    border-radius: 10px;
    padding: 12px 16px;
    min-width: 220px;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.gift-mode-option.active {
    border-color: #5624d0;
    box-shadow: 0 0 0 2px rgba(86, 36, 208, .1);
}

.gift-mode-option input {
    margin-right: 8px;
}

.gift-fields-panel {
    background: #f7f9fa;
    border: 1px solid #d1d7dc;
    border-radius: 10px;
    padding: 16px;
}

.gift-helper-badge {
    color: #1c1d1f;
    background: #f6f7f9;
    border: 1px solid #d1d7dc;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
}
