@charset "utf-8";
/* ==========================================================================
   ICIIT 2027 - Shared site components (iciit.css)
   Single source of truth for every page of the site.
   Originally extracted from index.html ("ICIIT homepage beautification").
   Any change here applies to all pages at once.
   --------------------------------------------------------------------------
   Colour tokens
     deep navy      #0d2a6b   titles
     brand blue     #030b99   accent border
     body text      #555555
     hairline       #e2e6ee / #e6ecf6
     page surface   #ffffff / #f8fafd
   ========================================================================== */

/* ---------------------------------------------------------------
   1. Section heading used inside copy
      Replaces the old <font size="6" color="#0000FF"> blocks so that
      every page uses the same navy heading as index.html cards.
   --------------------------------------------------------------- */
.ii-sec-title {
	font: bold 18px/1.4 Arial, sans-serif;
	color: #0d2a6b;
}
b .ii-sec-title,
.ii-sec-title b {
	font-weight: bold;
}

/* ---------------------------------------------------------------
   2. Highlight bar (conference date / venue / deadline)
   --------------------------------------------------------------- */
.ii-info-bar {
	display: flex;
	flex-wrap: wrap;
	margin: 14px 0 20px;
	border: 1px solid #d9e2f1;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
}
.ii-info-item {
	flex: 1 1 0;
	min-width: 150px;
	padding: 12px 18px;
	border-right: 1px solid #e6ecf6;
}
.ii-info-item:last-child { border-right: none; }
.ii-info-label {
	display: block;
	font: bold 11px/1 Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8894a8;
	margin-bottom: 5px;
}
.ii-info-value {
	display: block;
	font: bold 15px/1.35 Arial, sans-serif;
	color: #0d2a6b;
}

/* ---------------------------------------------------------------
   3. Publication / content card
   --------------------------------------------------------------- */
.ii-pub-card {
	background: #ffffff;
	border: 1px solid #e2e6ee;
	border-left: 4px solid #030b99;
	border-radius: 8px;
	padding: 16px 18px 14px;
	margin: 0 0 14px;
	box-shadow: 0 1px 3px rgba(16, 34, 67, .06);
}
.ii-pub-title {
	font: bold 16px/1.35 Arial, sans-serif;
	color: #0d2a6b;
	margin: 0 0 8px;
}
.ii-pub-card p {
	margin: 0 0 8px;
	font: normal 14px/1.65 Arial, sans-serif;
	color: #555555;
}
.ii-pub-card .ii-clear { clear: both; }
.ii-pub-cover {
	float: left;
	margin: 0 16px 8px 0;
	width: 150px;
	border: 1px solid #e2e6ee;
	border-radius: 4px;
	background: #fff;
}

/* Generic neutral card (no coloured accent bar) */
.ii-card {
	background: #ffffff;
	border: 1px solid #e2e6ee;
	border-radius: 8px;
	padding: 16px 18px;
	margin: 0 0 14px;
	box-shadow: 0 1px 3px rgba(16, 34, 67, .06);
	font: normal 14px/1.65 Arial, sans-serif;
	color: #555555;
}

/* ---------------------------------------------------------------
   4. Index tag chip
   --------------------------------------------------------------- */
.ii-tag {
	display: inline-block;
	background: #eef4ff;
	color: #030b99;
	border: 1px solid #cfdefc;
	border-radius: 20px;
	padding: 2px 10px;
	font: bold 11px/1.6 Arial, sans-serif;
	margin: 2px 4px 2px 0;
}

/* ---------------------------------------------------------------
   5. Two column option row
   --------------------------------------------------------------- */
.ii-opt-row { display: flex; gap: 14px; margin: 0 0 14px; }
.ii-opt-card {
	flex: 1 1 0;
	background: #f8fafd;
	border: 1px dashed #b9c6de;
	border-radius: 8px;
	padding: 14px 16px;
	font: normal 14px/1.65 Arial, sans-serif;
	color: #555555;
}

/* ---------------------------------------------------------------
   6. Notice boxes (ethics / award) - reusable on every page
   --------------------------------------------------------------- */
