.page-title-inner .flex-grow .sgce-archive-sorting {
    margin-left: auto;
    position: relative;
}

.sgce-archive-sorting__details {
    position: relative;
}

.sgce-archive-sorting__details > summary {
    list-style: none;
}

.sgce-archive-sorting__details > summary::-webkit-details-marker {
    display: none;
}

.page-title-inner .sgce-archive-sorting .sgce-archive-sorting__trigger {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #777 !important;
    cursor: pointer;
    display: flex;
    font-size: 14px !important;
    font-weight: 400 !important;
    gap: 8px;
    justify-content: flex-end;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
    padding: 4px 0;
    transition: color .2s ease;
    white-space: nowrap;
}

.page-title-inner .sgce-archive-sorting .sgce-archive-sorting__trigger:hover,
.page-title-inner .sgce-archive-sorting .sgce-archive-sorting__details[open] .sgce-archive-sorting__trigger {
    background: transparent;
    color: #555 !important;
}

.sgce-archive-sorting__trigger svg {
    fill: none;
    height: 7px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    transition: transform .2s ease;
    width: 10px;
}

.sgce-archive-sorting__details[open] .sgce-archive-sorting__trigger svg {
    transform: rotate(180deg);
}

.sgce-archive-sorting__menu {
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
    min-width: 210px;
    padding: 6px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 99;
}

.sgce-archive-sorting__option {
    align-items: center;
    color: #202020;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 1.35;
    padding: 10px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.sgce-archive-sorting__option:hover,
.sgce-archive-sorting__option.is-active {
    background: #f3f3f3;
    color: #202020;
}

.sgce-archive-sorting__option.is-active {
    font-weight: 600;
}

.sgce-archive-sorting__option i {
    font-size: 11px;
    margin-left: 16px;
}

@media (max-width: 549px) {
    .page-title-inner .sgce-archive-sorting .sgce-archive-sorting__trigger {
        font-size: 14px !important;
        gap: 7px;
    }

    .sgce-archive-sorting__menu {
        min-width: 190px;
    }
}
