/* Comment form section (Elementor widget) */

.ssb-comments-section {
	margin-top: 24px;
	width: 100%;
	box-sizing: border-box;
}

.ssb-comments-section .comment-form {
	width: 100%;
	box-sizing: border-box;
}

.ssb-helpful {
	width: 100%;
	box-sizing: border-box;
}

/* "Was this article helpful?" widget */

.ssb-helpful {
	text-align: center;
	margin: 40px 0;
}

.ssb-helpful-question {
	font-weight: 700;
	margin: 0 0 8px;
	font-size: 18px;
	color:#000;
	line-height: 1.5em;
    margin-bottom: 8px;
}

.ssb-helpful-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ssb-helpful-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px 6px;
	color: currentColor;
	font-size: 1rem;
	line-height: 1;
}

.ssb-helpful-btn:hover,
.ssb-helpful-btn:focus {
	background: transparent;
}

.ssb-thumb-icon,
.ssb-helpful-count {
	color: #222222;
	opacity: 0.7;
	transition: opacity 0.15s ease-in-out;
}

.ssb-thumb-icon {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.ssb-helpful-btn:hover .ssb-thumb-icon,
.ssb-helpful-btn:hover .ssb-helpful-count,
.ssb-helpful-btn:focus .ssb-thumb-icon,
.ssb-helpful-btn:focus .ssb-helpful-count,
.ssb-helpful-btn.is-selected .ssb-thumb-icon,
.ssb-helpful-btn.is-selected .ssb-helpful-count {
	opacity: 1;
}

.ssb-thumb-icon-down {
	transform: rotate(180deg);
}

.ssb-helpful-btn:disabled {
	cursor: default;
}

.ssb-helpful-divider {
	opacity: 0.5;
}

.ssb-helpful-count {
	font-size: 0.9rem;
}

/* Comment form redesign */

.ssb-comment-as {
	margin: 0 0 12px;
	color: #6b7280;
}

.ssb-comment-box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	max-width: 640px;
	background: #fff;
	border: 2px solid #ececec !important;
	border-radius: 4px !important;
	padding: 12px;
	margin: 0 0 12px;
	box-sizing: border-box;
}

.ssb-comment-box .comment-form-comment {
	flex: 1 1 auto;
	margin: 0;
}

.ssb-comment-avatar,
.ssb-comment-avatar-img {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.ssb-comment-box textarea#comment {
	display: block;
	width: 100%;
	background: #fff;
	border: none;
	outline: none;
	resize: vertical;
	font: inherit;
	padding: 8px 0 0;
	min-height: 90px;
}

.ssb-comment-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 640px;
	margin: 0 0 12px;
}

.ssb-comment-field {
	flex: 1 1 208px;
	max-width: 208px;
	min-width: 0;
	margin: 0;
}

.ssb-comment-field input {
	width: 100%;
	box-sizing: border-box;
	background: #fff !important;
	border: 2px solid #ececec !important;
	border-radius: 4px !important;
	padding: 5px 12px!important;
	font: inherit;
}

.ssb-comment-submit {
	background-color: #111827;
	color: #fff;
	border: none;
	border-radius: 4px !important;
	height: 38px;
	padding: 0 30px!important;
	font: inherit;
	font-size: 11px;
	letter-spacing: 0.12em;
	cursor: pointer;
}

.ssb-comment-submit:hover {
	opacity: 0.9;
}

@media (max-width: 480px) {
	.ssb-comment-box {
		flex-direction: column;
		align-items: stretch;
	}
}


.elementor-element .swp_social_panel{
	margin-bottom: 0!important;
}