h2.tool-heading {
    margin-bottom: 20px;
}

@media(max-width:400px){
    
body.single-post h2.tool-heading {
   font-size: 22px !important;
}    
   
}

@media(max-width:767px){
    
.single-tools main#main .container.beauty {
    padding: 0 !important;
}
    
    
}

.probability-display {
				margin-top: 15px;
				text-align: center;
			}
			.probability-header {
				font-size: 18px;
				font-weight: bold;
				margin-bottom: 15px;
				color: #333;
			}
			.probability-bar {
				width: 100%;
				height: 12px;
				background-color: #e0e0e0;
				border-radius: 6px;
				overflow: hidden;
				margin: 10px 0;
				position: relative;
			}
			.probability-bar-fill {
				height: 100%;
				background: green;
				border-radius: 6px;
				transition: width 0.8s ease-in-out;
			}
			.probability-text {
				font-size: 16px;
				color: #333;
				margin: 10px 0;
				font-weight: 500;
			}
			.result-display {
				margin-top: 15px;
				font-size: 18px;
				font-weight: bold;
				color: #2c3e50;
			}
			.explanation-text {
				margin-top: 10px;
				color: #666;
				font-style: italic;
				line-height: 1.4;
			}
			.word-counter {
				display: flex;
				justify-content: space-between;
				align-items: center;
				margin-top: 8px;
				font-size: 14px;
			}
			.word-count {
				font-weight: bold;
				color: #555;
			}
			.word-message {
				font-size: 13px;
				width: 100%;
				margin-top: 5px;
				padding: 5px 8px;
				border-radius: 4px;
				display: inline-block;
			}
			.word-message.warning {
				background-color: #fff3cd;
				color: #856404;
				border: 1px solid #ffeaa7;
			}
			.word-message.error {
				display: none;
				background-color:rgb(255, 225, 225);
				color:rgba(255, 0, 0, 1);
				border: 1px solid rgb(225, 153, 153, 0.05);
			}
			.word-message.info {
				background-color: #d1ecf1;
				color: #0c5460;
				border: 1px solid #b8daff;
			}
			.word-message.success {
				background-color: #d4edda;
				color: #155724;
				border: 1px solid #c3e6cb;
			}
			.input-section {
				position: relative;
			}
			.input-section label {
				display: block;
				margin-bottom: 8px;
				font-weight: 500;
			}
			


textarea {
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  padding: 12px 16px;
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.5;
  color: #2c3e50;
  background-color: #f9f9f9ad;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: vertical;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  box-sizing: border-box;
  overflow-y: auto;
}

/* Focus state */
textarea:focus {
  outline: none;
  border-color: #007bff;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

/* Scrollbar Styles (WebKit only) */
textarea::-webkit-scrollbar {
  width: 10px;
}

textarea::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

textarea::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 8px;
  border: 2px solid #f1f1f1;
}

textarea::-webkit-scrollbar-thumb:hover {
  background: #999;
}

@media(max-width:767px){
.tool-main-div {
    padding: 30px 15px;
}
    }
    
.general-message {
	font-size: 13px;
	width: 100%;
	margin-top: 5px;
	padding: 5px 8px;
	border-radius: 4px;
	display: inline-block;
	background-color: #ff7c0014;
    color: #433200;
    border: 1px solid #ffc407;
}