 

/* per-item icons */
/*.pokaler-icon::before{
  content: url(/wp-content/uploads/2025/12/Pokalikon.png);
  width: 32px;
  height: 32px;
  display: inline-block; 
  margin-right: 5px; /* Add some spacing */
 /* vertical-align: middle;
}*/

.header-widget-region {
  border-bottom: 8px solid var(--trofe-accent);
}
.bottom-heading {
  margin-top: 8px;
  font-style: italic;
  text-decoration: underline;
}


.pokaler-icon > a::before{
  background:url(/wp-content/uploads/2025/12/Pokalikon.png) center/contain no-repeat;
}
.rosetter-icon > a::before{
  background:url(/wp-content/uploads/2025/12/Rosettikon.png) center/contain no-repeat;
}
.tinn-messing-icon > a::before{
  background:url(/wp-content/uploads/2025/12/Tinn-ikon.png) center/contain no-repeat;
}
.medaljer-icon > a::before{
  background:url(/wp-content/uploads/2025/12/Medaljeikon.png) center/contain no-repeat;
}
.statuetter-icon > a::before{
  background:url(/wp-content/uploads/2025/12/Statuett-ikon.png) center/contain no-repeat;
}
.plaketter-icon > a::before{
  background:url(/wp-content/uploads/2025/12/Plakett-ikon.png) center/contain no-repeat;
}
.pokaler-icon> a::before, 
.rosetter-icon> a::before, 
.tinn-messing-icon> a::before, 
.medaljer-icon> a::before, 
.statuetter-icon> a::before, 
.plaketter-icon> a::before {
    content:"";
    width:32px;height:32px;
    display:inline-block;
    margin-right:5px;
    vertical-align:middle;
}

.hide-menu-element > a {
    display: none !important;
}