﻿.layout > .row {
    margin: 0 -24px;
}


/* Left sidebar */

.supporter > div {
    margin-right: 0;
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-wrap img {
        max-height: 92px;
        object-fit: contain;
        max-width: 76%;
        margin: 16px 0;
        width: 100%;
    }

.profile-info {
    border-top: solid 1px #ccc;
}

.company-website i {
    margin-right: 8px;
}

.specifications-chart p {
    padding: 2px 8px;
}

.specifications-chart > p:nth-child(odd) {
    background: #EAF0F7;
}

.specifications-chart > p > span:first-child {
    white-space: nowrap;
}

.best-fit {
    background: #EAF0F7;
    padding: 2px 8px;
}

    .best-fit p {
        margin-bottom: 0;
        padding: 0;
    }

    .best-fit > div:last-child p {
        margin-bottom: 4px;
    }

    .best-fit > div:last-child > p:last-child {
        margin-bottom: 0;
    }

/* Main content */

.profile-video-top > * {
    margin: 8px 0 16px 0;
}

.profile-video-bottom > * {
    /* margin-top: 16px; */
}

.profile-documents {
    border-top: solid 1px #ccc;
    padding-bottom: 0 !important;
    margin-left: -16px;
    margin-right: -16px;
}

.profile-documents i {
    margin-right: 8px;
}

/* lg and up screen size */
@media (min-width: 992px) {
    .profile-documents {
        margin-left: -24px;
        margin-right: -24px;
    }
}


/* Right sidebar */

.right-sidebar {
    border-top: solid 1px #ccc;
}

.stars i {
    color: #FFB108 !important;
    font-size: 18px;
}

.right-sidebar-ratings {

}

/* lg and up screen size */
@media (min-width: 992px) {
    .right-sidebar {
        border-left: solid 1px #ccc;
        border-top: none;
    }
}





/* chart */

.chart-wrapper canvas {
    width: 208px;
    height: 208px;
    margin: 0 auto;
}
.chart-col, .rating-col, .btn-col {
    padding: 0;
}



/* md and up screen size */
@media (min-width: 768px) {
    .logo-wrap img {
        max-width: 304px;
    }
    .chart-col {
        min-width: 184px;
    }
    .chart-wrapper {
        width: 164px;
    }
    .chart-wrapper canvas {
        width: 164px;
        height: 164px;
    }
    .rating-col {
        flex-grow: 1;
    }
    .btn-col {
        max-width: 188px;
    }
    .chart-col, .rating-col, .btn-col {
        padding: 0 12px;
    }

}

/* lg and up screen size */
@media (min-width: 992px) {
    .logo-wrap img {
        max-width: 100%;
        max-height: 176px;
    }
    .rating {
        width: 100% !important;
    }
    .chart-wrapper {
        width: 157px;
    }
    .chart-wrapper canvas {
        width: 157px;
        height: 157px;
    }
    .btn-col {
        max-width: unset;
    }
    .chart-col, .rating-col, .btn-col {
        padding: 0;
    }
}

/* xl and up screen size */
@media (min-width: 1200px) {
}

/* xxl and up screen size */
@media (min-width: 1400px) {
    .chart-wrapper {
        width: 192px;
    }
    .chart-wrapper canvas {
        width: 192px;
        height: 192px;
    }
}

#long-description img {
    max-width: 100%;
    height: auto;
}