#vgk24-selector-container{
    min-height: 400px;
    background-color: #efefef;
    border-radius: 10px;
    max-width: 480px;
    margin: 20px auto 50px;
    padding: 20px;
}

/* Reduce height of all ComboBoxes inside your container */
#vgk24-selector-container .e-input-group.e-control-wrapper.e-ddl {
    height: 36px; /* adjust to your desired height */
    margin-bottom: 5px;
}

#vgk24-selector-container .e-input-group.e-control-wrapper.e-ddl:first-of-type {
    margin-bottom: 15px; /* keep existing margin */
}

#vgk24-selector-container .e-input-group.e-control-wrapper.e-ddl .e-input {
    height: 100%;       /* fill the wrapper */
    padding: 4px 8px;   /* adjust text padding */
    font-size: 14px;    /* adjust font size */
    line-height: 1.2;   /* optional */
}

/* Optional: reduce icon size */
#vgk24-selector-container .e-input-group-icon {
    font-size: 14px;
    line-height: 30px;
}

#vgk24-selector-container .checkbox-label{
    font-size: 12px;
}

/* vgk24-buttons.css */
#vgk24-selector-container .vgk24-custom-btn {
    background-color: #fee600 !important; /* Yellow background */
    color: #000000 !important;           /* Black font */
    width: 100% !important;              /* Full width */
    border: none !important;             /* Remove default border */
}

#vgk24-selector-container .vgk24-custom-btn.e-btn:hover {
    background-color: #ffd600 !important; /* Slight darker yellow on hover */
}

#vgk24-selector-container .vgk24-legal {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

#vgk24-selector-container .vgk24-legal a {
    color: #000;
    text-decoration: underline;
}

/* Focused border color */
#vgk24-selector-container .e-input-group.e-control-wrapper.e-ddl:focus-within {
    border-color: #fee600 !important;
    box-shadow: 0 0 0 1px rgba(254, 230, 0, 0.3) !important;
}

#vgk24-consent-container {
    display: flex;
    align-items: flex-start; /* aligns switch to the top of the text */
    gap: 10px;
    margin: 20px 0;
}

/* VGK24 Switch */
.e-switch-wrapper.custom-vgk24 .e-switch-inner.e-switch-active,
.e-switch-wrapper.custom-vgk24 .e-switch-inner.e-switch-active .e-switch-on,
.e-switch-wrapper.custom-vgk24:hover .e-switch-inner.e-switch-active .e-switch-on
{
    background-color: #ffd600;
    border-color: #ffd600;
}

.e-switch-wrapper.custom-vgk24 {
    width: 48px;
    height: 24px;
}

.e-switch-wrapper.custom-vgk24 .e-switch-handle {
    width: 20px;
    height: 20px;
}

.e-switch-wrapper.custom-vgk24 .e-switch-handle.e-switch-active {
    margin-left: -22px;
}

.e-switch-wrapper.custom-vgk24 .e-switch-on {
 color: #85868C!important;
}

/* Fix Syncfusion button click blocking */
.e-btn,
.e-control.e-btn,
.e-control.e-btn .e-ripple-container,
#compare-button {
    pointer-events: auto !important;
    cursor: pointer !important;
}

#vgk24-wrapper, #vgk24-selector-container {
    pointer-events: auto !important;
}

.e-dlg-header-content {
    background-color: #ffd600;
    border-radius: 3px 3px 0 0!important;
}

.e-dialog .e-dlg-header {
    /*color: black;*/
    font-size: 20px;
    font-weight: normal;
}

.e-footer-content .e-btn {
    background-color: #000!important;
    color: #fff;
}