.awi-store {
	color: #111827;
	font-family: inherit;
	margin: 0 auto;
	max-width: 1500px;
	padding: 32px;
}

.awi-store a {
	color: inherit;
	text-decoration: none;
}

.awi-store-head {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: flex-start;
}

.awi-search {
	align-items: center;
	border: 1px solid #d4dae3;
	border-radius: 8px;
	display: flex;
	height: 46px;
	max-width: 720px;
	overflow: hidden;
	width: min(100%, 720px);
}

.awi-search input[type="search"] {
	border: 0;
	box-sizing: border-box;
	flex: 1;
	font-size: 16px;
	height: 100%;
	min-width: 0;
	padding: 0 16px;
}

.awi-search input[type="search"]:focus {
	outline: 0;
}

.awi-search button {
	align-items: center;
	background: #fff;
	border: 0;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 54px;
}

.awi-search svg {
	fill: #111827;
	height: 24px;
	width: 24px;
}

.awi-categories {
	border-bottom: 1px solid #e5e9ef;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 30px -32px 0;
	padding: 0 32px;
	position: relative;
	z-index: 20;
}

.awi-categories a,
.awi-cat-top {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}

.awi-cat-all,
.awi-cat-top {
	display: inline-flex;
	padding: 13px 0 18px;
}

.awi-cat-group {
	position: relative;
}

.awi-cat-all.is-active,
.awi-cat-group.is-active > .awi-cat-top,
.awi-cat-subgroup.is-active > .awi-cat-second,
.awi-cat-third a.is-active {
	color: #d9484e;
}

.awi-cat-dropdown {
	background: #fff;
	border: 1px solid #e5e9ef;
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .10);
	display: block;
	left: 0;
	min-width: 190px;
	opacity: 0;
	padding: 14px 16px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(6px);
	transition: opacity .12s ease, transform .12s ease, visibility .12s ease;
	visibility: hidden;
	z-index: 30;
}

.awi-cat-dropdown::before {
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	right: 0;
	top: -12px;
}

.awi-cat-group:hover .awi-cat-dropdown,
.awi-cat-group:focus-within .awi-cat-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.awi-cat-subgroup {
	padding: 0;
}

.awi-cat-second {
	display: block;
	font-size: 16px;
	font-weight: 800;
	padding: 10px 12px;
	white-space: nowrap;
}

.awi-cat-second:hover,
.awi-cat-third a:hover {
	background: #f5f7fa;
	border-radius: 6px;
}

.awi-cat-third {
	border-left: 0;
	margin: 0 0 8px;
	padding: 0 0 0 14px;
}

.awi-cat-third a {
	color: #4b5563;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 10px;
}

.awi-list-head {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	padding: 34px 0 22px;
}

.awi-list-head h1 {
	font-size: 28px;
	letter-spacing: 0;
	margin: 0;
}

.awi-list-head p {
	color: #6b7280;
	margin: 8px 0 0;
}

.awi-status-filter {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 180px;
}

.awi-status-filter label {
	color: #334155;
	font-size: 13px;
	font-weight: 700;
}

.awi-status-filter select {
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 4px;
	color: #111827;
	font: inherit;
	font-size: 15px;
	height: 44px;
	min-width: 180px;
	padding: 0 14px;
}

.awi-status-filter select:focus {
	border-color: #94a3b8;
	outline: 0;
}

.awi-grid-list {
	display: grid;
	gap: 34px 24px;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--awi-thumb-width, 300px)), 1fr));
}

.awi-work-card {
	min-width: 0;
}

.awi-work-image {
	align-items: center;
	aspect-ratio: var(--awi-thumb-ratio, 1 / 1);
	background: #f4f6f8;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.awi-work-image img {
	height: 100%;
	object-fit: cover;
	transition: transform .28s ease;
	width: 100%;
}

.awi-work-card:hover .awi-work-image img {
	transform: scale(1.04);
}

