.gscc-dashboard {
    margin-top: 20px;
}

.gscc-dashboard-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.gscc-card {
    background: #ffffff;
    width: 220px;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
    border-left: 5px solid #2271b1;
}

.gscc-card h2 {
    font-size: 36px;
    margin: 0;
    color: #2271b1;
}

.gscc-card p {
    margin-top: 10px;
    font-size: 15px;
    color: #555;
}

.gscc-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:25px;

}

.gscc-header-left h1{

margin:0;

font-size:30px;

font-weight:700;

color:#005BAC;

}

.gscc-header-left p{

margin-top:8px;

font-size:15px;

color:#666;

}

.gscc-version{

background:#005BAC;

color:#fff;

padding:10px 18px;

border-radius:30px;

font-size:13px;

font-weight:600;

}

.gscc-quick-actions{

margin-top:25px;

display:flex;

gap:15px;

flex-wrap:wrap;

}

.gscc-quick-actions .button{

padding:8px 18px;

font-weight:600;

}

.gscc-header{

display:flex;

align-items:center;

justify-content:space-between;

gap:20px;

}

.gscc-logo img{

width:80px;

height:auto;

border-radius:10px;

background:#fff;

padding:5px;

box-shadow:0 2px 10px rgba(0,0,0,.08);

}