:root{--primary-color:#2c614f;--secondary-color:#e8f4ea;--accent-color:#d4a373;--text-color:#333;--light-text:#666;--heading-font:"Montserrat",sans-serif;--body-font:"Open Sans",sans-serif}body{font-family:var(--body-font);line-height:1.6;color:var(--text-color);max-width:1200px;margin:0 auto;padding:0 20px;background-color:#fcfcfc}.entry-content{background-color:white;padding:30px;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.05);margin:40px 0}h1,h2,h3,h4{font-family:var(--heading-font);color:var(--primary-color);margin-top:1.5em}h2{font-size:1.8em;border-bottom:2px solid var(--secondary-color);padding-bottom:10px;margin-top:2em}h3{font-size:1.4em;margin-top:1.5em}p{margin-bottom:1.2em}.highlight{background-color:var(--secondary-color);padding:20px;border-radius:8px;margin-bottom:25px;font-size:1.1em;border-left:4px solid var(--primary-color);line-height:1.8}section{margin-bottom:2.5em}.section{margin-bottom:1.5em}.benefit,.gift-type,.tips{background-color:#f9f9f9;padding:15px 20px;border-radius:8px;margin-bottom:1.2em;border-left:4px solid var(--primary-color)}.benefit h3,.gift-type h3,.tips h3{margin-top:0;color:var(--primary-color)}strong{color:var(--primary-color)}.featured-image{width:100%;max-width:800px;height:auto;display:block;margin:2em auto;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1)}a{color:var(--primary-color);text-decoration:none;font-weight:700;transition:color .3s ease}a:hover{color:var(--accent-color)}.cta{text-align:center;margin:2em 0}.cta-button{display:inline-block;padding:12px 24px;background-color:var(--primary-color);color:white;text-decoration:none;border-radius:30px;font-weight:700;transition:all .3s ease;box-shadow:0 3px 10px rgba(0,0,0,.1)}.cta-button:hover{background-color:var(--accent-color);color:white;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.15)}@media (max-width:768px){body{padding:0 15px}.entry-content{padding:20px}h2{font-size:1.6em}.cta-button{padding:10px 20px}}