/*
Theme Name: Websyne Digital Custom Theme
Theme URI: https://websynedigital.com/
Author: Websyne Digital
Developer By: Samrat Roy
Description: Ultra-fast, bloat-free custom WordPress theme built for maximum performance.
Version: 2.0
Text Domain: websyne-custom
*/


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Premium Post Layout */
.site-main {
    margin-top: 40px;
    margin-bottom: 40px;
}
.premium-post-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.premium-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.08);
}
.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}
.post-content-wrapper {
    padding: 30px;
}
.entry-title a {
    color: #111;
    text-decoration: none;
}
.entry-title a:hover {
    color: #0073aa;
}
.post-meta {
    color: #888;
    font-size: 13px;
    margin-bottom: 15px;
}
.entry-summary {
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}
.btn-premium {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}
.btn-premium:hover {
    background: #111;
}