/*
Theme Name:   Indite Child
Theme URI:    http://islamclick.local
Description:  Indite child theme — restored original three-column layout matching archive.org
Author:       IslamClick
Author URI:   http://islamclick.local
Template:     indite
Version:      1.0.0
Text Domain:  indite-child
*/

/* ===== Site title — logo image display ===== */
.site-title a {
  display: block;
}
.site-title a img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ===== Social links — green accent matching archive.org (.s2 strip) ===== */
.social-links .social-tooltip {
  color: #69bc90 !important;
}

/* ===== Entry meta — hide elements not present in archive.org ===== */
.entry-meta .entry-author {
  display: none;
}

/* ===== Post card — ensure consistent max-width ===== */
.post-card,
.post-list .post-row {
  margin: 0 auto 30px;
}

/* ===== Footer — hide theme credit line ===== */
#credit {
  display: none;
}
