.banner7__theme_appearance {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    padding: 9px 14px;
    border-radius: 1024px;
    background: none;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #F6F4EC;
    font-family: 'Inter Tight';
    font-weight: 600;
    width: 100%;
}

.banner7__theme_appearance:hover {
    transform: scale(1.05);
}

.banner7__theme_appearance.selected {
    background: #F6F4EC;
    color: #0A0A0A;

    img {
        filter: invert(1);
    }
}
