.tcc-fiber-composition {
    margin: 0.75rem 0 1rem;
}

.tcc-product-compliance {
    margin: 1rem 0 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .35rem;
}

.tcc-product-compliance h3 {
    margin-top: 0;
    font-size: 1.05em;
}

.tcc-compliance-group + .tcc-compliance-group {
    margin-top: .85rem;
}

.tcc-eu-notice img {
    display: block;
    max-width: 100%;
    height: auto;
}

.tcc-eu-notice--floating {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 99990;
    width: min(460px, calc(100vw - 32px));
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 6px 24px rgba(0,0,0,.2);
}

@media (max-width: 600px) {
    .tcc-eu-notice--floating {
        right: 10px;
        bottom: 10px;
        width: min(360px, calc(100vw - 20px));
    }
}
