.elementor-186 .elementor-element.elementor-element-f7480bb{--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 */<article class="repair-article" dir="rtl" lang="fa">
    <style>
        .repair-article {
            font-family: 'Vazirmatn', Tahoma, sans-serif;
            line-height: 2;
            color: #333;
            max-width: 100%;
        }
        .repair-article h2 {
            color: #1a5276;
            font-size: 1.5em;
            margin: 30px 0 15px;
            padding-bottom: 10px;
            border-bottom: 3px solid #3498db;
        }
        .repair-article h3 {
            color: #2980b9;
            font-size: 1.25em;
            margin: 25px 0 12px;
        }
        .repair-article p {
            text-align: justify;
            margin-bottom: 15px;
        }
        .repair-article ul {
            padding-right: 25px;
            margin-bottom: 20px;
        }
        .repair-article li {
            margin-bottom: 8px;
        }
        .price-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            border-radius: 10px;
            overflow: hidden;
        }
        .price-table th {
            background: linear-gradient(135deg, #1a5276, #3498db);
            color: #fff;
            padding: 15px;
            font-weight: bold;
        }
        .price-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
            text-align: center;
        }
        .price-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        .price-table tr:hover {
            background-color: #e8f4fc;
        }
        .contact-box {
            background: linear-gradient(135deg, #27ae60, #2ecc71);
            color: #fff;
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            margin: 30px 0;
        }
        .contact-box a {
            color: #fff;
            text-decoration: none;
            display: inline-block;
            margin: 8px 15px;
            padding: 10px 20px;
            background: rgba(255,255,255,0.2);
            border-radius: 25px;
            transition: all 0.3s;
        }
        .contact-box a:hover {
            background: rgba(255,255,255,0.4);
            transform: scale(1.05);
        }
        .brands-section {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            margin: 25px 0;
        }
        .brand-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }
        .brand-item {
            background: #fff;
            padding: 8px 16px;
            border-radius: 20px;
            border: 1px solid #ddd;
            font-size: 0.9em;
        }
        .highlight-box {
            background: linear-gradient(135deg, #fff3cd, #ffeaa7);
            border-right: 5px solid #f39c12;
            padding: 20px;
            border-radius: 0 10px 10px 0;
            margin: 20px 0;
        }
        .service-feature {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 20px 0;
        }
        .feature-item {
            flex: 1;
            min-width: 200px;
            background: #e8f4fc;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
        }
        .feature-item span {
            font-size: 2em;
            display: block;
            margin-bottom: 10px;
        }
        .internal-links-box {
            background: #e8f4fc;
            padding: 20px;
            border-radius: 10px;
            margin: 25px 0;
            border: 1px solid #3498db;
        }
        .internal-links-box ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }
        .internal-links-box li a {
            display: inline-block;
            padding: 8px 16px;
            background: #3498db;
            color: #fff;
            text-decoration: none;
            border-radius: 20px;
            transition: all 0.3s;
        }
        .internal-links-box li a:hover {
            background: #1a5276;
            transform: scale(1.05);
        }
    </style>/* End custom CSS */