@import '@resources/index.css';

.supt-section-tabs {
	.supt-tab {
		opacity: 1;
		pointer-events: auto;

		margin-bottom: 32px;

		&__title,
		&__text {
			transform: translateY(0px);
		}

		&:first-child {
			.supt-tab__inner {
				@media (min-width: $ml-breakpoint) {
					border-top-left-radius: 32px !important;
				}
			}
		}
	}
}
