.rl-d9b6fe1d-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rl-d9b6fe1d-item {
    margin: 0;
    padding: 0;
}

.rl-d9b6fe1d-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
    width: 100%;
}

.rl-d9b6fe1d-link:hover {
    text-decoration: none;
}

.rl-d9b6fe1d-radio {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #55595c;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: auto;
}

.rl-d9b6fe1d-radio::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease;
}

/* Hover state to simulate selection/interactivity */
.rl-d9b6fe1d-link:hover .rl-d9b6fe1d-radio::after {
    background-color: #55595c; /* Overridden by settings */
}

.rl-d9b6fe1d-text {
    color: #55595c;
    font-size: 16px;
    transition: color 0.3s ease;
}