.ii-ethics {
	background: #fdf6f6;
	border: 1px solid #f2d7d7;
	border-left: 4px solid #c0392b;
	border-radius: 8px;
	padding: 14px 16px;
	margin: 0 0 14px;
	font: normal 14px/1.65 Arial, sans-serif;
	color: #555555;
}
.ii-ethics b { color: #c0392b; }

.ii-award {
	background: #f4faf7;
	border: 1px solid #d5ebe0;
	border-left: 4px solid #1e8e5a;
	border-radius: 8px;
	padding: 14px 16px;
	font: normal 14px/1.65 Arial, sans-serif;
	color: #555555;
}
.ii-award b { color: #1e8e5a; }

/* Neutral notice, navy accent - generic version of the two above */
.ii-note {
	background: #f8fafd;
	border: 1px solid #d9e2f1;
	border-left: 4px solid #030b99;
	border-radius: 8px;
	padding: 14px 16px;
	margin: 0 0 14px;
	font: normal 14px/1.65 Arial, sans-serif;
	color: #555555;
}
.ii-note b { color: #0d2a6b; }

/* Bullet lists inside the note / card blocks (e.g. the APC terms) */
.ii-note ul,
.ii-card ul {
	margin: 8px 0 0;
	padding-left: 22px;
}
.ii-note li,
.ii-card li {
	margin: 0 0 7px;
	line-height: 1.65;
}
.ii-note ul ul,
.ii-card ul ul {
	margin: 7px 0 0;
	padding-left: 20px;
	list-style-type: circle;
}
.ii-note li:last-child,
.ii-card li:last-child { margin-bottom: 0; }
.ii-note a,
.ii-card a { color: #030b99; text-decoration: underline; }
.ii-note a:hover,
.ii-card a:hover { color: #0d2a6b; }

/* ---------------------------------------------------------------
   7. Speaker photo grid
   --------------------------------------------------------------- */
table.ii-speaker {
	border-collapse: separate;
	border-spacing: 6px;
	margin: 0 auto;
}
table.ii-speaker td {
	border: none;
	padding: 8px;
	vertical-align: top;
	text-align: center;
}
table.ii-speaker img {
	border: 1px solid #e2e6ee;
	border-radius: 6px;
	background: #fff;
}
table.ii-speaker .ii-sname {
	font: bold 14px/1.4 Arial, sans-serif;
	color: #222222;
	margin-top: 10px;
}
table.ii-speaker .ii-sinst {
	font: normal 12px/1.5 Arial, sans-serif;
	color: #8894a8;
}

/* ---------------------------------------------------------------
   8. Data table - the uniform table for date / fee / topic lists
      Usage:  <table class="ii-table"><thead><tr><th>..</th></tr></thead>..
   --------------------------------------------------------------- */
table.ii-table {
	border-collapse: collapse;
	width: 100%;
	margin: 14px 0 18px;
	background: #ffffff;
	border: 1px solid #e2e6ee;
	font: normal 14px/1.6 Arial, sans-serif;
	color: #555555;
}
table.ii-table th,
table.ii-table td {
	border: 1px solid #e6ecf6;
	padding: 9px 12px;
	vertical-align: middle;
	text-align: left;
}
table.ii-table thead th,
table.ii-table th {
	background: #0d2a6b;
	color: #ffffff;
	font: bold 13px/1.4 Arial, sans-serif;
	letter-spacing: .3px;
	text-align: center;
}
table.ii-table tbody tr:nth-child(even) { background: #f8fafd; }
table.ii-table td p { margin: 0 0 6px; }
table.ii-table td p:last-child { margin-bottom: 0; }

/* Explicit header row for tables whose first row is a header
   but is still built from <td> (e.g. the fee tables). */
table.ii-table tr.ii-head-row td,
table.ii-table tr.ii-head-row td span,
table.ii-table tr.ii-head-row td b {
	background: #0d2a6b;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

/* Cells that already carry their own inline colour keep it, but get
   readable white text like the original design did. */
table.ii-table td[style*="0000FF"],
table.ii-table td[style*="3088FF"],
table.ii-table td[style*="FF6600"] { color: #ffffff; }
table.ii-table td[style*="0000FF"] b,
table.ii-table td[style*="3088FF"] b,
table.ii-table td[style*="FF6600"] b { color: #ffffff; }

/* ---------------------------------------------------------------
   9. Misc helpers
   --------------------------------------------------------------- */
.ii-clear { clear: both; }
.ii-center { text-align: center; }
.ii-muted { color: #8894a8; }

/* Images inside page copy get the same soft frame as index cards */
.entry img,
#main .entry img { border-radius: 4px; }

/* Consistent horizontal rule used between sections */
.ii-hr {
	border: 0;
	border-bottom: 6px solid #efefef;
	margin: 18px 0;
}

/* ---------------------------------------------------------------
   10. Small screens
   --------------------------------------------------------------- */
@media (max-width: 760px) {
	.ii-opt-row { flex-direction: column; }
	.ii-info-item {
		min-width: 100%;
		border-right: none;
		border-bottom: 1px solid #e6ecf6;
	}
	.ii-info-item:last-child { border-bottom: none; }
	table.ii-table { display: block; overflow-x: auto; white-space: normal; }
}
