/* ── Share This ── */
.sharedaddy {
  border-top: 1px solid #e5e5e5;
  margin-top: 3rem;
  padding-top: 2rem;
}

.sd-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.75rem !important;
}

.sd-content ul {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sd-content ul li a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #232323 !important;
  border: 1px solid #e5e5e5;
  padding: 0.4rem 0.85rem;
  border-radius: 2px;
  text-decoration: none !important;
  transition: border-color 0.2s, color 0.2s;
}

.sd-content ul li a:hover {
  border-color: #0070f6;
  color: #0070f6 !important;
}

/* ── Like This ── */
.jp-relatedposts,
.sharedaddy.sd-like-enabled .sd-block.sd-like {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.sd-like .sd-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
}

/* ── Comment Section ── */
#respond {
  border-top: 1px solid #e5e5e5;
  margin-top: 3rem;
  padding-top: 2rem;
}

#reply-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.75rem !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 1.5rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 0.75rem 1rem;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.9rem;
  color: #232323;
  background: #fff;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #0070f6;
}

.comment-form label {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #888;
  display: block;
  margin-bottom: 0.35rem;
}

.comment-form input[type="submit"] {
  background: #0070f6;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s;
}

.comment-form input[type="submit"]:hover {
  background: #232323;
}