/*────────────────────────────
  🎯 Base Form Styling
────────────────────────────*/

#location-form,
.em-location-form {
	background: #1a1a1a;
	padding: 2rem;
	border-radius: 1rem;
	color: #f1c40f;
	box-shadow: 0 0 20px rgba(241, 196, 15, 0.15);
	max-width: 800px;
	margin: 2rem auto;
	font-family: 'Poppins', sans-serif;
}

#location-form h3,
.em-location-form h3 {
	font-size: 1.25rem;
	color: #f1c40f;
	font-weight: 600;
	border-bottom: 1px solid #f1c40f;
	padding-bottom: 0.25rem;
	margin-bottom: 1rem;
}

#location-form input[type="text"],
#location-form input[type="url"],
#location-form input[type="email"],
#location-form input[type="tel"],
#location-form select,
#location-form textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	background-color: #2c2c2c;
	border: 1px solid #555;
	color: #f1c40f;
	border-radius: 8px;
	margin-bottom: 1.5rem;
	font-size: 1rem;
	transition: border-color 0.3s ease;
}

#location-form input:focus,
#location-form textarea:focus,
#location-form select:focus {
	border-color: #f1c40f;
	outline: none;
	box-shadow: 0 0 5px rgba(241, 196, 15, 0.3);
}

#location-form .submit input[type="submit"],
#location-form .submit button {
	background-color: #f1c40f;
	color: #1a1a1a;
	padding: 0.75rem 1.5rem;
	font-size: 1rem;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

#location-form .submit input[type="submit"]:hover,
#location-form .submit button:hover {
	background-color: #e2b607;
	color: #000;
}

#location-form .inside,
.em-location-form .inside {
	color: #ccc;
	font-size: 0.95rem;
}

/* Responsive tweaks */
@media (max-width: 767px) {
	#location-form {
		padding: 1rem;
	}

	#location-form h3 {
		font-size: 1.1rem;
	}
}

/*────────────────────────────
  📊 Table Form Styling
────────────────────────────*/

.em.pixelbones {
	width: 100%;
	background: #1a1a1a;
	border-collapse: collapse;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(241, 196, 15, 0.1);
	color: #f1c40f;
}

.em.pixelbones th {
	background-color: #2c2c2c;
	color: #f1c40f;
	padding: 1rem;
	text-align: left;
	font-weight: 600;
	font-size: 1rem;
	border-bottom: 1px solid #444;
}

.em.pixelbones td {
	background-color: #1f1f1f;
	color: #eee;
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #333;
	vertical-align: top;
}

.em.pixelbones tr:hover td {
	background-color: #2b2b2b;
}

.em.pixelbones label {
	display: block;
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: #f1c40f;
}

.em.pixelbones input[type="text"],
.em.pixelbones input[type="url"],
.em.pixelbones input[type="email"],
.em.pixelbones select,
.em.pixelbones textarea {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #444;
	border-radius: 6px;
	background: #fff;
	color: #f1c40f;
	font-size: 1rem;
}

.em.pixelbones input:focus,
.em.pixelbones textarea:focus,
.em.pixelbones select:focus {
	border-color: #f1c40f;
	outline: none;
	box-shadow: 0 0 5px rgba(241, 196, 15, 0.3);
}

.em.pixelbones input[type="submit"],
.em.pixelbones button[type="submit"] {
	background-color: #f1c40f;
	color: #1a1a1a;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 1rem;
}

.em.pixelbones input[type="submit"]:hover,
.em.pixelbones button[type="submit"]:hover {
	background-color: #d4ac0d;
}

body .em.pixelbones th:first-child,
body .em.pixelbones td:first-child {
	padding-left: 1rem !important;
}

/*────────────────────────────
  🗓️ Event List Card Styling
────────────────────────────*/

.em.em-list .em-item {
	border-top: 0;
	padding: 5px 4px 3px;
}

.em.em-list .em-item .em-item-info {
	background-color: #F0E6D2;
	color: #1a1a1a;
	padding: 1.5rem;
	border: 1px solid #333;
	border-radius: 0;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
	font-size: 1rem;
	line-height: 1.6;
}

.em.em-list .em-item .em-item-info h3,
.em.em-list .em-item .em-item-info h4 {
	color: #00aaff;
	margin-bottom: 0.5rem;
}

.em.em-list .em-item .em-item-info a {
	color: #ffc107;
	text-decoration: underline;
}

.list-group-flush > .list-group-item {
	background-color: #0c0c0c;
}

.em.pixelbones a {
	color: hsl(0, 0%, 51.8%) !important;
}

