/*
Theme Name: Pejote Rivenditori
Template: twentytwentyfive
Version: 1.0
*/

@import url("../twentytwentyfive/style.css");


.featured-products .products {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.featured-products .product {
    width: 25%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .featured-products .product {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .featured-products .product {
        width: 100%;
    }
}

.page-id-62 {
    /* Migliora la dimensione e spaziatura dei campi input nei form di selezione/creazione cliente */

    form input[type="text"],
    form input[type="email"],
    form select,
    form button {
        font-size: 18px;
        padding: 12px 14px;
        line-height: 1.4;
        border-radius: 6px;
        width: 100%;
        box-sizing: border-box;
    }

    form button {
        background-color: #007cba;
        color: white;
        border: none;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    form button:hover {
        background-color: #005fa3;
    }

    @media (min-width: 768px) {
        .form-row {
            display: flex;
            gap: 20px;
        }
    }

}
