/* ==========================================================================
   ARTICLE PAGE STRUCTURE
   ========================================================================== */

.article-layout {
  display: flex !important;
  max-width: 1400px;
  margin: 40px auto;
  gap: 30px;
  padding: 0 20px;
  align-items: flex-start;
}

.article.detail {
  flex: 2.5 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.65;
  background: linear-gradient(#f5f0eb, #f3ebe2);
  padding: 40px 60px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #2b2b2b;
  text-rendering: optimizeLegibility;
}

.article.detail h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 12px;
}

.article.detail h4 {
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 22px;
  color: #666;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  text-align: center;
}

.sidebar {
  flex: 1 !important;
  min-width: 350px !important;
  background: linear-gradient(#f5f0eb, #f3ebe2);
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: sticky;
  top: 20px;
}

.sidebar img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

/* ==========================================================================
   ARTICLE PAGE UI ELEMENTS
   ========================================================================== */

.summary-box {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  margin-bottom: 30px;
  text-align: center;
}

.summary-title {
  text-align: center;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.summary-text {
  text-align: center;
  font-size: 18px;
  color: #8b8378 !important;
  font-style: italic;
  max-width: 80%;
  margin: 0 auto;
}

.continue-link-wrapper {
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
}

.continue-link {
  color: #2f2f2f !important;
  text-decoration: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.continue-link:hover {
  text-decoration: underline;
}

.small-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.small-box h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin: 0;
  text-align: left;
}

.meta {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  margin-bottom: 15px;
}
