/* Universelles Fear-&-Greed-Index-CSS – greift für alle Boxen */
#fear-greed-index-placeholder {
    width: 100% !important;
    height: 360px !important;
    background: transparent !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    color: #666 !important;
}

#fear-greed-index-placeholder .fear-greed-index {
    text-align: center !important;
    margin: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 10px !important;
    width: 260px !important;
    height: 360px !important;
    box-sizing: border-box !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 100% !important;
}

#fear-greed-index-placeholder .fear-greed-index #fear-greed-gauge {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 260px !important;
    aspect-ratio: 13 / 8 !important;
    margin: 0 auto !important;
}

#fear-greed-index-placeholder .fear-greed-index .fear-greed-value {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 10px !important;
    color: #000000 !important;
}

#fear-greed-index-placeholder .fear-greed-index .fear-greed-copyright {
    font-size: 12px !important;
    color: #999999 !important;
    margin-top: 10px !important;
}

/* Mobile */
@media (max-width: 767px) {
    #fear-greed-index-placeholder {
        height: auto !important;
        min-height: 220px !important;
    }
    #fear-greed-index-placeholder .fear-greed-index {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 10px !important;
    }
    #fear-greed-index-placeholder .fear-greed-index #fear-greed-gauge {
        width: 100% !important;
        max-width: 100vw !important;
        aspect-ratio: 13 / 8 !important;
        height: auto !important;
    }
    #fear-greed-index-placeholder .fear-greed-index .fear-greed-value {
        font-size: 16px !important;
    }
    #fear-greed-index-placeholder .fear-greed-index .fear-greed-copyright {
        font-size: 12px !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    #fear-greed-index-placeholder .fear-greed-index {
        width: 80% !important;
        max-width: 400px !important;
        height: auto !important;
        padding: 10px !important;
    }
    #fear-greed-index-placeholder .fear-greed-index #fear-greed-gauge {
        width: 100% !important;
        max-width: 400px !important;
        aspect-ratio: 13 / 8 !important;
        height: auto !important;
    }
    #fear-greed-index-placeholder .fear-greed-index .fear-greed-value {
        font-size: 17px !important;
    }
    #fear-greed-index-placeholder .fear-greed-index .fear-greed-copyright {
        font-size: 12px !important;
    }
}
