/* SCSS has been severly missused in this project, I'm just creating new css files to avoid the other mess */
.other-icons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 24px !important;

    .search-icon {
        padding: 0 8px;
    }

    .heart-icon {
        padding: 0 8px;
    }
}