/* Ocultar la sección content-actions y timestamp */

html body .post-preview .content-actions {
  display: none !important;
}

html body .post-preview .post-preview-info .post-preview-timestamp {
  display: none !important;
}

/* Botón más grande en tonos morados */

html body .post-preview .post-preview-info .post-preview-link {
  background: none !important;
  border: none !important;
  text-decoration: none !important;
  color: transparent !important;
  background: linear-gradient(135deg, #8B5CF6, #A855F7) !important;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4) !important;
  border-radius: 8px !important;
  display: inline-block !important;
  width: auto !important;
  min-width: 140px !important;
  text-align: center !important;
  padding: 14px 28px !important;
  margin: 16px 0 0 0 !important;
  position: relative !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
  overflow: hidden !important;
}

html body .post-preview .post-preview-info .post-preview-link::after {
  content: "ACCESS NOW";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  letter-spacing: 0.6px !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

html body .post-preview .post-preview-info .post-preview-link:hover {
  background: linear-gradient(135deg, #7C3AED, #9333EA) !important;
  color: transparent !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(139, 92, 246, 0.5) !important;
  transform: translateY(-2px) !important;
}

html body .post-preview .post-preview-info .post-preview-link:active {
  transform: translateY(-1px) !important;
  box-shadow: 0 3px 10px rgba(139, 92, 246, 0.4) !important;
}

.post-open .post-open-body .post-open-content .post-open-content-body .post-open-excerpt {
  visibility: hidden;
}

.post-open-content-body > p:first-child {
  visibility: hidden;
}