/* Der Vinkel additions to prosilver (reactions, shoutbox, announcements, Hebrew fonts). */
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;700&family=Noto+Sans+Hebrew:wght@400;700&display=swap");

html[lang="yi"] body,
html[lang="yi"] .inputbox,
html[lang="yi"] .button,
html[lang="yi"] select {
	font-family: "Noto Sans Hebrew", "Segoe UI", Arial, Helvetica, sans-serif;
}
html[lang="yi"] h1, html[lang="yi"] h2, html[lang="yi"] h3, html[lang="yi"] .forumtitle, html[lang="yi"] .topictitle {
	font-family: "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
}

/* Announcements bar (Board Announcements ext) */
.phpbb-announcement { position: relative; margin-bottom: 1em; padding: 10px 40px 10px 15px; border-radius: 7px; }
.phpbb-announcement .close { position: absolute; right: 10px; top: 8px; font-size: 20px; }
.rtl .phpbb-announcement { padding: 10px 15px 10px 40px; }
.rtl .phpbb-announcement .close { right: auto; left: 10px; }

/* Reactions (Thanks / Like) */
.post-reactions { margin-top: 8px; font-size: 0.95em; position: relative; }
.post-reactions .react-btn { cursor: pointer; }
.post-reactions .react-list { color: #4c5d77; }
.reaction-bar { display: inline-flex; gap: 6px; align-items: center; }
.reaction-picker { position: absolute; background: #fff; border: 1px solid #b9b9b9; border-radius: 6px; padding: 4px 6px; box-shadow: 0 2px 6px rgba(0,0,0,.2); z-index: 100; display: none; }
.reaction-picker.open { display: flex; gap: 6px; }
.reaction-picker button { font-size: 20px; background: none; border: 0; cursor: pointer; }

/* Shoutbox (mChat-style) */
.shoutbox { margin-bottom: 1em; }
.shoutbox .shout-list { max-height: 220px; overflow-y: auto; padding: 5px 10px; background: #fff; border: 1px solid #cad3d8; }
.shoutbox .shout { padding: 3px 0; border-bottom: 1px dotted #e0e0e0; }
.shoutbox .shout time { color: #8f8f8f; font-size: 0.9em; margin: 0 6px; }
.shoutbox form { display: flex; gap: 6px; margin-top: 6px; }
.shoutbox form input[type=text] { flex: 1; }

/* Topic preview (Topic Preview ext) */
.topic-preview { display: none; position: absolute; z-index: 50; width: 360px; padding: 8px 10px; background: #fff; border: 1px solid #a9b8c2; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,.25); font-size: 0.95em; color: #333; }
.topic-preview .tp-first, .topic-preview .tp-last { margin: 4px 0; }
.topic-preview .tp-author { font-weight: bold; }

/* Quick reply spacing */
#qr_postform { margin-top: 10px; }

/* Live new-reply banner */
.live-new-posts { display: none; margin: 8px 0; padding: 8px 12px; background: #ecf3f7; border: 1px solid #b0c4d2; border-radius: 4px; }
.live-new-posts.show { display: block; }

/* Turnstile widget inside forms */
.cf-turnstile { margin: 6px 0; }
