body {
  background-color: #fff;
}

#main {
  background-color: #fff;
}

/*==================================
  PAGE TITLE (no banner pages)
===================================*/
.page-title-bar h1 {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 3rem auto 0 auto;
  padding: 0 auto;
  color: #000 !important;
  padding-bottom: 0 !important;
}

.page-title-bar i {
  margin-right: 1rem;
}

/* mobile */
@media (max-width: 768px) {
  .page-title-bar h1 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

/*==================================
  GENERAL SPACING / LAYOUT WRAPPER
===================================*/
.corrections-container {
  margin: 0 auto;
  padding-top: 0;
  width: 75%;
}

.corrections-container .corrections-content {
  margin-top: 0;
  padding-top: 0;
}

.corrections-layout {
  margin-top: 2rem !important;
  padding-top: 0 !important;
}

/* mobile */
@media (max-width: 768px) {
  .corrections-container {
    width: 90%;
  }
}

/*==================================
  CORRECTIONS CONTENT + CARDS
===================================*/
.corrections-content {
  margin-left: 0;
  padding-left: 0;
  width: 75%;
}

.corrections-content .content-card {
  width: 95%;
  padding: 2rem 2.25rem;
  margin: 1rem auto;
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.corrections-content .content-section {
  width: 95%;
  padding: 2rem 2.25rem;
  margin: 1rem auto;
  border-radius: 0.75rem;
  background: #ffffff;
}

/* you had a second .content-card later; merged here */
.content-card {
  background-color: #fff;
  color: #000;
  border-radius: .5rem;
  padding: 2rem;
  margin-bottom: 2rem;
}

.content-card .visiting-link {
  color: #000 !important;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* mobile */
@media (max-width: 768px) {
  .corrections-content {
    width: 100%;
    padding: 0;
  }
  .corrections-content .content-card,
  .content-card {
    width: 100%;
    padding: 1.25rem 1rem;
    box-shadow: none;
    border: none;
  }
}

.corrections-container p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.05rem;
  color: #000;
}

.corrections-container .content-card p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.05rem;
}

/*==================================
  SECTION TITLES
  (you had this twice; merged)
===================================*/
.section-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #2E5A88;
  padding-bottom: .5rem;
  margin: 0 auto 1.5rem auto;
  font-size: 1.8rem;
  color: #1F2A44 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  text-align: center;
}

/* mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
    flex-direction: column;
  }
}

/*==================================
  PAGE IMAGE
===================================*/
.page-img .image.fit img {
  position: relative;
  width: 70%;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin: 2rem auto;
}

/* you already had this mobile bit; keeping it under the section */
@media (max-width: 768px) {
  .page-img {
    border-radius: 0.5rem;
    margin: 1.5rem 0;
  }
  .page-img .image.fit img {
    width: 90%;
  }
}

/*==================================
  TYPOGRAPHY / LISTS
===================================*/
.icon-list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1.25rem 0;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  color: #2E5A88 !important;
}

.icon-list li a {
  color: #2E5A88 !important;
}

.icon-list li i {
  color: #2E5A88 !important;
  margin-right: 0.65rem;
  font-size: 1.15rem;
  line-height: 1.4;
  flex-shrink: 0;
}

strong {
  color: #000 !important;
}

.list-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1F2A44;
}

/* mobile */
@media (max-width: 576px) {
  .icon-list li {
    font-size: 1rem;
  }
}

/*==================================
  SPECIAL NOTICE
===================================*/
.notice {
  font-weight: bold;
  color: #b22222;
  background: #fff5f5;
  padding: .75rem 1rem;
  border-left: 4px solid #b22222;
  border-radius: 0.35rem;
  margin-top: 1rem;
}

/* mobile */
@media (max-width: 576px) {
  .notice {
    font-size: 0.95rem;
    padding: .6rem .8rem;
  }
}

/*==================================
  MAIL CARD
  (you had two definitions — merged)
===================================*/
.mail-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  max-width: 520px;
  margin: 1rem auto 0 auto;
  padding: 1.1rem 1.25rem;
  background: #f7fbff;
  border: 1px dashed #2E5A88;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.2s ease;
}

.mail-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.10);
}

.mail-card-icon {
  font-size: 2rem;
  line-height: 1;
  color: #2E5A88;
  flex: 0 0 auto;
}

.mail-card-body {
  text-align: left;
}

.mail-card-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1rem;
  color: #1F2A44;
  margin-bottom: 0.25rem;
}

.mail-address {
  margin: 0;
  font-style: normal;
  color: #1F2A44;
  line-height: 1.45;
}

.content-card a {
  color: #2E5A88 !important;
}

/* mobile */
@media (max-width: 576px) {
  .mail-card {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
  .mail-card-body {
    text-align: center;
  }
}

/*==================================
  SIDEBAR
===================================*/
.corrections-sidebar {
  position: sticky;
  top: 2rem;
  align-self: flex-start;
  margin-left: 2rem;
  margin-right: 0;
  margin-top: 1rem;
  padding-right: 0;
  height: fit-content;
  padding: 1rem;
}

/* Sidebar Thumbnail Image */
.sidebar-thumbnail {
  margin-top: 1.5rem;
  text-align: center;
}

.sidebar-thumbnail img {
  width: 15vw;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  border: 1px solid rgba(46, 90, 136, 0.15);
  object-fit: cover;
}

/* mobile */
@media (max-width: 768px) {
  .corrections-sidebar {
    display: none;
  }
}

/*==================================
  LAYOUT / ROWS
===================================*/
.corrections-layout {
  padding-top: 3rem;
}

/* neutralize inner */
.corrections-layout .inner {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* ensure row flex */
.corrections-container .row {
  display: flex;
  align-items: flex-start;
}

/* mobile */
@media (max-width: 768px) {
  .corrections-container .row {
    flex-direction: column;
  }
}

/*==================================
  BUTTONS / VISITING
===================================*/
.corrections-container .visiting-btn {
  color: white !important;
  padding: .5rem 2rem;
}

/*==================================
  CONTENT IMAGES
===================================*/
.corrections-content-img {
  width: 100%;
  text-align: center;
}

.corrections-content-img img {
  width: 65%;
  height: auto;
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

/* mobile */
@media (max-width: 768px) {
  .corrections-content-img img {
    width: 90%;
  }
}

/*==================================
  BANNER MOBILE TWEAK
  (you had this inside sidebar area — keeping it)
===================================*/
@media (max-width: 768px) {
  #banner {
    height: 50vh;
  }
}

/*==================================
  CUSTOM LISTS
===================================*/
.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  font-size: 1.1rem;
  margin-bottom: .75rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.custom-list li strong {
  color: #1F2A44 !important;
}

.custom-list i {
  color: #2E5A88;
  font-size: 1.3rem;
}

/* mobile */
@media (max-width: 576px) {
  .custom-list li {
    align-items: flex-start;
    font-size: 1rem;
  }
}
