/**
 * Tenbit Addon - Heading Section Widget Styles
 * Author: Team Tenbit Solutions
 */

.tenbit-heading-wrapper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

/* Subtitle Container */
.tenbit-subtitle-wrapper {
	display: inline-flex;
	align-items: center;
	width: 100%;
	margin-bottom: 14px;
	box-sizing: border-box;
}

/* Subtitle Accent Line */
.tenbit-subtitle-line {
	display: inline-block;
	background-color: #FF5A00;
	height: 2.5px;
	width: 30px;
	border-radius: 2px;
	flex-shrink: 0;
	vertical-align: middle;
}

.tenbit-subtitle-line.line-before {
	margin-right: 12px;
}

.tenbit-subtitle-line.line-after {
	margin-left: 12px;
}

/* Subtitle Text */
.tenbit-subtitle {
	display: inline-block;
	color: #FF5A00;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1.2;
}

/* Main Title */
.tenbit-main-title {
	margin: 0 0 18px 0;
	padding: 0;
	color: #0B2B5C;
	font-family: inherit;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	word-wrap: break-word;
}

.tenbit-title-prefix {
	color: inherit;
}

.tenbit-title-highlight {
	color: #FF5A00;
	display: inline;
}

.tenbit-title-suffix {
	color: inherit;
}

/* Description */
.tenbit-description {
	color: #5A6578;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
}

.tenbit-description p {
	margin: 0 0 1em 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.tenbit-description p:last-child {
	margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.tenbit-main-title {
		font-size: 28px;
		line-height: 1.3;
	}

	.tenbit-subtitle {
		font-size: 12px;
		letter-spacing: 1.2px;
	}

	.tenbit-description {
		font-size: 15px;
	}
}
