/* Covering.fr - Métas produit SEO */

.cf-product-meta-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin: 4px 0 7px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #555555;
    font-weight: 400;
}

.cf-product-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #555555;
}

.cf-product-meta-label {
    font-weight: 500;
    color: #555555;
}

.cf-product-meta-links a {
    color: #00796B;
    font-weight: 600;
    text-decoration: none;
}

.cf-product-meta-links a:hover {
    color: #00796B;
    text-decoration: underline;
}

.cf-product-meta-text {
    color: #555555;
    font-weight: 600;
}

.cf-product-meta-separator {
    color: #cfcfcf;
}

@media (max-width: 767px) {
    .cf-product-meta-links {
        font-size: 13px;
        margin-top: 6px;
    }

    .cf-product-meta-separator {
        display: none;
    }

    .cf-product-meta-item {
        width: 100%;
    }
}
