.column.box {
	margin-bottom: 20px;
}

.Table3 {
	width: 100%;
}

/* ===== Modern touch on containers ===== */
.ui.card,
.ui.cards > .card {
	border-radius: 14px !important;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1) !important;
	box-shadow: 0 2px 8px rgba(0,0,0,.1) !important;
	overflow: hidden !important;
	border: 1px solid #e2e8f0 !important;
}

.ui.top.attached.message {
	border-radius: 14px 14px 0 0 !important;
	margin: 0 !important;
	background: #f1f5f9 !important;
	border: none !important;
	border-bottom: 1px solid #e2e8f0 !important;
	padding: 12px 16px !important;
}

.ui.top.attached.message .ui.header {
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	letter-spacing: -.1px !important;
}

.ui.bottom.attached.segment {
	border-radius: 0 0 14px 14px !important;
}

/* Sidebar boxes */
.column.box > .ui.top.attached.message {
	border-radius: 14px 14px 0 0 !important;
}

.column.box > .ui.bottom.attached.segment {
	border-radius: 0 0 14px 14px !important;
}

/* ===== Table styling ===== */
/* Each table — rounded */
.ui.bottom.attached.segment table {
	border-radius: 4px !important;
	overflow: hidden !important;
	margin-bottom: 14px !important;
}

/* Links inside tables */
.ui.bottom.attached.segment table a {
	color: #4183c4;
}

.ui.bottom.attached.segment table a:hover {
	color: #1e70bf;
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
	.ui.bottom.attached.segment {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}