/* Go Green Badge Plugin Styles */
.ggb-badge {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.ggb-badge a {
    display: inline-block;
    margin-right: 8px;
    text-decoration: none;
}

.ggb-badge svg {
    width: 50px;
    height: auto;
}

.ggb-label {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
}
