.eaa-table {
	width: 100%;
	max-width: 700px;
	border-collapse: collapse;
	margin: 1em 0;
}
.eaa-table th,
.eaa-table td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #ddd;
}

.eaa-auth-form input[type="text"],
.eaa-auth-form input[type="email"],
.eaa-auth-form input[type="password"] {
	width: 100%;
	max-width: 320px;
	padding: 8px;
}
.eaa-auth-form .eaa-error {
	color: #b32d2e;
	font-weight: bold;
}

.eaa-danger {
	background: #b32d2e;
	color: #fff;
	border: none;
	padding: 8px 14px;
	cursor: pointer;
}

.eaa-lot-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 16px;
	margin-top: 1em;
}
.eaa-lot-card img {
	width: 100%;
	height: auto;
	display: block;
}
.eaa-lot-card-title {
	text-align: center;
	padding: 4px 0;
}

.eaa-catalogs-list .eaa-catalog-card {
	margin-bottom: 1.5em;
}

.eaa-lot-description {
	max-width: 700px;
	margin-top: 1em;
}

#eaa-upload-results img {
	max-width: 60px;
	height: auto;
}

.eaa-lot-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0;
}
.eaa-lot-gallery img {
	border: 1px solid #ddd;
}
