.v3-function-card.v3-white-bg {
    background: #f0f4f8 !important;
    border: 2px solid #46b5fe !important;
    box-shadow: 0 2px 8px rgba(70, 181, 254, 0.2);
}

.v3-function-card.v3-white-bg .v3-function-title {
    color: #2c3e50 !important;
    font-weight: 600;
}

.v3-function-card.v3-white-bg .v3-function-icon {
    background: rgba(70, 181, 254, 0.3) !important;
}

.v3-function-card.v3-white-bg .v3-function-icon::before {
    background: #46b5fe !important;
}

.v3-function-card.v3-white-bg:hover {
    background: #e1e8ef !important;
    border-color: #2196F3 !important;
    box-shadow: 0 8px 24px rgba(33, 150, 243, 0.25);
}