.awi-work-card.is-detail-disabled .awi-work-image,
.awi-work-title.is-disabled {
	cursor: default;
}

.awi-work-image span,
.awi-detail-empty {
	color: #94a3b8;
	font-size: 13px;
	font-weight: 700;
}

.awi-work-meta {
	padding-top: 14px;
}

.awi-work-category,
.awi-work-code,
.awi-work-year,
.awi-work-material {
	color: #64748b;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 4px;
}

.awi-work-code {
	color: #475569;
}

.awi-work-material {
	font-weight: 600;
	margin-top: 6px;
}

.awi-work-title {
	display: block;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	margin-top: 6px;
}

.awi-work-spec {
	color: #6b7280;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	margin-top: 8px;
}

.awi-work-bottom {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 12px;
}

.awi-work-bottom strong {
	font-size: 19px;
}

.awi-work-bottom span {
	background: #eef8ef;
	border-radius: 4px;
	color: #17803a;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 8px;
}

.awi-empty {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #64748b;
	grid-column: 1 / -1;
	padding: 42px;
	text-align: center;
}

.awi-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 42px;
}

.awi-pagination a {
	align-items: center;
	border: 1px solid #d9dee6;
	border-radius: 4px;
	color: #475569;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	min-width: 34px;
	padding: 0 10px;
}

.awi-pagination a.is-active {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.awi-empty-page a {
	color: #d9484e;
	display: block;
	font-weight: 700;
	margin-top: 12px;
}

.awi-permission {
	align-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 92px auto;
	max-width: 520px;
	min-height: 220px;
	padding: 42px 30px;
	text-align: center;
}

.awi-permission h1 {
	color: #ef4444;
	font-size: 24px;
	letter-spacing: 0;
	margin: 0 0 12px;
}

.awi-permission p {
	color: #64748b;
	font-size: 15px;
	margin: 0;
}

.awi-detail-breadcrumb {
	align-items: center;
	color: #64748b;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 6px;
	margin: 34px 0 26px;
}

.awi-detail-breadcrumb a {
	color: #64748b;
}

.awi-detail-breadcrumb strong {
	color: #64748b;
	font-weight: 700;
}

.awi-detail {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(420px, 0.82fr) minmax(360px, 1fr);
}

.awi-detail-product {
	align-items: start;
	margin-bottom: 72px;
}

.awi-detail-gallery {
	min-width: 0;
}

.awi-detail-main-frame {
	aspect-ratio: 1 / 1;
	background: #f4f6f8;
	border-radius: 4px;
	overflow: hidden;
}

.awi-detail-main,
.awi-detail-empty {
	aspect-ratio: 1 / 1;
	background: #f4f6f8;
	border-radius: 4px;
	display: flex;
	object-fit: cover;
	width: 100%;
}

.awi-detail-main-frame .awi-detail-main {
	aspect-ratio: auto;
	display: block;
	height: 100%;
	transition: transform .28s ease;
}

.awi-detail-main-frame .awi-detail-empty {
	aspect-ratio: auto;
	height: 100%;
}

.awi-detail-main-frame:hover .awi-detail-main {
	transform: scale(1.04);
}

.awi-detail-empty {
	align-items: center;
	justify-content: center;
}

.awi-detail-thumbs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 12px;
}

.awi-detail-thumbs button {
	background: #f4f6f8;
	border: 1px solid #e5e9ef;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
}

.awi-detail-thumbs button.is-active {
	border-color: #111827;
}

.awi-detail-thumbs img {
	aspect-ratio: 1 / 1;
	border: 0;
	display: block;
	object-fit: cover;
	transition: transform .24s ease;
	width: 100%;
}

.awi-detail-thumbs button:hover img {
	transform: scale(1.06);
}

.awi-detail-info {
	padding-top: 18px;
}

.awi-detail-keep-actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-bottom: 16px;
}

.awi-keep-btn,
.awi-keep-list-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 6px;
	box-sizing: border-box;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	padding: 0 14px;
}

