/* Inbox / Chat — readable font sizes */
.inbox-page {
	font-size: 1.125rem;
	line-height: 1.5;
}

.inbox-page .inbox-page-title {
	font-size: 1.75rem;
}

.inbox-page .inbox-tab-btn {
	font-size: 1.55rem;
	font-weight: 600;
	padding: 0.65rem 0.5rem;
}

.inbox-page .inbox-tab-btn .badge {
	font-size: 0.9rem;
}

.inbox-page .inbox-empty-text {
	font-size: 1.15rem;
}

.inbox-page .inbox-thread-title {
	font-size: 1.5rem;
	color: #000000;
}

.inbox-page .inbox-thread-ref {
	font-size: 1.15rem;
}

.inbox-page .inbox-thread-ref a {
	font-weight: 600;
}

.inbox-page .inbox-thread-intro {
	font-size: 1.55rem;
	color: #212529;
}

.inbox-page #inbox-thread-actions .btn {
	font-size: 1rem;
}

.inbox-page #inbox-message-input,
.inbox-page .inbox-message-input {
	font-size: 1.15rem;
	padding: 0.75rem 1rem;
	background-color: #ffffff !important;
	color: #212529 !important;
	border: 2px solid #adb5bd !important;
	border-radius: 0.5rem;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}

.inbox-page #inbox-message-input::placeholder,
.inbox-page .inbox-message-input::placeholder {
	color: #495057;
	opacity: 1;
}

.inbox-page #inbox-message-input:focus,
.inbox-page .inbox-message-input:focus {
	background-color: #fff !important;
	color: #212529 !important;
	border-color: #dc3545 !important;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.2);
	outline: none;
}

.inbox-page #inbox-compose {
	background-color: #f8f9fa;
}

.inbox-page #inbox-send-form .btn {
	font-size: 1.1rem;
}

.inbox-list-scroll {
	max-height: 520px;
	overflow-y: auto;
}

.inbox-thread-card {
	min-height: 480px;
}

.inbox-thread-card #inbox-thread-panel {
	min-height: 480px;
	display: flex;
}

.inbox-messages-scroll {
	max-height: 360px;
	overflow-y: auto;
	min-height: 200px;
}

.inbox-msg-bubble {
	max-width: 85%;
	padding: 0.85rem 1.15rem;
	border-radius: 12px;
	margin-bottom: 0.85rem;
	font-size: 1.55rem;
	line-height: 1.45;
	word-break: break-word;
}

.inbox-msg-mine {
	margin-left: auto;
	background: #dc3545;
	color: #fff;
}

.inbox-msg-theirs {
	margin-right: auto;
	background: #f1f3f5;
	color: #212529;
}

.inbox-msg-time {
	font-size: 0.95rem;
	opacity: 0.85;
	margin-top: 0.35rem;
}

.inbox-list-item {
	cursor: pointer;
	border-left: 3px solid transparent;
	padding: 1rem 1.15rem;
	font-size: 1.05rem;
}

.inbox-list-item.active {
	border-left-color: #dc3545;
	background: #fff8f8;
}

.inbox-list-item .inbox-list-name,
.inbox-list-item .inbox-list-ref-only {
	font-size: 1.5rem;
	font-weight: 600;
	color: #000000;
}

.inbox-list-item .inbox-list-ref {
	font-size: 1.5rem;
	color: #000000;
}

.inbox-list-item .inbox-item-preview {
	font-size: 1rem;
	color: #6c757d;
	margin-top: 0.25rem;
}

.inbox-list-item .badge {
	font-size: 0.9rem;
}

.inbox-page .list-group-item.text-muted {
	font-size: 1.05rem;
}

/* Dashboard quick action buttons */
.dashboard-action-btn {
	font-size: 1.15rem;
	font-weight: 600;
}

.dashboard-action-btn .badge {
	font-size: 0.95rem;
	vertical-align: middle;
}
