.elementor-9304 .elementor-element.elementor-element-5b1eb57{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-0b5df37 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #ffffff;
    color: #111;
    line-height: 1.7;
}

/* CONTAINER */
.post-container {
    max-width: 780px;
    margin: auto;
    padding: 40px 20px;
}

/* HEADER */
.post-header h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

.post-meta {
    font-size: 14px;
    color: #555;
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

/* CONTENT */
.post-content p {
    margin-bottom: 18px;
    font-size: 16px;
}

.post-content h2 {
    font-size: 22px;
    margin: 32px 0 12px;
}

.post-content ul {
    margin: 16px 0 24px 20px;
}

.post-content li {
    margin-bottom: 8px;
}

/* VERDICT BOX */
.verdict {
    background: #f7f9fb;
    border-left: 4px solid #1a73e8;
    padding: 16px;
    margin: 30px 0;
    font-size: 16px;
}

/* FOOTER */
.post-footer {
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
    padding: 20px;
    font-size: 14px;
    color: #555;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}/* End custom CSS */