.elementor-30064 .elementor-element.elementor-element-8389e3d{--display:flex;}.elementor-30064 .elementor-element.elementor-element-a94ee45{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6574ef4 */.foliano-instructions {
    background: #fdfdfd;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 25px 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.foliano-instructions h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 10px;
}

.fi-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fi-step {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.fi-number {
    background: #7a9c59; /* Foliano Grün */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.fi-text strong {
    display: block;
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}

.fi-text p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    .fi-steps {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}/* End custom CSS */