/**
 * EP Store Datasheet Styles
 *
 * @package EP_Store
 */

.ep-datasheet-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    text-decoration: none;
    color: #bb2822;
    transition: color 0.2s ease;
}

.ep-datasheet-link:hover {
    color: #000000;
    text-decoration: none;
}

.ep-datasheet-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}