.em.pixelbones h3 {
color: hsl(0, 0%, 100%) !important;

}
.em.pixelbones .input label:not([data-nostyle]), .em.pixelbones .input legend:not([data-nostyle]), .em.pixelbones.input label:not([data-nostyle]), .em.pixelbones.input legend:not([data-nostyle]) {
color: hsl(0, 0%, 34.1%) !important;
}

.em.pixelbones p {
color: hsl(50.6, 39.8%, 34.5%) !important

}

.em .em-list-table div.table-wrap th.sortable a, .em .em-list-table div.table-wrap th.sorted a
{
color:  hsl(0, 0%, 100%) !important;

}

.em.pixelbones.input  {
background-color: hsl(50.6, 61.5%, 36.7%) !important
}

.em.pixelbones input[type="text"], .em.pixelbones input[type="url"], .em.pixelbones input[type="email"], .em.pixelbones select, .em.pixelbones textarea {
color: #020202; !important
}


/*────────────────────────────
  📱 Responsive Event Cards
────────────────────────────*/

@media (max-width: 768px) {
	.em.pixelbones .em-item {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.em.pixelbones .em-item-image-placeholder,
	.em.pixelbones .em-item-info {
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
		flex: 1 1 auto !important;
	}

	.em.pixelbones .em-item-info {
		padding: 1rem !important;
		border-left: none !important;
		border-top: 1px solid #e5e5e5 !important;
	}
}

/*────────────────────────────
  🧱 PixelBones Card Structure
────────────────────────────*/

.em.pixelbones.em-list .em-item {
	display: flex;
	flex-wrap: wrap;
	background: #1c1c1c;
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
	
}

.em.pixelbones.em-list .em-item:hover {
	
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
}

/* Image */
.em.pixelbones.em-list .em-item .em-item-image {
	flex: 0 0 35%;
	max-width: 35%;
	overflow: hidden;
}

.em.pixelbones.em-list .em-item .em-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Info */
.em.pixelbones.em-list .em-item .em-item-info {
	flex: 1;
	padding: 1.5rem 2rem;
	color: #484646;
	display: flex;
	flex-direction: column;
	background-color: #0000;
	border: 2px solid #b3a36f;
}

.em.pixelbones.em-list .em-item .em-item-info h3 {
	font-size: 1.8rem;
	color: #f1c40f;
	margin: 0 0 0.5rem;
	font-family: 'Georgia', serif;
}

.em.pixelbones.em-list .em-item .em-item-info .em-item-meta {
	font-size: 0.95rem;
	color: #bbb;
	margin-bottom: 1rem;
}

.em.pixelbones.em-list .em-item .em-item-info .em-item-meta i {
	margin-right: 0.4rem;
	color: #888;
}

.em.pixelbones.em-list .em-item .em-item-info .em-item-description {
	flex-grow: 1;
	margin-bottom: 1.5rem;
	line-height: 1.6;
	color: #ddd;
}

.em.pixelbones.em-list .em-item .em-item-info .em-item-actions.input {
	display: flex;
	gap: 1rem;
}

.em.pixelbones.em-list .em-item .em-item-info .em-item-actions.input .btn {
	padding: 0.6rem 1.2rem;
	font-size: 0.9rem;
	border-radius: 0.4rem;
	transition: background 0.15s ease;
}

.em.pixelbones.em-list .em-item .em-item-info .em-item-actions.input .btn-primary:hover {
	background: #f39c12;
}

.em.pixelbones.em-list .em-item .em-item-info .em-item-actions.input .btn-secondary[disabled] {
	opacity: 0.6;
	cursor: default;
}

.em.em-event-booking-form h3.em-booking-section-title {
	border-width: unset;
	border-style: unset;
	border-color: unset;
	background-color: unset;

}

.em.em-list .em-item .em-item-info .em-item-desc {
	font-size: 22px;
	color: #fff;

}

.em.em-list .em-item .em-item-meta .em-item-meta-line {
	font-size: 22px;
	margin-top: 14px;
}

.em.em-list .em-item .em-item-info h3.em-item-title a {
	color: hsl(42.9, 34%, 79.8%) !important;
}

.em.em-list .em-item .em-item-meta .em-item-meta-line {
	font-size: 22px;
	margin-top: unset;
	align-self: unset;
	color: white;
}

.em.em-list .em-item .em-item-info .button {
	margin-bottom: 0 !important;
	font-size: 16px !important;
	margin: 12px;
}

.em.pixelbones.em-list .em-item .em-item-info .em-item-actions.input {
	display: unset;

}
