.aronda-banner {
    background-color: #0a7f67;
    position: relative;
    width: calc(100% + 20px); 
    margin: 0; 
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
    top: 0; 
    left: -20px;
    overflow-x: hidden;
    margin-bottom: 0;
    right: 0;

    .aronda-logo-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
        justify-content: center;
        margin-left: 0;
    }
    .aronda-logo {
        max-height: 50px; 
        display: block;
    }
}

.aronda-plugin-info-content {
    display: flex;
    flex-direction: column;
    margin: 60px 110px 0px 90px;
    gap: 50px;

    .header {
        display: flex;
        justify-content: center;
        gap: 25px;
        align-items: center;
    }

    .header__image {
        height: 150px;
    }

    .header__title {
        font-size: 2rem;
        font-weight: 500;
        margin: 0;
    }

    .header__description {
        margin-top:0;
    }

    .links__content {
        display: flex;
        flex-direction: column;
    }

    p.info-tile__heading {
        font-size: 1.3rem;
        font-weight: 500;
        margin: 0px 0px 10px;
        &.changes {
            display: inline;
            margin-left: 10px;
        }
    }

    a {
        color: black;
        &:hover {
            color: #0a7f67;
        }
    }

    a, p {
        margin: 0;
        margin-top: 5px;
    }

    .links__link {
        line-height: 1.6;
        i {
            margin-left: 10px;
        }
    }

    .row {
        width: 100%;
        display:flex;
        gap: 45px;
    }

    .info-tile {
        padding: 20px;
        width: 100%;
        border-radius: 10px;
        background-color: white;

    }

    .links, .support {
        width: 50%
    }

    .header__description {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    .header__description-text {
        font-size: 1rem;
    }

    .links__link,  .support__info {
        font-size: 1rem;
    } 

    ul {
        list-style-type: disc;
        list-style-position: inside;
        margin: 5px 0px 20px 0px;
        padding-left: 10px;
    }

    ul:last-child, li:last-child {
        margin-bottom: 0;
    }

    summary {
        cursor: pointer;
    }

    .changelog__entry {
        font-size: 1rem;
    }

    .changelog__change {
        font-size: 1rem;
    }
}

