html, body {
  height: 100%;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
}

body:not(.uc-dark) {
  color: rgb(51, 62, 80);
  background: #f8f8f8;
}

.guide-container {
  max-width: 900px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 2.5rem 2rem 2rem 2rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  color: #263238;
  font-size: 1.05rem;
  flex: 1 0 auto;
}

.uc-guide-main {
  width: 100%;
  flex: 1 0 auto;
}

.guide-container h1,
.guide-container h2,
.guide-container h3,
.guide-container h4,
.guide-container h5,
.guide-container h6 {
  color: #263238;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.guide-container h1 {
  font-size: 2.2rem;
  color: #263238;
  font-weight: 700;
  text-align: center;
}

.guide-container .highlight,
.guide-container h2.h4.font-weight-bold[style*='color:#00796b;'] {
  color: #00796b !important;
}

.guide-container p,
.guide-container ul,
.guide-container ol,
.guide-container li {
  color: #263238;
  font-size: 1.05rem;
  font-family: 'Poppins', sans-serif;
}

.guide-container ul,
.guide-container ol {
  margin-left: 1.2rem;
}

.guide-container section {
  margin-bottom: 2.2rem;
}

.block-44 {
  margin-top: auto !important;
  background: rgb(51, 62, 80);
  color: #fff;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  border-radius: 0 0 1rem 1rem;
  flex-shrink: 0;
}

.block-44__logo {
  height: 40px;
}

.media-placeholder {
  border: 2px dashed rgba(38, 50, 56, 0.28);
  background: rgba(38, 50, 56, 0.03);
  border-radius: 12px;
  padding: 1rem;
  color: #263238;
}

.media-placeholder__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
}

.media-placeholder__title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.media-placeholder__meta {
  color: rgba(38, 50, 56, 0.75);
  font-size: 0.95rem;
}

.media-placeholder--16x9 .media-placeholder__inner {
  min-height: 320px;
}

@media (max-width: 991px) {
  .guide-container {
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
  }

  .media-placeholder__inner {
    min-height: 160px;
  }

  .media-placeholder--16x9 .media-placeholder__inner {
    min-height: 220px;
  }
}
