.tool-paragraph-count {
	max-width: 1000px;
}

.tool-paragraph-count .container {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
	text-align: center;
}

.tool-paragraph-count h3 {
	text-align: left;
	margin-bottom: 15px;
	font-size: 22px;
}

.tool-paragraph-count .input-area {
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	resize: none;
    font-size: 16px;
}

.tool-paragraph-count .action-buttons {
	margin-top: 10px;
}

.tool-paragraph-count .action-buttons button {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    color: white;
    background-color: #4a90e2;
    cursor: pointer;
}

@media (max-width: 768px) {
	.tool-paragraph-count .container {
		padding: 20px;
	}
}