.cache-last-update { right: 10px; font-size: 0.75rem; color: #555;        
margin-bottom: -20px;  
margin-top: -20px;  
padding: 0; background: transparent; text-align: right; }
.custom-widget-container {
width: 100%;
margin: 40px auto;
padding: 20px;
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
min-height: 40px; 
}
.custom-widget-title {
grid-column: span 4;
text-align: center;
font-size: 2em;
color: #777777;
font-weight: 700;
margin-bottom: 20px;
}
.custom-widget-section, .custom-medagliere {
background-color: #f3f3f3;
border-radius: 12px;
padding: 20px;
text-align: center;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.custom-widget-section-title, 
.custom-graph-title, 
.custom-attivita-title,
.custom-counter-wrapper span {
font-size: 1.5em;
color: #777777;
font-weight: 700;
margin-bottom: 5px;
}
.custom-counter-wrapper {
padding: 0;
}
.custom-counter {
font-size: 2em;
font-weight: bold;
color: #2980b9;
margin: 0;
}
.custom-counter-wrapper span {
font-size: 1.2em;
color: #777777;
font-weight: 700;
margin-top: 5px;
}
.custom-medagliere {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.custom-medagliere-title {
margin-bottom: 10px;
}
.custom-medaglie {
display: flex;
flex-direction: row;
gap: 30px;
}
.custom-medaglia {
text-align: center;
flex: 1;
}
.custom-medaglia i {
font-size: 2.2em;
margin-bottom: 5px;
}
.custom-graph-attivita-wrapper {
grid-column: span 4;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.custom-graph-section {
background-color: #f3f3f3;
border-radius: 12px;
padding: 20px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.custom-graph-canvas {
height: 320px;
max-width: 100%;
margin: 0 auto;
}
@media (max-width: 1024px) {
.custom-widget-container {
grid-template-columns: 1fr 1fr;
}
.custom-graph-attivita-wrapper {
grid-column: span 2;
}
}
@media (max-width: 768px) {
.custom-widget-container {
display: flex;
flex-direction: column;
gap: 20px;
}
.custom-widget-section, .custom-medagliere {
width: 100%;
}
.custom-medagliere {
flex-direction: column;
}
.custom-graph-attivita-wrapper {
display: flex;
flex-direction: column;
gap: 20px;
grid-column: span 1;
}
.custom-graph-section {
width: 100%;
}
} .custom-widget-link {
text-decoration: none; color: inherit; display: flex; flex-direction: column; justify-content: center; background-color: #f3f3f3; border-radius: 12px; padding: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: background-color 0.3s, transform 0.3s; }
.custom-widget-link:hover {
background-color: #e0e0e0; transform: translateY(-5px); cursor: pointer; }
.custom-widget-section, 
.custom-medagliere {
display: flex; 
flex-direction: column;
justify-content: center;
align-items: center;
flex: 1; width: 100%;
height: 100%;
}