@import url("fonts.css");
@import url("animations.css");
@import url("blocks.css");
@import url("buttons.css");
@import url("colors.css");
@import url("headings.css");
@import url("hyperlinks.css");
@import url("paragraph.css");
@import url("scrollnote.css");

.plot-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    min-height: 400px;
}

/* Force Plotly containers to be responsive */
.js-plotly-plot,
.plot-container.plotly {
    width: 100% !important;
    max-width: none !important;
}

.cookie-bar {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}
.logo {
    max-width: 250px;
    max-height: 120px;
}

.share-button {
    height: 55px;
    width: 55px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-icon {
    width: 25px;
    height: 25px;
}

