.elementor-44878 .elementor-element.elementor-element-19772f1{width:var( --container-widget-width, 103.545% );max-width:103.545%;--container-widget-width:103.545%;--container-widget-flex-grow:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-44878 .elementor-element.elementor-element-8201f0b > .elementor-widget-container{padding:0px 1px 0px 3px;}.elementor-44878 .elementor-element.elementor-element-8201f0b img{width:99%;max-width:99%;border-radius:10px 10px 10px 10px;}/* Start custom CSS for html, class: .elementor-element-19772f1 */body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0;
}

.product-content {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-header h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1.2em;
    background-color: #e0f7fa;
    padding: 20px;
    border-left: 5px solid #007bff;
}

.product-section {
    margin-bottom: 2em;
}

.product-section p {
    font-size: 1.25em;
    text-indent: 2em;
}

.product-section h2 {
    color: #000;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    font-weight: bold;
    font-size: 20px;
}

.custom-title {
    background-color: #e0f7fa;
    padding: 10px;
    border-left: 5px solid #007bff;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
}

.product-section img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto 1em;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.img-source {
    text-align: center;
    font-size: 0.9em;
    color: #777;
    margin-bottom: 1em;
}

.product-footer {
    margin-top: 40px;
    padding: 20px;
    background-color: #ecf0f1;
    border-top: 2px solid #bdc3c7;
    text-align: left;
}

.additional-info {
    text-align: left;
}

.interest-message {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.related-articles h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.related-articles ul {
    list-style-type: none;
    padding: 0;
}

.related-articles ul li {
    margin-bottom: 10px;
}

.related-articles ul li a {
    text-decoration: none;
    color: #3498db;
}

.related-articles ul li a:hover {
    text-decoration: underline;
}/* End custom CSS */