.field-item-chart a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    line-height: normal;
}
.field-item-chart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cccccc6b;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 20px;
    gap: 10px;   background: #cccccc33;
}
.file-size-mb {
    font-weight: 600;
    text-align: right;
}

.field-item-chart:hover a, .field-item-chart:hover .file-size-mb {
    color: #f37021;
}
.field-item-chart a i{font-size: 26px;}

.inner-heading-page .category-heading {
    font-size: 38px;
    color: #000;
}