.elementor-4667 .elementor-element.elementor-element-91faf74{--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;}.elementor-4667 .elementor-element.elementor-element-91faf74.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-4667 .elementor-element.elementor-element-91faf74{--width:113.367%;}}/* Start custom CSS for html, class: .elementor-element-52f68c2 *//* Vintage Blog Style - Old Paper Aesthetic */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    background: #f5e8c7 url('https://kashmircart.in/images/old-paper-texture.jpg') repeat; /* Use a subtle old paper texture */
    color: #3c2f2f;
    line-height: 1.7;
    padding: 20px 0;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background: #f8f1e3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #d4b88a;
    padding: 40px 50px;
    position: relative;
}

/* Vintage decorative corners */
.container::before,
.container::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid #8b5a2b;
    opacity: 0.3;
}

.container::before {
    top: 15px;
    left: 15px;
    border-right: none;
    border-bottom: none;
}

.container::after {
    bottom: 15px;
    right: 15px;
    border-left: none;
    border-top: none;
}

.vintage-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #5c2a1a;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #d4b88a;
    padding-bottom: 15px;
}

.subtitle {
    text-align: center;
    font-style: italic;
    color: #8b5a2b;
    margin-bottom: 30px;
}

.featured-image {
    width: 100%;
    height: auto;
    border: 8px solid #e8d9c0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
    margin: 25px 0;
}

h2 {
    color: #5c2a1a;
    font-size: 1.8rem;
    margin: 35px 0 15px;
    border-left: 6px solid #c19a6b;
    padding-left: 15px;
}

p {
    margin-bottom: 18px;
    font-size: 1.1rem;
}

strong {
    color: #8b5a2b;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fffef7;
    border: 2px solid #d4b88a;
}

.comparison-table th,
.comparison-table td {
    padding: 14px;
    border: 1px solid #d4b88a;
    text-align: left;
}

.comparison-table th {
    background: #e8d9c0;
    color: #5c2a1a;
}

.cta-box {
    background: #f4e4cc;
    border: 3px double #8b5a2b;
    padding: 25px;
    text-align: center;
    margin: 35px 0;
    font-size: 1.2rem;
}

.cta-button {
    display: inline-block;
    background: #8b5a2b;
    color: white;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    border-radius: 4px;
    transition: all 0.3s;
}

.cta-button:hover {
    background: #5c2a1a;
    transform: scale(1.05);
}

footer {
    text-align: center;
    margin-top: 40px;
    color: #8b5a2b;
    font-style: italic;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .container {
        padding: 25px 20px;
    }
    .vintage-title {
        font-size: 2.2rem;
    }
}/* End custom CSS */