.cibersia-es-card-badge-container {
    transition: all 0.3s ease;
    margin: 10px 0;
	font-family: Arial, sans-serif; max-width: 300px; border: 1px solid #ddd; border-radius: 12px; padding: 16px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); background-color: #fff;	
}

.cibersia-es-card-badge-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

#cibersia-google-stars span {
    transition: transform 0.2s ease;
}

#cibersia-google-stars span:hover {
    transform: scale(1.2);
}


@media (max-width: 768px) {
    .cibersia-es-card-badge-container {
        max-width: 100% !important;
        margin: 10px auto;
    }
}
.cibersia-star-rating {
    display: flex;
    gap: 2px;
    align-items: center;
}

.cibersia-star {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
}

.cibersia-star::before {
    content: '★';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #E0E0E0;
}

.cibersia-star.filled::before {
    color: #FFC107;
}

.cibersia-star.half::before {
    color: #E0E0E0;
}

.cibersia-star.half::after {
    content: '★';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    color: #FFC107;
}



#cibersia-google-reviews-widget a {
    text-decoration: none;
    color: inherit;
    display: block;
}

#cibersia-google-reviews-container {
    cursor: pointer;
    transition: all 0.3s ease;
}

#cibersia-google-reviews-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.enlace-cibgrw {text-decoration: none; color: inherit; display: block;}
.imggoo-cibgrw {width: 32px; height: 32px; margin-right: 8px;}
.titgoo-cibgrw {font-weight: bold;}
.cibersia-es-badge-sources-container {display: flex; align-items: center; margin-bottom: 12px;}
.cibersia-es-badge-rating-container {display: flex; align-items: center;}
#cibersia-google-rating-value {font-size: 24px; font-weight: bold; margin-right: 8px;}
#cibersia-google-stars {display: flex; gap: 2px;}
#cibersia-google-review-count {margin-top: 8px; color: #666;}

