html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .audit-item_info {
        display: flex;
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
}

audio {
    width: 80%;
    min-width: 300px;
    height: 54px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

select {
    border-radius: 10px;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(8, auto);
    grid-template-rows: repeat(14, auto);
}

.audit-filter-child {
    padding: 12px;
    display: inline-block;
}

.audit-filter-selector {
    border-radius: 10px;
    border: 1px solid #1b85ff;
}

.audit-filters {
    padding: 0 12px;
    display: flex;
}

.audit-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.audit__items {
    padding: 12px;
}

.audit-item {
    box-shadow: 0 0 8px rgb(0 0 0 / 5%), 0 0 4px rgb(0 0 0 / 5%), 0 0 2px rgb(0 0 0 / 5%);
    margin-bottom: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

/*.audit-item_info {
    display: contents;
    margin-bottom: 16px;
}*/

.audit-item_info-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.audit-item_label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
}

.ip-button_primary-outline {
    background: #fff;
    border: 1px solid #1b85ff;
    color: #1b85ff;
}

.ip-button_sm {
    border-radius: 10px;
    height: 32px;
    padding: 0 24px;
}

.ip-button_adaptive {
    width: 100%;
}