.div-card-horizontal { height:auto !important; } 
.div-card-horizontal .div-card-image img { height: auto !important; -o-object-fit: contain !important; object-fit: contain !important; width: auto; padding:30px 0 30px 0; max-width:250px;  } 
@media screen and (min-width: 768px) { .div-card-horizontal .div-card-content { width: 40% !important; }  .div-card-horizontal .div-card-image { width: 60% !important; } }


.pl-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin: 1.5rem 0;
}

/* .pl-item { border: 1px solid #e0e0e0; border-radius: 8px; padding: 1.25rem 1.5rem; background: #fff; } */ 

.pl-title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
}

.pl-desc {
	margin: 0 0 1rem;
	color: #555;
}

.pl-visit-btn {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	background: #222;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.95rem;
	line-height:1
}

.pl-visit-btn:hover {
	background: #000;
}

body.pl-modal-open {
	overflow: hidden;
}

.pl-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
}

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

.pl-modal-content {
	position: relative;
	background: #fff;
	border-radius: 8px;
	padding: 2rem;
	width: 90%;
	max-width: 360px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.pl-modal-content h3 {
	margin-top: 0;
}

.pl-modal-close {
	position: absolute;
	top: 0.75rem;
	right: 1rem;
	background: none;
	border: none;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	color: #888;
}

#pl-password {
	width: 100%;
	padding: 0.6rem 0.75rem;
	margin: 0.75rem 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1rem;
}

.pl-error {
	color: #d63638;
	font-size: 0.9rem;
	margin-bottom: 0.75rem;
}

.pl-submit-btn {
	width: 100%;
	padding: 0.65rem;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
}

.pl-submit-btn:disabled {
	opacity: 0.6;
	cursor: default;
}
