@import url('../fonts/fonts.css');
@import url('./main.css');
@import url('./header.css');
@import url('./footer.css');
@import url('./aside.css');
@import url('./mobile.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pre_title {
    width: 100%;
}

.pre_title p {
    font-family: 'roboto';
    font-size: 16px;
    font-weight: 700;
    color: #0066b2 !important;
}

.past_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #68686890 !important;
}

.past_title__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.past_title__info p {
    font-family: 'roboto';
    font-size: 16px;
}

.past_title__info > p:nth-child(1) {
    color: #1d1d1d !important;
}

.past_title__info > p:nth-child(2) {
    color: #686868 !important;
}

.past_title__icons {
    display: flex;
    gap: 16px;
    padding: 8px;
}

.past_title__icons img {
    width: 32px;
    height: 32px;
}
