* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #e9e9e9;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a {
  color: #0b28ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  width: min(980px, calc(100% - 24px));
  margin: 22px auto 0;
  padding: 10px;
  background: #fff;
  overflow: visible;
}

.site-header {
  padding: 6px 4px 0;
}

.logo-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.most-logo-link,
.ieee-logo-link {
  display: inline-block;
  line-height: 0;
}

.most-logo-img {
  width: 160px;
  height: auto;
}

.ieee-logo-img {
  width: 150px;
  height: auto;
}

.conference-title {
  margin: 6px 0 0;
  color: #5d78aa;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.conference-meta-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 12px 0 14px;
}

.conference-meta,
.social-link {
  margin: 0;
  color: #666;
  font-size: 15px;
}

.conference-meta span {
  color: #333;
  font-weight: 700;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  text-align: right;
  white-space: nowrap;
}

.linkedin-logo-link {
  display: inline-flex;
  line-height: 0;
  vertical-align: middle;
}

.linkedin-logo-img {
  width: 22px;
  height: 22px;
}

.top-nav {
  margin-top: 5px;
  overflow: visible;
  background: #5779ad;
}

.top-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-nav a,
.top-nav .nav-label {
  display: block;
  padding: 8px 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.top-nav a:hover,
.top-nav a.active {
  background: #46699d;
  text-decoration: none;
}

.banner {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 24px;
  padding-top: 24px;
}

.main-content {
  width: auto;
  min-width: 0;
  padding-right: 4px;
}

.main-content p {
  margin: 0 0 22px;
  line-height: 1.44;
  text-align: justify;
}

.main-content h2,
.sidebar h2 {
  margin: 0 0 8px;
  color: #fff;
  background: #5678ad;
  font-size: 17px;
  line-height: 1.2;
}

.main-content h2 {
  display: inline-block;
  padding: 5px 9px;
  min-width: 150px;
}

.main-content h3 {
  margin: 24px 0 8px;
  font-size: 18px;
}

.main-content ul {
  margin: 0 0 22px 22px;
  padding: 0;
}

.main-content li {
  margin-bottom: 4px;
  line-height: 1.35;
}

.sidebar {
  font-size: 13px;
  line-height: 1.25;
}

.side-box {
  margin-bottom: 14px;
}

.sidebar h2 {
  padding: 4px 5px;
  font-size: 16px;
}

.side-box p {
  margin: 0 0 7px;
}

.side-box strong {
  font-weight: 800;
}

.dates strong {
  color: #0b28ff;
}

.old-date {
  color: #000;
  text-decoration: line-through;
}

.program-table,
.rate-table {
  width: 100%;
  margin: 10px 0 22px;
  border-collapse: collapse;
  font-size: 14px;
}

.program-table th,
.program-table td,
.rate-table th,
.rate-table td {
  padding: 7px;
  border: 1px solid #999;
  text-align: left;
  vertical-align: top;
}

.program-table th,
.rate-table th {
  background: #e8eef7;
}

.committee-section {
  margin-bottom: 18px;
}

.committee-section h3 {
  margin-bottom: 8px;
}

.committee-section p {
  margin-bottom: 7px;
  text-align: left;
}

.sponsors {
  margin-top: 28px;
  padding-top: 10px;
  border-top: 1px solid #aaa;
  font-size: 13px;
}

.sponsor-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.sponsor-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #bbb;
  color: #333;
  background: #f7f7f7;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    width: 100%;
  }

  .conference-title {
    font-size: 18px;
    white-space: normal;
  }

  .conference-meta-row {
    align-items: flex-start;
  }

  .most-logo-img {
    width: 128px;
  }

  .ieee-logo-img {
    width: 118px;
  }

  .top-nav a,
  .top-nav .nav-label {
    padding: 7px 8px;
    font-size: 11px;
  }
}
