body {
  background-color: #fff;
  width: 100%;
}

#main {
  background-color: #fff;
}

@media (max-width: 768px) {
  #main {
    width: 95vw;
    margin: auto;
  }
}

/*==================================
  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
===================================*/
.enforcement-container {
  margin: 0 auto;
  padding-top: 0;
  width: 75%;
}

/* Ensure sidebar and content align correctly */
.enforcement-container .row {
  display: flex;
  align-items: flex-start;
}

.enforcement-sidebar {
  flex: 0 0 25%;
}

.enforcement-content {
  flex: 1;
}

.enforcement-container .enforcement-content {
  margin-top: 0;
  padding-top: 0;
}

.enforcement-layout {
  margin-top: 2rem !important;
  padding-top: 0 !important;
}

/* mobile */
@media (max-width: 768px) {
  .enforcement-container {
    width: 90%;
  }
}

/*==================================
  ENFORCEMENT CONTENT + CARDS
===================================*/
.enforcement-content {
  margin-left: 0;
  padding-left: 0;
  width: 75%;
  flex: 1;
}

.enforcement-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);
}

.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) {
  .enforcement-content {
    width: 100%;
    padding: 0;
  }
  .enforcement-content .content-card,
  .content-card {
    width: 100%;
    padding: 1.25rem 1rem;
    box-shadow: none;
    border: none;
  }
}

.enforcement-container p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.05rem;
  color: #000;
}

.enforcement-container .content-card p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.05rem;
}

/*==================================
  SECTION TITLES
===================================*/
.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
===================================*/
.enforcement-content-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;
}

@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;
  }
}

/*==================================
  SIDEBAR
===================================*/
.enforcement-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;
}

/*==================================
  Donate
===================================*/
/* Donate Card Layout Fix */
.donate {
  width: 15vw;
  margin-left: 2rem;
  padding: 1.25rem;
  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.10);
  text-align: center;
}

/* Align button + PayPal seal horizontally */
.donate .donate-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  margin-top: 1rem;
}

/* Scale seal to match button visually */
.donate .donate-row img {
  width: 55px;
  height: auto;
  display: block;
}

.donate .donate-btn {
  display: inline-block;
  margin: .5rem auto;
  padding: .5rem 2rem;
  border: 2px solid #2E5A88 !important;
  background-color: #2E5A88;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 2rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.donate .donate-btn i {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.donate .donate-btn:hover {
  background-color: #1c3b5c;
  transform: translateY(-5px);
  color: #fff !important;
}

.donate p {
  font-size: 1rem;
  width: 50%;
  margin: 2rem auto 0.5rem auto;
}

/* PayPal Seal */
.donate .paypal-seal:hover {
  transform: translateY(-5px);
  background-color: #fff !important;
}

.donate .paypal-seal img {
  width: 5rem;
  height: auto;
  margin: 1rem;
}

/*==================================
  LAYOUT / ROWS
===================================*/
h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.enforcement-layout {
  padding-top: 3rem;
}

.enforcement-layout .inner {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.enforcement-container .row {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .enforcement-container .row {
    flex-direction: column;
  }
}

/*==================================
  BUTTONS
===================================*/
.enforcement-container .visiting-btn {
  color: white !important;
  padding: .5rem 2rem;
}

/*==================================
  CONTENT IMAGES
===================================*/
.enforcement-content-img {
  text-align: center;
}

.enforcement-content-img img {
  width: 75%;
  height: auto;
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .enforcement-content-img img {
    width: 90%;
  }
}

/*==================================
  BANNER MOBILE TWEAK
===================================*/
@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;
}

@media (max-width: 576px) {
  .custom-list li {
    align-items: flex-start;
    font-size: 1rem;
  }
}


/*==================================================
  GLOBAL MOBILE IMPROVEMENTS
==================================================*/
@media (max-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.6;
  }

  #main {
    padding: 0 1rem;
  }
}

/*==================================================
  LAYOUT & CONTAINER TWEAKS
==================================================*/
@media (max-width: 768px) {
  .enforcement-container {
    width: 100%;
    padding: 0 1rem;
  }

  .enforcement-layout {
    margin-top: 1rem !important;
  }

  .enforcement-container .row {
    flex-direction: column;
    gap: 1.5rem;
  }
}

/*==================================================
  SIDEBAR IMPROVEMENTS
==================================================*/
@media (max-width: 768px) {
  .enforcement-sidebar,
  .corrections-sidebar {
    display: none;
  }
}

/*==================================================
  CONTENT CARDS
==================================================*/
@media (max-width: 768px) {
  .content-card {
    padding: 1.5rem 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 0.65rem;
  }

  .content-card p {
    font-size: 1rem;
  }

  .content-card .visiting-link {
    margin-top: 2rem;
  }
}

/*==================================================
  TITLES & HEADINGS
==================================================*/
@media (max-width: 576px) {
  .page-title-bar h1 {
    font-size: 1.6rem;
    margin-top: 1.25rem;
  }

  .section-title {
    font-size: 1.35rem;
    padding-bottom: .35rem;
  }
}

/*==================================================
  IMAGES
==================================================*/
@media (max-width: 768px) {
  .enforcement-content-img img {
    border-radius: 0.75rem;
    margin: 1rem auto;
    width: 95%;
  }

  .page-img .image.fit img {
    width: 95%;
  }
}

/*==================================================
  SPACING / READABILITY
==================================================*/
@media (max-width: 768px) {
  .enforcement-container p,
  .content-card p,
  .icon-list li,
  .custom-list li {
    line-height: 1.65;
  }

  .icon-list li i,
  .custom-list i {
    font-size: 1.1rem;
  }
}

/*==================================================
  BUTTONS
==================================================*/
@media (max-width: 768px) {
  .visiting-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: .75rem 0;
    font-size: 1.05rem;
  }
}

/*==================================================
  OPTIONAL: Improve tap targets
==================================================*/
@media (max-width: 576px) {
  a,
  button {
    padding: .25rem 0;
  }

  .icon-list li a {
    font-size: 1.05rem;
  }
}
