html,
body {
  font-family: Lora, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  background: #F0F2F4;
}

.navbar.is-white {
  background: #F0F2F4;
}

.navbar-brand .brand-text {
  font-size: 1.15rem;
  font-weight: bold;
}

.hero-body {
  background-image: url("/images/LRCorniche.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.articles {
  margin: 5rem 0;
  margin-top: -150px;
}

.articles .content p {
  line-height: 1.6;
  margin: 15px 0;
}

.articles .article-body {
  line-height: 1.6;
}

.author-image {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border: 3px solid #ccc;
  border-radius: 50%;
}

.media-center {
  display: block;
  margin-bottom: 1rem;
}

.media-content {
  margin-top: 3rem;
}

.article,
.promo-block {
  margin-top: 6rem;
}

div.column.is-8:first-child {
  padding-top: 0;
  margin-top: 0;
}

.article-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

.article-subtitle {
  color: #909AA0;
  margin-bottom: 3rem;
}

.article-body {
  line-height: 1.4;
  margin: 0 6rem;
}

@media screen and (max-width: 991px) {
  .article-body {
    line-height: 1.4;
    margin: 0;
  }
}

.promo-block .container {
  margin: 1rem 4rem;
}

.article-image img {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.image-caption {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.4rem;
  font-style: italic;
}

/* Share section */
.share-section {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.share-label {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.share-btn {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.4rem 0.85rem;
  border-radius: 4px;
  background: #f0f2f4;
  color: #333;
  font-family: "Lora", Times, serif;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1px solid #ccc;
  cursor: pointer;
}

.share-btn:hover {
  background: #dce0e4;
}

/* Footer */
.site-footer {
  margin-top: 3rem;
  padding: 1.5rem 0;
  background: #f0f2f4;
  border-top: 1px solid #ddd;
  font-size: 0.85rem;
  color: #555;
}
