/*
Theme Name: OSpress
Theme URI: https://www.codester.com/237Coders/shop
Author: 237Coders
Author URI: https://www.codester.com/237Coders/shop
Description: A Windows-style desktop OS experience for WordPress. Browse posts as files, categories as folders, all inside a fully interactive windowed UI.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ospress
Tags: blog, custom-background, custom-colors, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

blockquote {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.04),
    0 4px 12px rgba(0, 0, 0, 0.08),
    0 0 0 0.5px rgba(0, 0, 0, 0.06) inset;
  color: #1d1d1f;
  margin: 1.5em 0;
  padding: 1.1em 1.4em 1.1em 1.25em;
  font-style: normal;
  font-family: -apple-system, "SF Pro Text", "Helvetica Neue", sans-serif;
  font-size: 0.95em;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

/* Subtle top highlight — mimics the macOS window edge gloss */
blockquote::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.9) 30%,
    rgba(255, 255, 255, 0.9) 70%,
    transparent
  );
}

blockquote::before {
  content: '\201C';
  font-family: "Georgia", "New York", serif;
  font-size: 3.5em;
  font-style: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 10px;
  top: 2px;
  pointer-events: none;
}
