body{
    background: #f0f0f0;
    margin: 0;
    min-width: 300px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}

.header{
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.header-developer{
    max-width: 250px;
}

.header-img-container{
    overflow: hidden;
    border-radius: 10px;
}

.header-img{
    border-radius: 15px;
    max-width: 64px;
}

.header-content-container{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.header-title{
    font-size: 22px;
    font-weight: 550 !important;
}

.header-info-container{
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    color: #047a56;
    font-weight: 700;
}

.section{
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;;
}

.app-info, .app-carousel{
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    padding: 10px 0;
}

.app-carousel{
    overflow-x: scroll;
    overflow-y: hidden;
}

.app-info{
    overflow: hidden;
    align-items: center;
}

.app-info-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    border-right: 1px solid #ddd;
    width: 33%;
}

.app-info-container.last{
    border-right: none;
}

.app-info-title{
    display: flex;
    flex-direction: row;
    font-weight: 550;
    font-size: 14px;
    color: #030303;
}

.app-info-svg{
    width: 17px;
    height: 17px;
}

.app-info-subtitle{
    color: #898989;
    font-size: 12px;
    padding-top: 5px;
}

.app-description-shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    width: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    transition: height .2s ease-in;
}

.app-description-shadow.hide{
    display: none;
}

.app-info-expand-btn{
    z-index: 1;
    min-width: 100%;
    background: none;
    border: none;
    color: green;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 550;
}

.install-button{
    background-color: rgb(0, 135, 95);
    min-width: 100%;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 550;
    border-radius: 4px;
    outline: none;
    color: white;
    border: none;
}

.app-description{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.app-description-info, .app-about-content, .app-rates-description{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    white-space: pre-wrap;
}

.app-description-info.collapsed{
    max-height: 110px;
    overflow: hidden;
}

.app-about, .app-additional, .app-description-about, .app-rates{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.app-about-header, .app-description-header, .app-rates-header{
    font-weight: 600;
    font-size: 16px;
    color: #636b6f;
}

.app-additional-header{
    font-size: 16px;
    color: #636b6f;
    font-weight: 600;
}

.app-additional-container{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.app-additional-title{
    color: #000;
    font-weight: 550;
    font-size: 14px;
    line-height: 25px;
}

.app-additional-subtitle{
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
}

.app-carousel{
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 4px;
}

.app-carousel img{
    max-width: 140px;
    border-radius: 15px;
    padding: 5px;
}

.app-rates-charts{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.app-rates-score{
    font-weight: 600;
    font-size: 64px;
    color: #333;
}

.app-rates-stars{
    display: flex;
    flex-direction: row;
    gap: 2px;
}

.app-rates-stars.review{
    gap: 4px;
}

.app-rates-count{
    padding-top: 10px;
    font-size: 12px;
    color: #898989;
}

.app-rates-rating{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.app-rates-graphs{
    display: flex;
    flex-direction: column;
    width: 66vw;
    gap: 4px;
    justify-content: center;
    font-size: 14px;
}

.app-rates-bar{
    border-radius: 15px;
    width: 100%;
    height: 8px;
}

.app-rates-bar::-webkit-progress-bar{
    background-color: #d9d9d9;
    border-radius: 10px;
}

.app-rates-bar::-webkit-progress-value{
    background-color: #00875f !important;
    border-radius: 5px;
}

.app-rates-label{
    display: flex;
    margin-right: 5px;
    height: 20px;
    color: #737373;
    gap: 15px;
}


.app-rates-rate{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.app-rates-review{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.app-rates-logo{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background-size: contain;
    flex-shrink: 0;
}
.avas{
    width: 48px;
    height: 48px;
}

.app-rates-about{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.app-rates-user{
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.app-rates-userinfo{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.app-rates-name{
    color: #4c4c4c;
    font-size: 13px;
    font-weight: 500;
}

.app-rates-date{
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
}

.app-rates-review-description{
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.nowrap{
    white-space: normal;
}
.app-description-section ul{
    margin-block-start: 0;
    padding-inline-start: 24px;
}

.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.modal-buttons {
    margin-top: 20px;
}

.modal-button {
    margin: 0 10px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.confirm { background: #047a56; color: white; }
.cancel { background: #6c757d; color: white; }

@media (max-width: 549px) {
    .main-block{
        margin: 8px;
        display: flex;
        width: calc(100vw - 60px);
        background: #fff;
        flex-direction: column;
        gap: 16px;
        padding: 10px 20px 30px;
        min-width: 300px;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .main-block{
        justify-self: center;
        margin: 15vh auto auto;
        display: flex;
        width: 450px;
        align-self: center;
        background: #fff;
        flex-direction: column;
        gap: 16px;
        padding: 10px 20px 30px;
        min-width: 300px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .main-block{
        justify-self: center;
        margin: 15vh auto auto;
        display: flex;
        width: 550px;
        align-self: center;
        background: #fff;
        flex-direction: column;
        gap: 16px;
        padding: 10px 20px 30px;
        min-width: 300px;
    }
}

@media (min-width: 1024px){
    .main-block{
        justify-self: center;
        margin: 15vh auto auto;
        display: flex;
        width: 750px;
        align-self: center;
        background: #fff;
        flex-direction: column;
        gap: 16px;
        padding: 10px 20px 30px;
        min-width: 300px;
    }
}