.awi-keep-btn.is-kept {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.awi-keep-list-btn {
	background: #eef8ef;
	border-color: #d7efdb;
	color: #17803a;
}

.awi-detail-info h1 {
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
}

.awi-detail-price {
	border-bottom: 1px solid #e5e7eb;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 26px;
	padding-bottom: 28px;
}

.awi-spec-list {
	display: grid;
	font-size: 15px;
	grid-template-columns: 110px minmax(0, 1fr);
	line-height: 1.55;
	margin: 0;
	row-gap: 12px;
}

.awi-spec-list dt {
	color: #475569;
	font-weight: 800;
}

.awi-spec-list dd {
	color: #111827;
	font-weight: 600;
	margin: 0;
}

.awi-detail-summary {
	color: #6B7280; 
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 24px;
	word-break: keep-all;
}

.awi-detail-tabs {
	align-items: flex-end;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	gap: 28px;
	margin-top: 0;
}

.awi-detail-tabs a {
	color: #64748b;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	padding: 0 26px 18px;
	position: relative;
}

.awi-detail-tabs a.is-active {
	color: #111827;
}

.awi-detail-tabs a.is-active::after {
	background: #111827;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.awi-detail-tabs strong {
	color: #2563eb;
	margin-left: 4px;
}

.awi-description {
	border-bottom: 2px solid #111827;
	margin-top: 0;
	min-height: 76px;
	padding: 28px 0 44px;
}

.awi-description img {
	height: auto;
	max-width: 100%;
}

@media (max-width: 1100px) {
	.awi-grid-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.awi-store {
		padding: 20px;
	}

	.awi-store-head {
		align-items: stretch;
		flex-direction: column;
	}

	.awi-search {
		max-width: none;
		width: 100%;
	}

	.awi-categories {
		gap: 18px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.awi-cat-dropdown {
		left: 0;
		transform: none;
	}

	.awi-list-head {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
	}

	.awi-status-filter,
	.awi-status-filter select {
		width: 100%;
	}

	.awi-grid-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awi-detail {
		grid-template-columns: 1fr;
	}

	.awi-detail-info {
		padding-top: 0;
	}

	.awi-detail-info h1 {
		font-size: 32px;
	}

	.awi-detail-price {
		font-size: 24px;
	}

	.awi-detail-tabs a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 480px) {
	.awi-grid-list {
		grid-template-columns: 1fr;
	}
}


.awi-memo-section {
	padding: 28px 0 44px;
}

.awi-memo-write {
	margin-bottom: 34px;
}

.awi-memo-box {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.awi-memo-box textarea {
	width: 100%;
	min-height: 80px;
	border: 0;
	padding: 16px 20px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 15px;
	resize: vertical;
	outline: none;
	color: #111827;
}

.awi-memo-box textarea::placeholder {
	color: #9ca3af;
}

.awi-memo-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	background: #fff;
	border-top: 1px solid #f3f4f6;
}

.awi-memo-photo-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #4b5563;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	padding: 8px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #fff;
	transition: background .2s;
}

.awi-memo-photo-btn:hover {
	background: #f9fafb;
}

.awi-memo-photo-btn input {
	display: none;
}

.awi-memo-submit-btn {
	background: #3b82f6; 
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s;
}

.awi-memo-submit-btn:hover {
	background: #2563eb;
}


.awi-memo-preview {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 12px;
}

.awi-memo-preview img {
	height: 64px;
	border-radius: 6px;
	border: 1px solid #e5e7eb;
	object-fit: cover;
}

.awi-memo-preview button {
	background: #ef4444;
	color: #fff;
	border: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.awi-memo-list {
	border-top: 1px solid #111827;
	padding-top: 24px;
}

.awi-keep-title {
	padding: 40px 0 28px;
	text-align: center;
}

.awi-keep-title h1 {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
}

.awi-keep-title p {
	color: #64748b;
	font-size: 14px;
	font-weight: 700;
	margin: 8px 0 0;
}

.awi-keep-manager {
	background: #fff;
	border: 1px solid #e5e9ef;
	border-radius: 8px;
	margin-bottom: 34px;
	padding: 20px;
}

.awi-keep-manager-top {
	align-items: center;
	border-bottom: 1px solid #edf1f5;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.awi-keep-manager-top h2 {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
}

.awi-keep-manager-top p {
	color: #64748b;
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0 0;
}

.awi-keep-pdf-btn {
	background: #111827;
	border: 1px solid #111827;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	height: 40px;
	padding: 0 18px;
	white-space: nowrap;
}

.awi-keep-save-row,
.awi-keep-add-row {
	align-items: end;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 12px;
	max-width: 620px;
}

.awi-keep-save-field label {
	color: #334155;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 7px;
}

.awi-keep-save-field input,
.awi-keep-save-field select {
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 5px;
	box-sizing: border-box;
	color: #111827;
	font: inherit;
	font-size: 14px;
	height: 40px;
	padding: 0 12px;
	width: 100%;
}

.awi-keep-outline-btn {
	background: #fff;
	border: 1px solid #111827;
	border-radius: 5px;
	color: #111827;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	height: 40px;
	padding: 0 16px;
	white-space: nowrap;
}

.awi-keep-saved-head {
	align-items: center;
	border-top: 1px solid #edf1f5;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 16px;
}

.awi-keep-saved-head strong {
	font-size: 15px;
	font-weight: 900;
}

.awi-keep-saved-head span {
	color: #64748b;
	font-size: 13px;
	font-weight: 800;
}

.awi-keep-saved-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 12px;
}

.awi-keep-saved-card {
	border: 1px solid #e5e9ef;
	border-radius: 7px;
	padding: 14px;
}

.awi-keep-saved-title {
	background: transparent;
	border: 0;
	color: #111827;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.awi-keep-saved-title:hover {
	color: #d9484e;
}

.awi-keep-saved-meta {
	align-items: center;
	color: #64748b;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	justify-content: space-between;
	margin-top: 8px;
}

.awi-keep-saved-meta em {
	color: #94a3b8;
	font-style: normal;
}

.awi-keep-saved-edit {
	display: grid;
	gap: 7px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	margin-top: 12px;
}

.awi-keep-saved-edit input {
	border: 1px solid #d4dae3;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
	font-size: 13px;
	height: 34px;
	min-width: 0;
	padding: 0 9px;
}

.awi-keep-saved-edit button {
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 4px;
	color: #334155;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	padding: 0 9px;
}

.awi-keep-saved-edit button:last-child {
	border-color: #f0c7cb;
	color: #d9484e;
}

.awi-keep-saved-empty {
	border: 1px dashed #d4dae3;
	border-radius: 7px;
	color: #64748b;
	font-size: 14px;
	font-weight: 700;
	grid-column: 1 / -1;
	padding: 24px;
	text-align: center;
}

.awi-keep-grid {
	gap: 30px 22px;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, calc(var(--awi-thumb-width, 300px) * .7)), 1fr));
}

