@import url('header.css');
@import url('footer.css');

@import url('frames/main.css');


main {
    padding-top: 0;
}
main .frame_head {
    margin-bottom: 40px;
}
main .frame_head > .title{
    font-weight: 700;
    letter-spacing: -1.65px;
}


.current > .frame_content {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}

.current > .frame_content > div {
    display: flex;
    flex-direction: column;
}
.current > .frame_content > div > :first-child {
    flex-basis: 596px;
}

.current .entry {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.current .entry > .after {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.current .entry .label {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.current .entry #name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.48px;
    user-select: text;
}
.current .entry #timer {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    letter-spacing: -0.48px;
}

.current .entry .button {
    display: flex;
    gap: 5px;
    cursor: pointer;
}
.current .entry .button span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
    letter-spacing: -0.48px;
}
.current .entry .button img {
    width: 13px;
    height: 13px;
}


.anonce > .frame_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.anonce > .frame_content > div {
    display: flex;
    gap: 210px;
    max-width: 1400px;
    margin: 0 auto;
}

.anonce #date {
    width: 150px;
    opacity: 0.4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    letter-spacing: -0.48px;
}

.anonce .frame {
    display: flex;
    gap: 10px;
    align-items: start;
}

.anonce .description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 332px;
    height: 100%;
}

.anonce .description > #title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}

.anonce .description > #title > span {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.05px;
}

.anonce .description > #title > a {
    display: flex;
    gap: 5px;

    opacity: 0.8;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 95%;
	letter-spacing: -0.48px;
}

.anonce .description > .bottom {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.anonce .description > .bottom > div {
    display: flex;
    justify-content: space-between;
}

.anonce .description > .bottom > div > :first-child {
    opacity: 0.4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.42px;
}

.anonce .description > .bottom > div > :last-child {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.48px;
    user-select: text;
}

.anonce .frame > img {
    margin-left: 10px;
}

.anonce .button {
    display: flex;
    width: 322px;
    padding: 10px;
    border-radius: 30px;
    background: var(--color-dark);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;

    color: var(--color-font-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
    letter-spacing: -0.48px;
}

.anonce .button.active {
    background-color: var(--color-gray);
    color: var(--color-dark);
    border: 3px solid var(--color-dark);
    padding: 7px;
}

.anonce .button:hover {
    background-color: var(--color-button-dark-hover);
}
.anonce .button.active:hover {
    background-color: #00000022;
}

.past .frame_content {
    display: flex;
    gap: 10px;
    padding-left: 20px;
    /* padding-right: 100px; */
    overflow: auto;
    height: 480px;
    scrollbar-width: none;
}

.past .entry {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.past .entry > span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.48px;
    user-select: text;
}