.indydtf-my-artwork {
	display: grid;
	gap: 20px;
	color: #071936;
}

.indydtf-my-artwork__hero,
.indydtf-my-artwork__storage {
	background: #ffffff;
	border: 1px solid #d8e3f5;
	border-radius: 8px;
	padding: 24px 28px;
	box-shadow: 0 18px 42px rgba( 7, 25, 54, 0.08 );
}

.indydtf-my-artwork__eyebrow,
.indydtf-my-artwork__storage span,
.indydtf-my-artwork__toolbar span,
.indydtf-my-artwork-card dt {
	color: #245fe8;
	font-size: 12px;
	font-weight: 550;
	letter-spacing: 0;
	text-transform: uppercase;
}

.indydtf-my-artwork__hero h2 {
	margin: 8px 0 6px;
	font-size: 34px;
	line-height: 1.12;
	font-weight: 600;
}

.indydtf-my-artwork__hero p {
	margin: 0;
	color: #31445f;
	font-weight: 400;
	line-height: 1.5;
}

.indydtf-my-artwork__storage {
	display: grid;
	gap: 12px;
	padding: 18px 20px;
}

.indydtf-my-artwork__storage > div:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.indydtf-my-artwork__meter {
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: #dce5f2;
}

.indydtf-my-artwork__meter span {
	display: block;
	height: 100%;
	background: #245fe8;
}

.indydtf-my-artwork__toolbar {
	display: grid;
	grid-template-columns: minmax( 220px, 1fr ) minmax( 180px, 240px ) auto;
	gap: 14px;
	align-items: end;
}

.indydtf-my-artwork__toolbar label,
.indydtf-my-artwork__create-form label {
	display: grid;
	gap: 8px;
}

.indydtf-my-artwork__toolbar input[type="search"],
.indydtf-my-artwork__toolbar select,
.indydtf-my-artwork__create-form input,
.indydtf-my-artwork-card__rename input {
	width: 100%;
	min-height: 44px;
	border: 1px solid #cfdaf0;
	border-radius: 8px;
	padding: 0 14px;
	background: #ffffff;
	color: #071936;
	font-weight: 500;
}

.indydtf-my-artwork__create-form {
	display: grid;
	grid-template-columns: minmax( 220px, 1.2fr ) minmax( 180px, 0.8fr ) minmax( 220px, 1fr ) auto;
	gap: 14px;
	align-items: end;
}

.indydtf-my-artwork__selected-file {
	grid-column: 1 / -2;
	margin: 0;
	color: #31445f;
	font-weight: 450;
	overflow-wrap: anywhere;
}

.indydtf-my-artwork__upload input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.indydtf-my-artwork__upload span,
.indydtf-my-artwork__submit,
.indydtf-my-artwork-card button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 1px solid #245fe8;
	border-radius: 999px;
	padding: 0 22px;
	background: #245fe8;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	cursor: pointer;
}

.indydtf-my-artwork__submit {
	width: 100%;
}

.indydtf-my-artwork__notice {
	margin: 0;
	border: 1px solid #b7cffd;
	border-radius: 8px;
	padding: 12px 14px;
	background: #eef4ff;
	color: #0b377e;
	font-weight: 500;
}

.indydtf-my-artwork__notice.is-error {
	border-color: #fecaca;
	background: #fff1f2;
	color: #b42318;
}

.indydtf-my-artwork__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
}

.indydtf-my-artwork__empty,
.indydtf-my-artwork-card {
	background: #ffffff;
	border: 1px solid #d8e3f5;
	border-radius: 8px;
	padding: 10px 12px;
	box-shadow: 0 14px 34px rgba( 7, 25, 54, 0.07 );
}

.indydtf-my-artwork-card {
	display: grid;
	grid-template-columns: 138px minmax(0, 1fr);
	gap: 12px;
}

.indydtf-my-artwork-card__thumb {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	overflow: hidden;
	border: 1px solid #d8e3f5;
	border-radius: 8px;
	background: #ffffff;
}

.indydtf-my-artwork-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.indydtf-my-artwork-card__thumb span {
	color: #245fe8;
	font-size: 20px;
	font-weight: 550;
}

