@use '../../src/core/style/abstracts/mixins';
@use '../../src/core/style/abstracts/functions';

.query-section-container {
    box-shadow: functions.get-pep-shadow(shadow-sm, soft);       
    @include mixins.border(border, 1px, solid, functions.get-pep-color(color-system-primary, color-tran-50)); 
}