.sample-container {
	top: 4px;
}

.tool__row__s {
	padding: 20px;
	border: 1px solid var(--border-color);
	width: 100% !important;

	textarea {
		border: 1px solid var(--border-color) !important;
		box-shadow: unset;
		margin: 15px 0px;
	}

	label {
		color: var(--color-dark-chocolate);
		line-height: 100%;
		font-weight: 400;
		font-size: 16px;
	}

	.ep__tool__topbar2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 20px;

        @media screen and (max-width:425px) {
            flex-direction: column;
            width: 100%;
        }

		div {
			width: 100%;

			@media screen and (min-width:700px) {
				flex-basis: 22%;
			}

			@media screen and (max-width:700px) {
				flex-basis: 50%;
			}

			.label {
				color: var(--color-dark-chocolate);
				line-height: 20px;
				font-weight: 400;
				font-size: 14px;
				margin-bottom: 4px;
			}
		}
	}

	#main_tool_btn {
		margin: 0 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 15px;

         @media screen and (max-width:425px) {
            margin: 0 auto;
        }
	}
}

[data-tooltip] {
    &::before, &.initial::before {
		z-index: 999;
	}
}

.result-section {
    max-width: 924px !important;
}

.js-word-counter {
	margin-bottom: 16px !important;
}