/*
Theme Name: Shareen Minimalist
Theme URI: https://bam.lekhanhtoan.com
Author: Wepower Group
Author URI: https://wepower.group
Description: An editorial minimalist WordPress theme with Apple-inspired aesthetics. Clean, spacious, and typography-first design for bloggers and content creators.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shareen
Tags: blog, minimal, editorial, lifestyle, yellow, clean
*/

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }

/* Pull quote style */
.wp-block-quote, blockquote {
    border-left: 4px solid #FFD600;
    background: #f3f3f3;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 0.25rem 0.25rem 0;
}

/* WordPress alignment */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin-right: 1rem; }
.alignright { float: right; margin-left: 1rem; }

/* Post content images */
.entry-content img { border-radius: 4px; max-width: 100%; height: auto; }

/* Comment form */
.comment-form input, .comment-form textarea {
    border: 1px solid #d0c6ab33;
    padding: 0.75rem;
    width: 100%;
    border-radius: 0.125rem;
    font-family: 'Inter', sans-serif;
}
.comment-form input:focus, .comment-form textarea:focus {
    outline: none;
    border-bottom: 2px solid #FFD600;
}
.comment-form .submit {
    background: linear-gradient(135deg, #FFD600, #FFE170);
    color: #221b00;
    padding: 0.75rem 2rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 0.125rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.75rem;
}
