/* OTS Media Library: credit watermark (small dark rectangle, bottom-right, white text) */
.ots-wm-wrap { position: relative; display: block; line-height: 0; }
.ots-wm-wrap > img, .ots-wm-wrap > a > img { display: block; }
.ots-wm {
	position: absolute; right: 0; bottom: 0;
	max-width: 70%;
	height: 18px; line-height: 18px;
	padding: 0 8px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font: 500 10px/18px system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	letter-spacing: 0.02em;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	pointer-events: none;
}
.ots-wm__text { display: inline; }
