/* Ghost Required Classes */
.kg-width-wide {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.kg-width-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.kg-width-full img {
  width: 100%;
}

/* Post Content Spacing */
.prose img,
.prose figure,
.prose .kg-card {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.prose p {
  margin-bottom: 1.5rem;
}

.prose h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.prose h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

/* Ghost Image Card */
.kg-image-card {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.kg-image-card img {
  margin: 0 auto;
  border-radius: 8px;
}

.kg-image-card figcaption {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 1rem;
}

/* Ghost Gallery */
.kg-gallery-container {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  margin: 2.5rem auto;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
}

.kg-gallery-row:not(:first-child) {
  margin-top: 0.5rem;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* Ghost Embed Card */
.kg-embed-card {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}

.kg-embed-card iframe {
  border-radius: 8px;
}

.kg-embed-card > * {
  margin-left: auto;
  margin-right: auto;
}

/* Ghost Video Card */
.kg-video-card {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

/* Ghost Bookmark Card */
.kg-bookmark-card {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.kg-bookmark-container {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.kg-bookmark-content {
  flex-grow: 1;
  padding: 20px;
}

.kg-bookmark-title {
  font-weight: 600;
}

.kg-bookmark-description {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
}

.kg-bookmark-thumbnail {
  width: 180px;
  min-height: 160px;
}

.kg-bookmark-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}

/* Ghost Callout Card */
.kg-callout-card {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border-radius: 8px;
  background: #f9f7f3;
}

/* Ghost Button Card */
.kg-button-card {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.kg-button-card a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #4a5d23;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.kg-button-card a:hover {
  background: #3d4d1c;
}

/* Ghost Divider */
.kg-divider {
  margin: 3rem 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Ghost Membership Form States */
[data-members-form] .message-success,
[data-members-form] .message-error {
  display: none;
}

[data-members-form].success .message-success {
  display: block;
}

[data-members-form].error .message-error {
  display: block;
}

[data-members-form].loading button {
  opacity: 0.7;
  cursor: wait;
}

/* Focus States for Accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #4a5d23;
  outline-offset: 2px;
}

/* Button Hover Enhancement */
.bg-olive:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(74, 93, 35, 0.3);
}

/* Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
