@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=DM+Sans:wght@300;400;500&display=swap');

.rb-wrap {
	font-family: 'DM Sans', sans-serif;
	color: #1a1714;
	margin: 0;
	padding: 0;
}

.rb-list {
	padding: 0;
	margin: 0;
}

.rb-card {
	margin-bottom: 48px;
	padding: 0;
	border: none;
	background: none;
}

/* Image — fixed, no animation */
.rb-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	display: block;
	background: #e8e3db;
}

.rb-img-wrap img,
.rb-card:hover .rb-img-wrap img,
.rb-card:hover img {
	width: 100%;
	max-width:fit-content !important;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: none !important;
	transition: none !important;
	animation: none !important;
}

.rb-no-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9b948d;
	font-size: 13px;
}

/* Overlay anchored bottom-left */
.rb-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Credit — black pill, ends after text */
.rb-credit-bar {
	display: block;
	padding: 4px 0;
	line-height: 1;
	margin-left:15px;
}

.rb-credit-label {
	display: inline-block;
	padding: 0.25em 0.5em;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	vertical-align: bottom;
}

.rb-credit-site {
	display: inline-block;
	padding: 0.25em 0.5em;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-size: 11px;
	font-weight: 400;
	vertical-align: bottom;
}

/* Title — white box on image, bottom-left, underlined */
.rb-img-title-wrap {
	display: inline-block;
	background: #ffffff;
	padding: 8px 12px 10px;
	margin: 0;
	max-width: 90%;
	margin-left:20px;
}

.rb-img-title,
a.rb-img-title {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #1a1714;
	text-decoration: underline;
	text-underline-offset: 3px;
	line-height: 1.3;
}

a.rb-img-title:hover {
	color: #444;
	text-decoration: underline;
}

/* Body */
.rb-body {
	padding: 20px;
	border:1px solid #3d3a401a;
	
}

.rb-desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	color: #2a2a2a;
	margin-bottom: 20px;
	padding: 0;
}

/* Button */
.rb-btn {
	display: inline-block;
	background: #ffffff;
	color: #1a1714;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding: 9px 18px;
	text-decoration: none;
	border: 2px solid #1a1714;
	transition: background 0.2s, border-color 0.2s;
}

.rb-btn:hover {
	background: #f0f0f0;
	border-color: #888;
	color: #1a1714;
	text-decoration: none;
}

.rb-empty {
	color: #9b948d;
	font-size: 14px;
	padding: 32px 0;
}
