/* TW Sales Tools account components */
.tw-cart-projects-link {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	margin: 0 0 24px;
	padding: 17px 18px;
	border: 1px solid #d9dfda;
	border-left: 4px solid #ed641d;
	border-radius: 7px;
	background: linear-gradient(135deg, #fff 0%, #f6f5f0 100%);
	box-shadow: 0 8px 24px rgba(22, 31, 33, 0.055);
}

.tw-cart-projects-icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: #fff1e9;
	color: #d95311;
}

.tw-cart-projects-icon svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.tw-cart-projects-link strong {
	display: block;
	margin-bottom: 3px;
	color: #1d2527;
	font-size: 15px;
}

.tw-cart-projects-link p {
	margin: 0;
	color: #687274;
	font-size: 12px;
	line-height: 1.5;
}

.tw-cart-projects-link .tw-cart-projects-button {
	display: inline-flex;
	min-height: 43px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 0 18px;
	white-space: nowrap;
}

.tw-cart-projects-button span {
	font-size: 17px;
	line-height: 1;
}

@media (max-width: 680px) {
	.tw-cart-projects-link {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 12px;
		padding: 15px;
	}

	.tw-cart-projects-icon {
		width: 42px;
		height: 42px;
	}

	.tw-cart-projects-link .tw-cart-projects-button {
		grid-column: 1 / -1;
		width: 100%;
	}
}

.tw-sales-intro {
	margin: 0 0 24px;
	color: #687274;
	font-size: 13px;
	line-height: 1.65;
}

.tw-sales-dashboard-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.tw-sales-dashboard-links > a {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 2px 13px;
	align-items: center;
	padding: 19px;
	border: 1px solid #dce1dd;
	border-radius: 7px;
	background: linear-gradient(145deg, #fff, #f7f6f1);
	box-shadow: 0 8px 22px rgba(22, 31, 33, 0.05);
}

.tw-sales-dashboard-links > a:hover {
	border-color: #ed641d;
	transform: translateY(-1px);
}

.tw-sales-dashboard-links > a > span {
	grid-row: span 2;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, #f47b36, #d95311);
	color: #fff;
	font-size: 20px;
}

.tw-sales-dashboard-links strong,
.tw-sales-dashboard-links small {
	display: block;
}

.tw-sales-dashboard-links strong {
	font-size: 14px;
}

.tw-sales-dashboard-links small {
	color: #687274;
	font-size: 11px;
	line-height: 1.45;
}

.tw-buy-again-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.tw-buy-again-card {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 16px;
	min-width: 0;
	padding: 14px;
	border: 1px solid #dde2de;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(22, 31, 33, 0.045);
}

.tw-buy-again-image {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 5px;
	background: #f3f3ef;
}

.tw-buy-again-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tw-buy-again-card small {
	color: #778083;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.tw-buy-again-card h3 {
	margin: 6px 0 7px;
	font-size: 14px;
	line-height: 1.35;
}

.tw-buy-again-card .price {
	margin: 0 0 10px;
	color: #d95311;
	font-size: 14px;
	font-weight: 850;
}

.tw-buy-again-card .button,
.tw-project-actions .button,
.tw-project-save .button {
	min-height: 38px;
	padding: 0 15px;
	font-size: 10px;
}

.tw-project-save {
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
	gap: 32px;
	margin-bottom: 26px;
	padding: 25px;
	border: 1px solid #dce1dd;
	border-left: 4px solid #ed641d;
	border-radius: 7px;
	background: linear-gradient(145deg, #fff, #f6f4ee);
}

.tw-project-save small {
	color: #ed641d;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.tw-project-save h3 {
	margin: 7px 0 8px;
	font-size: 22px;
}

.tw-project-save p {
	margin: 0;
	color: #687274;
	font-size: 12px;
	line-height: 1.6;
}

.tw-project-save form,
.tw-project-save label,
.tw-project-save label > span {
	display: grid;
}

.tw-project-save form {
	gap: 12px;
}

.tw-project-save label > span {
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.tw-project-save input,
.tw-project-save textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #cfd5d1;
	border-radius: 4px;
	background: #fff;
}

.tw-saved-projects {
	display: grid;
	gap: 12px;
}

.tw-project-card {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 19px 20px;
	border: 1px solid #dde2de;
	border-radius: 7px;
	background: #fff;
}

.tw-project-card h3 {
	margin: 7px 0 4px;
	font-size: 17px;
}

.tw-project-card p {
	margin: 0;
	color: #748083;
	font-size: 11px;
}

.tw-project-status {
	display: inline-flex;
	padding: 4px 7px;
	border-radius: 3px;
	background: #f1f3f0;
	color: #667073;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.tw-project-status.is-requested {
	background: #e6f5ea;
	color: #247745;
}

.tw-project-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
}

.tw-project-actions form {
	margin: 0;
}

.tw-project-actions .button-outline {
	border: 1px solid #ed641d;
	background: #fff;
	color: #cf500e;
}

.tw-text-button {
	padding: 8px;
	border: 0;
	background: transparent;
	color: #7b8587;
	font-size: 10px;
	font-weight: 800;
	text-decoration: underline;
	cursor: pointer;
}

.tw-sales-empty {
	padding: 48px 24px;
	text-align: center;
}

.tw-sales-empty > span {
	display: grid;
	width: 54px;
	height: 54px;
	margin: 0 auto 15px;
	place-items: center;
	border-radius: 50%;
	background: #f5e8df;
	color: #df5b17;
	font-size: 25px;
}

.tw-sales-empty h3 {
	margin: 0 0 8px;
}

.tw-sales-empty p {
	max-width: 460px;
	margin: 0 auto 19px;
	color: #687274;
	font-size: 13px;
	line-height: 1.6;
}

.tw-recovery-consent {
	padding: 12px 14px;
	border: 1px solid #dce1dd;
	border-radius: 5px;
	background: #f8f8f5;
	font-size: 12px;
}

@media (max-width: 1100px) {
	.tw-buy-again-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.tw-sales-dashboard-links,
	.tw-project-save {
		grid-template-columns: 1fr;
	}

	.tw-buy-again-card {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.tw-project-card {
		display: grid;
	}

	.tw-project-actions {
		justify-content: flex-start;
	}
}