.indydtf-my-artwork-card h3 {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indydtf-my-artwork-card dl {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
}

.indydtf-my-artwork-card dl div {
	display: grid;
	gap: 2px;
	min-width: 0;
	font-size: 11px;
}

.indydtf-my-artwork-card dd {
	margin: 0;
	font-weight: 500;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indydtf-my-artwork-card__actions,
.indydtf-my-artwork-card__rename {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.indydtf-my-artwork-card button[data-artwork-delete],
.indydtf-my-artwork-card button[data-artwork-cancel] {
	border-color: #d8e3f5;
	background: #ffffff;
	color: #d92d20;
}

.indydtf-my-artwork-card__rename label {
	flex: 1 1 min(420px, 100%);
	display: grid;
	gap: 4px;
	max-width: 460px;
}

.indydtf-my-artwork-card__rename {
	display: grid;
	grid-template-columns: minmax(180px, 460px) auto auto;
	align-items: end;
}

.indydtf-my-artwork-card__rename input {
	min-height: 34px;
	font-size: 12px;
}

.indydtf-my-artwork-card__rename button {
	min-height: 34px;
	padding: 0 16px;
	font-size: 12px;
}

@media ( max-width: 760px ) {
	.indydtf-my-artwork__toolbar,
	.indydtf-my-artwork__create-form {
		grid-template-columns: 1fr;
	}

	.indydtf-my-artwork-card {
		grid-template-columns: 118px minmax(0, 1fr);
	}

	.indydtf-my-artwork-card dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.indydtf-my-artwork-card__rename {
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	.indydtf-my-artwork__selected-file {
		grid-column: auto;
	}

	.indydtf-my-artwork__storage > div:first-child {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media ( max-width: 560px ) {
	.indydtf-my-artwork {
		gap: 14px;
	}

	.indydtf-my-artwork__hero,
	.indydtf-my-artwork__storage {
		padding: 18px;
		border-radius: 12px;
	}

	.indydtf-my-artwork__hero h2 {
		font-size: 24px;
		line-height: 1.12;
	}

	.indydtf-my-artwork-card,
	.indydtf-my-artwork-card dl,
	.indydtf-my-artwork-card__rename {
		grid-template-columns: minmax(0, 1fr);
	}

	.indydtf-my-artwork-card {
		gap: 12px;
		padding: 14px;
		border-radius: 12px;
	}

	.indydtf-my-artwork-card__thumb {
		width: 100%;
		max-height: 320px;
		aspect-ratio: 1.08;
	}

	.indydtf-my-artwork-card h3 {
		white-space: normal;
		font-size: 16px;
		line-height: 1.25;
	}

	.indydtf-my-artwork-card__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.indydtf-my-artwork-card button {
		width: 100%;
		padding-inline: 14px;
	}

	.indydtf-my-artwork-card__rename button {
		width: 100%;
	}
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork {
	color: rgba(255, 255, 255, 0.84);
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__hero,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__storage,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__empty,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card {
	border-color: rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__hero h2,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card h3,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card dd {
	color: #ffffff;
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card h3 {
	font-weight: 600;
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card dd,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__selected-file {
	font-weight: 450;
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__toolbar span,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card dt,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card button {
	font-weight: 550;
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__hero p,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__selected-file {
	color: rgba(255, 255, 255, 0.68);
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__eyebrow,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__storage span,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__toolbar span,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card dt {
	color: #8FB2FF;
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__meter {
	background: rgba(255, 255, 255, 0.14);
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__meter span {
	background: var(--color-secondary);
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__toolbar input[type="search"],
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__toolbar select,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__create-form input,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card__rename input {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.92);
	color: #071226;
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__upload span,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__submit,
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card button {
	border-color: #4169E1;
	background: #4169E1;
	color: #ffffff;
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card button[data-artwork-delete],
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card button[data-artwork-cancel],
body.woocommerce-account .woocommerce-MyAccount-content .indydtf-studio-presets button[data-studio-preset-delete] {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #FF8C7A;
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__notice {
	border-color: rgba(143, 178, 255, 0.32);
	background: rgba(143, 178, 255, 0.12);
	color: rgba(255, 255, 255, 0.86);
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork__notice.is-error {
	border-color: rgba(255, 140, 122, 0.36);
	background: rgba(255, 140, 122, 0.12);
	color: #FFD2CA;
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card__thumb {
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.1);
}

body.woocommerce-account .woocommerce-MyAccount-content .indydtf-my-artwork-card__thumb span {
	color: var(--color-secondary);
}
