/* La Lista - Photographer Credit overlay
   Ghost text style: no background chip, just text with a soft shadow
   for legibility, set in the site's own body font. */

.lalista-pc-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.lalista-pc-wrap > img {
	display: block;
	width: 100%;
	height: auto;
}

.lalista-photo-credit {
	position: absolute;
	bottom: 10px;
	font-family: inherit;      /* inherits the site's body font (Jost/Inter) */
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #f3ece6;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55), 0 0 2px rgba(0, 0, 0, 0.4);
	padding: 4px 8px;
	pointer-events: none;
	white-space: nowrap;
	z-index: 2;
}

.lalista-photo-credit.pos-bottom-left {
	left: 10px;
}

.lalista-photo-credit.pos-bottom-right {
	right: 10px;
}

@media (max-width: 480px) {
	.lalista-photo-credit {
		font-size: 11px;
	}
}
