/*  cBB Follower StyleSheet
    --------------------------------------------------------------
	Style:	Zeina
	Copyright (c) 2025 CaniDev ( https://www.canidev.com )
    --------------------------------------------------------------
*/

#wall-content {
	background-color: #f8fafc;
	font-size: .875rem;
}

.wall-top-buttons {
	padding: 1rem;
}

.wall-main-content h2,
.wall-right-side h2 {
	font-size: 1.2em;
}

.wall-row,
.wall-user-details {
	font-size: inherit;
}

.wall-row {
	line-height: 1.5em;
}

.wall-row .row-text {
	margin-top: 10px;
}

.wall-row .fw-counter {
	font-size: 0.8em;
	line-height: 1em;
}

.fw-editor-counter > span {
	font-size: 0.7em;
}

#wall-tabs {
	font-size: 1em;
}

#wall-tabs a.tab {
	height: unset;
	padding: 0.8rem 1rem 0.6rem;
	text-transform: none;
}

#wall-tabs a.tab .fw-counter {
	font-size: 1.2em;
}

.who-follow-row {
	font-size: 0.9em;
}

.fw-comment-extra a.cbb-btn {
    font-size: 1.05em;
}

body #wall-tabs a.tab.active,
body #wall-tabs a.tab:hover,
body .wall-row .row-actions a:hover,
body .wall-row .fw-options-dropdown:hover {
	color: rgba(var(--color-primary),1);
	border-color: rgba(var(--color-primary),1);
}

.fw-card-header {
	border-radius: 0.40rem;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-top: 0.2rem;
}

.fw-user-card .screen-name {
	font-size: 1.05em;
}
