.news-events-match {
  background: #f7fbff;
  padding: 10px 0 12px;
}

.news-events-match .container {
  width: min(1250px, calc(100% - 36px)) !important;
  max-width: 1250px !important;
  background: #f9fcff;
  border: 1px solid #e1eaf4;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(6, 47, 104, .06);
  padding: 22px 42px 20px !important;
}

.news-events-heading {
  text-align: center;
  margin-bottom: 36px;
}

.news-events-heading > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  color: #e3a914;
}

.news-events-heading span {
  width: 34px;
  border-top: 1px solid #e3a914;
}

.news-events-heading i {
  font-size: 30px;
}

.news-events-heading h2 {
  font-family: var(--serif);
  color: #071b5b;
  font-size: 50px;
  line-height: 1.12;
  letter-spacing: 1px;
  margin: 6px 0 8px;
}

.news-events-heading p {
  margin: 0;
  color: #17233d;
  font-size: 16px;
}

.news-events-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 456px;
  gap: 28px;
}

.upcoming-events,
.news-side {
  min-width: 0;
}

.section-title-row,
.side-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-title-row h3,
.side-heading h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #071b5b;
  font-family: var(--serif);
  font-size: 22px;
  text-transform: uppercase;
}

.section-title-row h3 i,
.side-heading h3 i {
  color: #e3a914;
  font-size: 28px;
}

.section-title-row:after {
  content: "";
  height: 1px;
  background: #d8e2ef;
  flex: 1;
}

.section-title-row a,
.side-heading a {
  color: #052f7f;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.event-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.event-feature-card,
.side-panel {
  background: #fff;
  border: 1px solid #e1e9f3;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(6, 47, 104, .08);
  overflow: hidden;
}

.event-feature-card {
  display: flex;
  flex-direction: column;
}

.event-image {
  position: relative;
  height: 154px;
  overflow: hidden;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-date {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  min-height: 101px;
  background: #052f7f;
  color: #fff;
  border-radius: 0 0 7px 0;
  display: grid;
  place-items: center;
  align-content: center;
  line-height: 1.05;
}

.event-date b {
  font-size: 28px;
}

.event-date span {
  color: #f3ba25;
  font-size: 13px;
  font-weight: 900;
}

.event-date small {
  font-size: 13px;
}

.event-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 20px;
}

.event-body em {
  color: #d49b11;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.event-body h4 {
  color: #071b5b;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.15;
  margin: 9px 0 8px;
}

.event-body p {
  color: #263348;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.event-body ul {
  list-style: none;
  padding: 0;
  margin: auto 0 12px;
  display: grid;
  gap: 8px;
}

.event-body li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #263348;
  font-size: 15px;
}

.event-body li i {
  color: #17233d;
}

.event-body a {
  color: #052f7f;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.achievement-banner {
  margin-top: 24px;
  min-height: 106px;
  border-radius: 8px;
  overflow: hidden;
  background: #073684;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) max-content;
  align-items: center;
  column-gap: 24px;
  color: #fff;
  padding: 16px 18px 16px 0;
}

.achievement-banner img {
  width: 118px;
  height: 106px;
  object-fit: cover;
  object-position: left center;
  margin-top: -16px;
  margin-bottom: -16px;
}

.achievement-banner h3 {
  color: #f3ba25;
  font-family: var(--serif);
  margin: 0 0 7px;
  font-size: 15px;
  line-height: 1.15;
}

.achievement-banner p {
  margin: 0;
  max-width: 480px;
  font-size: 11px;
  line-height: 1.45;
}

.achievement-banner a {
  min-width: 166px;
  min-height: 44px;
  border: 1px solid #f3ba25;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.news-side {
  display: grid;
  gap: 14px;
}

.side-panel {
  padding: 17px 20px 16px;
}

.side-heading {
  border-bottom: 1px solid #e2e9f3;
  padding-bottom: 11px;
  margin-bottom: 0;
}

.side-heading h3 {
  font-size: 18px;
}

.notice-item,
.latest-news-item {
  display: grid;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px dashed #dbe4ef;
}

.notice-item {
  grid-template-columns: 36px 1fr auto;
  column-gap: 16px;
}

.notice-item > i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #052f7f;
  color: #fff;
}

.notice-item b,
.latest-news-item b {
  display: block;
  color: #071b5b;
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 5px;
}

.notice-item span {
  display: block;
  color: #263348;
  font-size: 13px;
  line-height: 1.45;
}

.notice-item time {
  color: #052f7f;
  font-size: 12px;
  white-space: nowrap;
}

.panel-button {
  min-height: 36px;
  border-radius: 5px;
  background: #fff6e8;
  color: #052f7f;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 900;
  margin-top: 10px;
}

.latest-news-item {
  grid-template-columns: 130px 1fr;
  column-gap: 18px;
}

.latest-news-item img {
  width: 130px;
  height: 68px;
  object-fit: cover;
  border-radius: 5px;
}

.latest-news-item span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #052f7f;
  font-size: 12px;
}

.news-social-strip {
  min-height: 82px;
  margin-top: 28px;
  border-radius: 8px;
  background: #052f7f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 14px 28px;
}

.news-social-strip > i {
  color: #f3ba25;
  font-size: 30px;
}

.news-social-strip span {
  font-size: 16px;
}

.news-social-strip div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.news-social-strip a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
}

.news-social-strip .facebook { background: #1877f2; }
.news-social-strip .instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.news-social-strip .youtube { background: #e62117; }
.news-social-strip .linkedin { background: #1f78a8; }

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

@media (max-width: 820px) {
  .news-events-match .container {
    width: calc(100% - 32px) !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .upcoming-events,
  .news-side {
    padding-left: 0;
    padding-right: 0;
  }

  .event-card-grid,
  .achievement-banner {
    grid-template-columns: 1fr;
  }

  .achievement-banner {
    padding: 0 18px 18px;
  }

  .achievement-banner img {
    width: calc(100% + 36px);
    margin-left: -18px;
  }

  .news-social-strip {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .achievement-banner {
    grid-template-columns: 118px 1fr;
    padding: 0 18px 18px 0;
    row-gap: 12px;
  }

  .achievement-banner img {
    width: 118px;
    height: 106px;
    margin-left: 0;
    grid-row: span 2;
  }

  .achievement-banner a {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .news-events-match .container {
    width: calc(100% - 28px) !important;
    padding: 24px 18px !important;
  }

  .section-title-row {
    gap: 10px;
  }

  .section-title-row h3 {
    font-size: 18px;
    min-width: 0;
  }

  .news-events-heading h2 {
    font-size: 32px;
  }

  .notice-item,
  .latest-news-item {
    grid-template-columns: 1fr;
  }

  .achievement-banner {
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
    row-gap: 14px;
    text-align: left;
  }

  .achievement-banner img {
    width: calc(100% + 36px);
    height: 120px;
    margin: 0 0 0 -18px;
    object-position: left center;
    grid-row: auto;
  }

  .achievement-banner h3 {
    font-size: 18px;
  }

  .achievement-banner p {
    max-width: none;
    font-size: 13px;
  }

  .achievement-banner a {
    width: 100%;
    min-width: 0;
    min-height: 46px;
  }
}
