//global imports @import '../../styles/global.colors.scss'; @import '../../styles/global.fonts.scss'; .container { .chooseCard { display: flex; flex-direction: row; @include SemiBoldDark16Mixin; padding-top: 12px; padding-bottom: 12px; padding-inline: 40px; height: auto; width: 100%; justify-content: space-between; .leftSection { display: flex; flex-direction: column; gap: 8px; } .dateHours { display: flex; flex-direction: row; gap: 12px; @include MediumLight14Mixin; } .arrow { margin-top: auto; margin-bottom: auto; } &:active { background-color: $light-gray-text-color-opacity; } .openedDiv { padding-inline: 24px; width: 400px; height: 400px; background-color: red; flex-direction: column; } } }