.abdp-donate-link {
    position: fixed;
    top: 35px;
    right: 10px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
}

.abdp-logo .abdp-logo-img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
    position: fixed;
    right: 10px;
    top: 65px;
}

.abdp-charts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}

.abdp-chart-wrapper {
    width: 30%;
    min-width: 300px;
    margin-bottom: 20px;
}

/* Προσθήκη styling για τον περιβάλλοντα container */
.wrap {
    position: relative;
    padding-top: 220px; /* Χώρος για το logo και donate link σε desktop */
    min-height: 100vh; /* Εξασφαλίζει ροή σε κινητά */
}