.tq-resume-wrapper {
	max-width: 900px;
	margin: 40px auto;
	background: #fff;
	padding: 24px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.tq-title,
.tq-preview-title {
	text-align: center;
	margin: 0 0 20px;
}

.tq-section {
	margin-bottom: 20px;
}

.tq-section h3 {
	font-size: 16px;
	margin: 0 0 10px;
	border-bottom: 1px solid #d1d5db;
	padding-bottom: 6px;
}

.tq-section input,
.tq-section textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	box-sizing: border-box;
}

.tq-edu-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 10px;
}

#add-education,
#tq-preview-resume,
#tq-pay-download {
	display: inline-block;
	padding: 12px 18px;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	background: #209cee;
	color: #fff;
	font-size: 14px;
}

#add-education {
	padding: 10px 14px;
}

.tq-action {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 24px;
}

#tq-resume-preview-wrap {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #d1d5db;
	background: #fafafa;
}

#tq-resume-preview {
	background: #fff;
	padding: 24px;
	border: 1px solid #e5e7eb;
}

.tqrb-resume {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #111;
}

.tqrb-center {
	text-align: center;
}

.tqrb-main-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.tqrb-name {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.tqrb-contact p {
	margin: 4px 0;
}

.tqrb-section {
	margin-top: 18px;
}

.tqrb-section-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #111;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.tqrb-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 8px;
}

.tqrb-table th,
.tqrb-table td {
	border: 1px solid #111;
	padding: 7px 8px;
	font-size: 13px;
	vertical-align: top;
}

.tqrb-list {
	margin: 0;
	padding-left: 20px;
}

.tqrb-list li {
	margin-bottom: 4px;
}

.tqrb-details-row {
	margin: 4px 0;
}

.tqrb-label {
	display: inline-block;
	min-width: 200px;
	font-weight: 700;
}

.tqrb-signature {
	margin-top: 28px;
	text-align: right;
}

@media (max-width: 767px) {
	.tq-resume-wrapper {
		padding: 16px;
	}

	.tq-edu-row {
		grid-template-columns: 1fr;
	}

	.tqrb-label {
		min-width: 100%;
		display: block;
		margin-bottom: 2px;
	}
}