/* 
Theme Name: Octean 4.0
Theme URI: https://mellaker.se
Description: Barntema för octean.se
Author: MW&V
Author URI: https://mellaker.se
Template: hello-elementor
Text Domain: octean_4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

/**** recensioner ****/

.woocommerce-review__published-date {
    display: none !important;
}

/***** Dela ****/

.share-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.share-links a {
    text-decoration: none;
}

.share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E2EFF1;
    color: #0095AC;
    font-size: 16px;
    transition: background-color 0.2s, color 0.2s;
}

.share-links a:hover .share-icon {
    background-color: #0095AC;
    color: #fff;
}