.elementor-17579 .elementor-element.elementor-element-cfb0712{--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-17579 .elementor-element.elementor-element-3670bc6{--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-17579 .elementor-element.elementor-element-3670bc6:not(.elementor-motion-effects-element-type-background), .elementor-17579 .elementor-element.elementor-element-3670bc6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F5F6;}/* Start custom CSS for html, class: .elementor-element-c0a59d6 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.lovolae-blog-container {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
   
    border-radius: 12px;
}

/* Blog Header */
.lovolae-blog-header {
    text-align: center;
    margin-bottom: 40px;
}

.lovolae-category-tag {
    display: inline-block;
    background-color: #e6f0fa;
    color: #0056b3;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lovolae-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
    line-height: 1.3;
}

.lovolae-lead-text {
    font-size: 17px;
    color: #555555;
    max-width: 900px;
    margin: 0 auto;
}

/* Highlight Info Box */
.lovolae-info-box {
    background: #ffffff;
    border-left: 5px solid #d9534f;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 25px 30px;
    border-radius: 8px;
    margin-bottom: 40px;
    font-size: 15px;
}

.lovolae-info-box p {
    margin-bottom: 15px;
}

.lovolae-info-box p:last-child {
    margin-bottom: 0;
}

.lovolae-sub-text {
    color: #666666;
    font-size: 14px;
    border-top: 1px dashed #e0e0e0;
    padding-top: 12px;
    margin-top: 12px;
}

/* Section Heading */
.lovolae-section-heading {
    text-align: center;
    margin-bottom: 35px;
}

.lovolae-section-heading h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.lovolae-section-heading p {
    font-size: 15px;
    color: #666666;
}

/* Tractors Grid Layout */
.lovolae-tractors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* Individual Tractor Card */
.lovolae-tractor-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    border-top: 4px solid #0056b3;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lovolae-tractor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.card-hp-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff3f2;
    color: #d9534f;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
}

.lovolae-tractor-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 8px;
    padding-right: 70px;
}

.card-subtitle {
    font-size: 13px;
    color: #777777;
    margin-bottom: 12px;
}

/* Features List */
.lovolae-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.lovolae-features-list li {
    font-size: 13px;
    color: #444444;
    padding-left: 18px;
    position: relative;
    margin-bottom: 5px;
}

.lovolae-features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

/* Models Box Inside Card */
.lovolae-models-box {
    background-color: #f4f7fa;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 13px;
}

.lovolae-models-box strong {
    display: block;
    color: #333333;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lovolae-models-box span {
    display: inline-block;
    background: #ffffff;
    color: #0056b3;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    margin: 2px 2px;
    border: 1px solid #d0e1f9;
}

.card-desc {
    font-size: 13px;
    color: #666666;
    margin-top: auto;
    border-top: 1px solid #eeeeee;
    padding-top: 12px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lovolae-main-title {
        font-size: 26px;
    }
}/* End custom CSS */