/* Hof-Tagebuch — the animal logbook on the "Über die Tiere" page + homepage teaser. */

/* ---- full logbook [bhist_tagebuch] ---- */
.bhist-tb{max-width:820px;margin:0 auto}
.bhist-tb__entry{display:flex;gap:1.25rem;align-items:flex-start;
	padding:1.75rem 0;border-top:1px solid rgba(128,24,16,.15)}
.bhist-tb__entry:first-child{border-top:0}
.bhist-tb__critter{flex:0 0 auto;width:64px;height:auto;margin-top:.25rem}
.bhist-tb__main{flex:1 1 auto;min-width:0}
.bhist-tb__date{margin:0;font-family:Oswald,sans-serif;font-size:11px;letter-spacing:.2em;
	text-transform:uppercase;color:var(--awb-color5,#801810)}
.bhist-tb__title{margin:.2rem 0 .6rem;font-family:Oswald,sans-serif;font-weight:700;
	font-size:1.5rem;line-height:1.2;color:var(--awb-color8,#311915)}
.bhist-tb__body,.bhist-tb__entry .bhist-reveal__inner{
	font-family:var(--body_typography-font-family,"Open Sans",sans-serif);
	font-size:16px;line-height:1.7;color:var(--awb-color8,#311915)}
.bhist-tb__body p{margin:0 0 .8rem}
.bhist-tb__empty{text-align:center;color:var(--awb-color6,#633E30);font-style:italic}

/* ---- homepage teaser [bhist_tagebuch_latest] ---- */
.bhist-tb-latest{display:flex;gap:1.5rem;align-items:center;text-decoration:none;
	background:var(--awb-color1,#F2ECD0);border:1px solid rgba(128,24,16,.15);
	border-radius:20px;padding:1.75rem 2rem;max-width:720px;margin:0 auto;
	box-shadow:0 2px 12px rgba(49,25,21,.05);transition:box-shadow .2s,transform .2s}
.bhist-tb-latest:hover{box-shadow:0 6px 24px rgba(49,25,21,.10);transform:translateY(-2px)}
.bhist-tb-latest .bhist-tb__critter,.bhist-tb-latest img{flex:0 0 auto;width:88px;height:auto}
.bhist-tb-latest__main{flex:1 1 auto;min-width:0}
.bhist-tb-latest__kicker{margin:0;font-family:Oswald,sans-serif;font-size:11px;letter-spacing:.25em;
	text-transform:uppercase;color:var(--awb-color5,#801810)}
.bhist-tb-latest__date{margin:.1rem 0 0;font-size:12px;color:var(--awb-color6,#633E30)}
.bhist-tb-latest__title{margin:.15rem 0 .4rem;font-family:Oswald,sans-serif;font-weight:700;
	font-size:1.35rem;line-height:1.2;color:var(--awb-color8,#311915)}
.bhist-tb-latest__excerpt{margin:0 0 .5rem;font-family:var(--body_typography-font-family,"Open Sans",sans-serif);
	font-size:15px;line-height:1.55;color:var(--awb-color8,#311915)}
.bhist-tb-latest__more{font-family:var(--body_typography-font-family,"Open Sans",sans-serif);
	font-weight:600;font-size:15px;color:var(--awb-color5,#801810)}

@media (max-width:560px){
	.bhist-tb-latest{flex-direction:column;text-align:center}
	.bhist-tb__entry{flex-direction:column}
}
