.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 0.25rem;
    width: 340px;
    font-size: 14px;
    height: 46px;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Override Dash's default RadioItems styling */
.radio-inputs > div {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
}

.radio-inputs > div > label {
    flex: 1 1 auto !important;
    text-align: center !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.radio-inputs input[type="radio"] {
    display: none !important;
}

.radio-inputs .radio-item {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: none;
    padding: 0.5rem 0;
    color: #000000;
    transition: background-color 0.5s ease, font-weight 0.5s ease;
    width: 100%;
    height: 100%;
}

.radio-inputs .radio-item.selected {
    background-color: #4d4a45;
    font-weight: 600;
    color: #fff;
}

#fh-rdl-data-transform-tooltip-icon:hover + #fh-rdl-data-transform-tooltip {
    display: inline !important;
}

#fh-rdl-data-transform-tooltip {
    position: absolute;
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 1000;
    margin-left: 15px;
    margin-bottom: 45px;
    white-space: pre-line;
}

#qdc-rdl-data-transform-tooltip-icon:hover + #qdc-rdl-data-transform-tooltip {
    display: inline !important;
}

#qdc-rdl-data-transform-tooltip {
    position: absolute;
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 1000;
    margin-left: 15px;
    margin-bottom: 45px;
    white-space: pre-line;
}

#bdc-rdl-data-transform-tooltip-icon:hover + #bdc-rdl-data-transform-tooltip {
    display: inline !important;
}

#bdc-rdl-data-transform-tooltip {
    position: absolute;
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 1000;
    margin-left: 15px;
    margin-bottom: 45px;
    white-space: pre-line;
}

#qdd-rdl-data-transform-tooltip-icon:hover + #qdd-rdl-data-transform-tooltip {
    display: inline !important;
}

#qdd-rdl-data-transform-tooltip {
    position: absolute;
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 1000;
    margin-left: 15px;
    margin-bottom: 45px;
    white-space: pre-line;
}

#bdd-rdl-data-transform-tooltip-icon:hover + #bdd-rdl-data-transform-tooltip {
    display: inline !important;
}

#bdd-rdl-data-transform-tooltip {
    position: absolute;
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 1000;
    margin-left: 15px;
    margin-bottom: 45px;
    white-space: pre-line;
}