.elementor-6343 .elementor-element.elementor-element-181f846{--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 text-editor, class: .elementor-element-ed1b349 */article {
    padding: 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

h1 {
    font-size: 2em;
    font-weight: bold;
}

h2 {
    margin-top: 24px;
}

h3 {
    margin-top: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin-bottom: 16px;
}

p a[href="#review-table"] {
    background: #f7f7f7;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #0073e6;
    font-weight: bold;
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 16px;
    text-align: left;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

table thead tr {
    background: #f2f2f2;
    color: #333;
    font-weight: bold;
}

table th, table td {
    padding: 12px 10px;
    border: 1px solid #ddd;
    vertical-align: top;
}

table td a[href^="https://amzn.to"] {
    text-decoration: none;
    color: #0073e6;
    font-weight: 500;
}

table td a.action-button {
    color: white;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
    transition: color 0.2s ease;
}

table td a.action-button:hover {
    color: #f0f0f0;
}

a.shop-now-button {
    background: #833F2E !important;
    color: white !important;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    transition: background 0.2s ease;
}

a.shop-now-button:hover {
    background: #6b3426 !important;
    color: white !important;
}

ul {
    margin: 10px 0;
    padding-left: 20px;
}

.image-wrapper {
    margin: 20px 0;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.image-wrapper .credit {
    display: block;
    font-size: 0.85em;
    color: #777;
}

.image-wrapper p {
    font-size: 0.85em;
    color: #555;
}

.author-box {
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.author-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.author-box div {
    flex: 1;
}

.author-box p {
    margin: 0;
    font-size: 0.85em;
    color: gray;
}

/* Mobile-friendly styles */
@media screen and (max-width: 600px) {
    table {
        font-size: 14px;
        box-shadow: none;
    }
    
    table thead {
        display: none;
    }
    
    table tbody tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        background: #f9f9f9;
    }
    
    table tbody td {
        display: block;
        text-align: center;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    
    table tbody td:last-child {
        border-bottom: none;
    }
    
    table tbody td:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #333;
    }
    
    table td a.action-button {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
        gap: 10px;
    }

    .author-box img {
        width: 60px;
        height: 60px;
    }

    .author-box div {
        width: 100%;
    }

    .author-box p {
        font-size: 0.8em;
    }
}/* End custom CSS */