.elementor-14589 .elementor-element.elementor-element-7e2e767{--display:flex;}.elementor-14589 .elementor-element.elementor-element-d4e1c34 .swiper-wrapper{align-items:flex-start;}.elementor-14589 .elementor-element.elementor-element-d4e1c34 h3.title, .elementor-14589 .elementor-element.elementor-element-d4e1c34 .products-title{text-align:center;}/* Start custom CSS for html, class: .elementor-element-cd1cf63 *//* Ikagoo Professional Blog Style */
.ikagoo-container {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    color: #333;
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
}

.ikagoo-container h2 {
    color: #1a1a1a;
    font-size: 1.75rem;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #d32f2f;
}

.ikagoo-container h3 {
    color: #444;
    font-size: 1.3rem;
    margin-top: 30px;
    font-weight: 700;
}

.ikagoo-container p {
    margin-bottom: 20px;
}

.ikagoo-img {
    max-width: 460px;
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Table Styles */
.tech-table, .quality-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95rem;
    border: 1px solid #eee;
}

.tech-table td, .quality-table td, .quality-table th {
    padding: 12px;
    border: 1px solid #eee;
    text-align: left;
}

.quality-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.tech-table td:first-child {
    font-weight: bold;
    width: 35%;
    background-color: #fcfcfc;
}

.cta-box {
    background: #fdf2f2;
    border: 1px solid #fecaca;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
}

.cta-box a.button {
    display: inline-block;
    background-color: #d32f2f;
    color: #fff !important;
    padding: 18px 45px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-box a.button:hover {
    background-color: #b91c1c;
    transform: translateY(-2px);
}

.warning-note {
    background-color: #fff9db;
    border-left: 5px solid #f59f00;
    padding: 15px 20px;
    margin: 25px 0;
    font-style: italic;
}/* End custom CSS */