.t24-button-wrap {
	margin-top: 10px;
	margin-bottom:15px;
}
#t24Modal input,
#t24Modal select,
#t24Modal textarea {
    border-radius: 5px;
}

.t24-offer-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 13px 20px;
	border: 2px solid transparent;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: opacity 0.2s, transform 0.1s;
	text-transform: uppercase;
}

.t24-offer-btn:hover {
	opacity: 0.88;
	transform: translateY(-1px);
}

.t24-offer-btn:active {
	transform: translateY(0);
}

#t24Modal .modal-header {
	border-bottom: 0;
}

#t24Modal .modal-title {
	font-size: 18px;
	font-weight: 700;
}

.t24-modal-header-text {
	background: #f8f7ff;
	border-left: 4px solid var(--t24-color, #7c3aed);
	padding: 10px 14px;
	border-radius: 0 6px 6px 0;
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
}

.t24-modal-footer-text {
	background: #fefce8;
	border: 1px solid #fde68a;
	border-radius: 6px;
	padding: 10px 14px;
	font-size: 13px;
	color: #92400e;
	text-align: center;
}

.t24-qty-wrap {
	display: flex;
	align-items: center;
	gap: 0;
	width: fit-content;
}

.t24-qty-btn {
	width: 36px;
	height: 38px;
	border: 1px solid #d1d5db;
	background: #f9fafb;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s;
	line-height: 1;
}

.t24-qty-btn:first-child {
	border-radius: 6px 0 0 6px;
}

.t24-qty-btn:last-child {
	border-radius: 0 6px 6px 0;
}

.t24-qty-btn:hover {
	background: #e5e7eb;
}

.t24-qty-input {
	width: 56px;
	height: 38px;
	border: 1px solid #d1d5db;
	border-left: 0;
	border-right: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	-moz-appearance: textfield;
}

.t24-qty-input::-webkit-outer-spin-button,
.t24-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.t24-submit-btn {
	font-weight: 700;
	font-size: 15px;
	padding: 13px;
	border-radius: 6px;
	letter-spacing: 0.3px;
	transition: opacity 0.2s;
}

.t24-submit-btn:hover {
	opacity: 0.9;
	color: #fff;
}

.t24-form-result {
	border-radius: 6px;
	padding: 10px 14px;
	font-size: 14px;
}

.t24-form-result.success {
	background: #ecfdf5;
	border: 1px solid #6ee7b7;
	color: #065f46;
}

.t24-form-result.error {
	background: #fef2f2;
	border: 1px solid #fca5a5;
	color: #991b1b;
}

.t24-hp {
	display: none !important;
}
