.content-panel {
  margin: 24px 0 36px;
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(25, 41, 64, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(24, 40, 72, 0.08);
}

.content-panel--narrow {
  max-width: 760px;
}

.content-panel--center {
  margin-left: auto;
  margin-right: auto;
}

.content-prose h1,
.content-prose h2,
.content-prose h3 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #16324f;
}

.content-prose p,
.content-prose li,
.content-prose blockquote {
  font-size: 17px;
  line-height: 1.8;
  color: #22313f;
}

.content-prose p:last-child,
.content-prose ul:last-child,
.content-prose ol:last-child {
  margin-bottom: 0;
}

.content-prose blockquote {
  margin: 24px 0;
  padding: 14px 18px;
  border-left: 4px solid #5f88c2;
  background: rgba(95, 136, 194, 0.08);
}

.content-mono {
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.02em;
}

.content-link-list {
  margin: 0;
  padding-left: 22px;
}

.content-link-list li {
  margin-bottom: 16px;
}

.content-link-list a {
  font-size: 18px;
  line-height: 1.6;
}

.content-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

.content-inline-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 22px rgba(17, 31, 55, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.content-inline-actions a:hover,
.content-inline-actions a:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(17, 31, 55, 0.16);
  text-decoration: none;
}

.content-inline-actions .fa {
  margin-right: 0 !important;
}

.profile-card {
  margin-top: 28px;
}

.profile-card h1,
.profile-card h2 {
  letter-spacing: 0.01em;
}

.profile-card hr {
  margin: 18px 0 24px;
  border-top: 1px solid rgba(22, 50, 79, 0.12);
}

@media (max-width: 767px) {
  .content-panel {
    padding: 22px 20px;
    border-radius: 14px;
  }

  .content-prose p,
  .content-prose li,
  .content-prose blockquote,
  .content-link-list a {
    font-size: 16px;
  }
}
