.theme-customize-return-exchange {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.theme-customize-return-exchange a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.theme-customize-return-exchange a:hover {
    color: #005177;
    text-decoration: underline;
}