/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/


.product-tags {
    margin-bottom: 10px;
}
.product-tags .tag {
    display: inline-block;
    color: #000000;
    font-size: 1vw; /* Default: desktop */
}

/* Tablet */
@media (max-width: 1024px) {
    .product-tags .tag {
        font-size: 1.8vw;
    }
}

/* Smartphone */
@media (max-width: 767px) {
    .product-tags .tag {
        font-size: 4.4vw;
    }
}


.product-author {
    margin-bottom: 8px;
}
.product-author .author {
    display: inline-block;
    font-weight: bold;
    color: #000000;
	font-size: 1vw; /* Default: desktop */
}

/* Tablet */
@media (max-width: 1024px) {
    .product-author .author {
        font-size: 1.8vw;
    }
}

/* Smartphone */
@media (max-width: 767px) {
    .product-author .author {
        font-size: 4.4vw;
    }
}


a.button[href*="scarica-tutti"] {
    background-color: #54595F !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1vw;
    border: none !important;
    transition: all 0.3s ease;
    padding: 0.6em 1.2em;
    display: inline-block;
    text-align: center;
}

a.button[href*="scarica-tutti"]:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* Responsive font-size */
@media (max-width: 1024px) {
    a.button[href*="scarica-tutti"] {
        font-size: 2vw !important;
    }
}

@media (max-width: 600px) {
    a.button[href*="scarica-tutti"] {
        font-size: 4vw !important;
    }
}

