@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Inter:wght@300;400;500&display=swap');

body{
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  max-width: 720px;
  margin: 60px auto;
  padding: 0 20px;
  line-height: 1.8;
  color: #222;
  background: #fafafa;
}

h1, h2{
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}

h1{
  font-size: 2rem;
  margin-bottom: 0.5em;
}

h2{
  margin-top: 2em;
}

nav{
  margin-bottom: 30px;
}

a{
  text-decoration: none;
  color: #444;
  transition: opacity 0.2s ease;
}

a:hover{
  opacity: 0.6;
}

small{
  opacity: .6;
}

pre{
  white-space: pre-wrap;
  font-family: inherit;
  margin: 0;
}

.logo {
  display: block;
  width: 300px;
  max-width: 80%;
  margin: 70px auto 25px auto;
}

.footer-note {
  margin-top: 40px;
  color: #777;
  font-size: 0.9rem;
}

blockquote {
  border-left: 3px solid #ccc;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #555;
}

/* Ajuste general de espacios */

h2 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}

h3 {
  margin-top: 1.6rem;
  margin-bottom: 0.6rem;
}

blockquote {
  margin: 1rem 0;
}

p {
  margin: 0.8rem 0;
}

h2 + p,
h3 + p {
  margin-top: 0.5rem;
}

p + blockquote {
  margin-top: 0.8rem;
}

blockquote + h2,
blockquote + h3 {
  margin-top: 1.5rem;
}

.post-list {
  list-style: none;
  padding-left: 0;
}

.post-list li {
  margin-bottom: 20px;
}

.post-title {
  display: inline;
}

.post-date {
  display: block;
  margin-left: 18px;
  font-size: 0.9em;
  color: #666;
}

.imagen-ser-interior {
  text-align: center;
  margin: 30px 0;
}

.imagen-ser-interior img {
  width: 100%;     
  max-width: 800px;
  height: auto;
}

.nota-intro,
.nota-cierre {
  font-style: italic;
  color: #666;
  margin: 10px 0;
  line-height: 1.7;
}

.nota-cierre {
  margin-top: 10px;
}

.contacto {
  margin-top: 30px;
  font-size: 0.85rem;
  opacity: 0.6;
}

.contacto a {
  color: inherit;
  text-decoration: none;
}

.seo-title {
  position: absolute;
  left: -9999px;
}

.share-wrap {
  position: relative;
  display: inline-block;
}

.share-button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, opacity 0.18s ease;
  opacity: 0.9;
}

.share-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
}

.share-button svg {
  width: 18px;
  height: 18px;
  stroke: #444;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-menu {
  position: absolute;
  bottom: calc(100% + 10px);
  top: auto;
  right: 0;
  min-width: 170px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 32px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

@media (max-width: 768px) {
  .share-menu {
    right: auto;
    left: 0;
    min-width: 150px;
  }
}

.share-option {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  border-radius: 12px;
  font: inherit;
  color: #444;
  cursor: pointer;
  transition: background 0.18s ease;
}

.share-option:hover {
  background: rgba(255, 255, 255, 0.18);
}

.share-button {
  transition: transform 0.18s ease, background 0.18s ease, opacity 0.18s ease;
}

.share-button:active {
  transform: scale(0.94);
}