.awi-keep-card .awi-work-meta {
	padding-top: 10px;
}

.awi-keep-card .awi-work-code,
.awi-keep-card .awi-work-year,
.awi-keep-card .awi-work-material {
	font-size: 12px;
	line-height: 1.35;
	margin-bottom: 3px;
}

.awi-keep-card .awi-work-title {
	font-size: 15px;
	line-height: 1.35;
	margin-top: 5px;
}

.awi-keep-card .awi-work-spec {
	font-size: 12px;
	gap: 6px;
	margin-top: 6px;
}

.awi-keep-card .awi-work-bottom {
	margin-top: 10px;
}

.awi-keep-card .awi-work-bottom strong {
	font-size: 16px;
}

.awi-keep-card .awi-work-bottom span {
	font-size: 12px;
	padding: 5px 7px;
}

.awi-keep-select-btn {
	cursor: pointer;
	display: block;
	margin-top: 12px;
}

.awi-keep-select-btn input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.awi-keep-select-btn span {
	align-items: center;
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 5px;
	color: #334155;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	height: 34px;
	justify-content: center;
}

.awi-keep-select-btn.is-selected span,
.awi-keep-select-btn input:checked + span {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.awi-keep-actions {
	align-items: center;
	border-top: 1px solid #e5e9ef;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 22px;
}

.awi-keep-all {
	align-items: center;
	color: #334155;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
}

.awi-keep-status-control {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.awi-keep-status-control label {
	align-self: center;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
}

.awi-keep-status-control select {
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 4px;
	color: #111827;
	font: inherit;
	font-size: 15px;
	height: 40px;
	min-width: 170px;
	padding: 0 12px;
}

.awi-keep-apply-btn {
	background: #111827;
	border: 1px solid #111827;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	height: 40px;
	padding: 0 16px;
}

.awi-keep-clear-btn,
.awi-keep-remove-btn {
	background: #fff;
	border: 1px solid #f0c7cb;
	border-radius: 4px;
	color: #d9484e;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
}

.awi-keep-clear-btn {
	height: 40px;
	padding: 0 14px;
}

.awi-keep-remove-btn {
	margin-top: 8px;
	min-height: 32px;
	width: 100%;
}

.awi-pdf-modal[hidden] {
	display: none;
}

.awi-pdf-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 1000;
}

.awi-pdf-backdrop {
	background: rgba(15, 23, 42, .5);
	inset: 0;
	position: absolute;
}

.awi-pdf-dialog {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
	box-sizing: border-box;
	max-height: calc(100vh - 40px);
	max-width: 520px;
	overflow-y: auto;
	position: relative;
	width: min(100%, 520px);
}

.awi-pdf-head {
	align-items: center;
	border-bottom: 1px solid #e5e9ef;
	display: flex;
	justify-content: space-between;
	padding: 18px 20px;
}

.awi-pdf-head h3 {
	font-size: 18px;
	font-weight: 900;
	margin: 0;
}

.awi-pdf-close {
	background: transparent;
	border: 0;
	color: #64748b;
	cursor: pointer;
	font: inherit;
	font-size: 24px;
	height: 32px;
	line-height: 1;
	width: 32px;
}

.awi-pdf-body {
	padding: 20px;
}

.awi-pdf-checks {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.awi-pdf-checks label {
	align-items: center;
	border: 1px solid #d4dae3;
	border-radius: 6px;
	color: #334155;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	min-height: 42px;
	padding: 0 12px;
}

.awi-pdf-cover-fields {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.awi-pdf-cover-fields[hidden] {
	display: none;
}

.awi-pdf-cover-fields span {
	color: #334155;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 7px;
}

.awi-pdf-cover-fields input {
	border: 1px solid #d4dae3;
	border-radius: 5px;
	box-sizing: border-box;
	font: inherit;
	height: 40px;
	padding: 0 12px;
	width: 100%;
}

.awi-pdf-note {
	background: #f8fafc;
	border: 1px solid #e5e9ef;
	border-radius: 6px;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin: 18px 0 0;
	padding: 12px;
}

.awi-pdf-actions {
	align-items: center;
	border-top: 1px solid #e5e9ef;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	padding: 16px 20px;
}

@media (max-width: 760px) {
	.awi-keep-manager-top {
		align-items: stretch;
		flex-direction: column;
	}

	.awi-keep-save-row,
	.awi-keep-add-row,
	.awi-keep-saved-grid,
	.awi-keep-saved-edit {
		grid-template-columns: 1fr;
	}

	.awi-keep-status-control {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.awi-keep-status-control select,
	.awi-keep-apply-btn,
	.awi-keep-clear-btn {
		width: 100%;
	}

	.awi-pdf-checks,
	.awi-pdf-cover-fields {
		grid-template-columns: 1fr;
	}
}
