.credit-template-default #page {
    background: #fff !important;
}

.credit-template-default .ast-container {
    gap: 20px;
}

.credit-content {
    width: 75%;
}

.company-h1 {
    width: 100%;
    padding: 20px 0;
}



.company-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-single-image {
    width: 200px;
    height: 150px;
    display: flex;
    align-items: center;
}

.company-single-image {
    width: 200px;
}

.company-single-title {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 5px;
}

.company-single-title strong {
    font-size: 22px;
}

.company-single-title a, .company-single-contacts a {
    color: #09bc8a;
}

.company-single-stars {
    display: flex;
    gap: 2px;
}

.company-single-stars img {
    width: 16px;
}

.company-single-button {
    width: 30%;
}

.company-single-button a:hover {
    color: #fff;
}

.company-single-button .green-btn {
    width: 100%;
}

.company-single-card {
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    box-shadow: 0px 2px 8px 1px rgba(15, 53, 85, 0.1);
    padding: 1.5rem;
    font-size: 14px;
    margin-bottom: 30px;
    gap: 30px;
}

.company-single-card .fields-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.company-checkboxes {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}




.company-checkboxes span {
    display: flex;
    align-items: center;
}


.company-checkboxes span:nth-child(2) {
    order: 4;
}

.company-checkboxes span img {
    margin-right: 5px;
}


.company-post-content {
}

.company-post-content h1 {
    margin-bottom: 10px;
}

.company-single-contacts {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.contacts-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
}

.item-title {
    font-size: 13px;
    color: #777;
    font-weight: 500;
}

/* widget */

    .credit-widget-area {
        margin-top: 120px;
    }

.top-widget-title {
    margin-bottom: 20px;
}

.credit-widget-area {
    flex: 1;
}

.top_5_companies .company-card {
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
    box-shadow: 0px 2px 8px 1px rgba(15, 53, 85, 0.07);
}


.top_5_companies .company-logo {
    width: 100px;
}


.top_5_companies .company-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.company-title .info-btn {
    width: 100%;
    padding: 5px 10px;
    color: #000;
    background: none;
    border: 1px solid #ccc;
}

.company-title .info-btn:hover {
    background: #ccc;
    color: #fff;
}

@media (max-width: 767px) {
    .credit-content {
        width: 100%;
    }
    
    .company-single-image {
        width: 100%;
        height: auto;
    }
    
    .company-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .company-single-title {
        align-items: center;
    }
    
    .company-single-button {
        width: 100%;
    }
    
    .company-single-card .fields-row {
        justify-content: flex-start;
        gap: 0;
        row-gap: 20px;
    }
    
    .company-single-card .field-content {
        width: 50%;
    }
    
    .company-checkboxes {
        gap: 0;
        row-gap: 20px;
        flex-wrap: wrap;
    }
    
    .company-checkboxes span {
        width: 50%;
        font-size: 13px;
    }
    
    .contacts-item {
        width: 100%;
    }
    
    .credit-widget-area {
        margin-top: 30px;
    }


}