/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.5.5
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/
.custom-rating-wrapper {
    text-align: left;
    margin-top: 20px;
}
.custom-rating-wrapper b {
    display: block;
    margin-bottom: 6px;
    font-size: 1.1em;
}
@media (max-width: 500px) {
  .footer-rating .cusrev-trustbadge {
    max-width: 98vw !important;
    font-size: 16px !important;
  }
}
.footer-rating .cusrev-trustbadge {
    width: 280px !important;
    max-width: 280px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}
.footer-rating .cusrev-trustbadge {
    transform: scale(0.85);
    transform-origin: center center;
    margin: 0 auto !important;
}
.footer-rating .cusrev-trustbadge {
    padding: 10px !important;
}
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
.woocommerce-MyAccount-navigation-link--mina-projekt a {
    background: #ce1d76 !important;
    color: #fff !important;
    border-radius: 5px;
}
.woocommerce-MyAccount-navigation-link--mina-projekt a:hover::after {
    color: #ce1d76;
    opacity: 1;
}
.woocommerce-MyAccount-navigation-link--mina-projekt::after {
    content: "📁";
    float: right;
    font-size: 1.17em;
    opacity: 0.75;
    margin-left: 0.8em;
    transition: color 0.2s;
}
.dropdown-menu-user-account a[href="https://neontavla.se/mina-projekt/"]::after {
    content: "📁";
    margin-left: 0.7em;
    font-size: 1.15em;
    vertical-align: middle;
    opacity: 0.85;
    transition: color 0.2s;
}
.dropdown-menu-user-account a[href="https://neontavla.se/mina-projekt/"]:hover::after {
    color: #ce1d76;
    opacity: 1;
}
.dropdown-menu-user-account a[href="https://neontavla.se/mina-projekt/"] {
    background: #ce1d76 !important;   /* Tu color principal */
    color: #fff !important;           /* Texto en blanco */
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: bold;
    margin: 5px 8px;
    display: block;                   /* Que ocupe toda la fila */
    box-shadow: 0 2px 10px #ce1d7650;
    transition: background 0.18s, color 0.18s;
}
.highlight-link {
  background: none !important;
  color: #222 !important;
  padding: 0 !important;
  border: none !important;
  font-weight: 600 !important;
  font-size: 1.06em !important;
  text-decoration: underline #FFD700 2px;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: color 0.2s, text-decoration-thickness 0.2s;
}

.highlight-link:hover,
.highlight-link:focus {
  color: #BFA100 !important;
  text-decoration-thickness: 3px;
  background: none !important;
}