.search-page .results {
    background-color: var(--color--black-transparent-10);
    border-radius: 3px;
    padding: 1px;
}

.search-page .results:not(:last-child) {
    margin-bottom: 64px;
}




.search-page .results li:not(:last-child) {
    margin-bottom: 1px;
}

.search-page .results a {
    align-items: center;
    background-color: var(--color--white);
    display: flex;
    justify-content: space-between;
    padding: 18px 21px 12px;
}

.search-page .results .info {
    color: var(--color--black-transparent-60);
    display: flex;
    margin-bottom: 3px;
}

.search-page .results p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}

.search-page .results p:first-child {
    align-items: center;
    display: flex;
    margin-right: 10px;
}

.search-page .results p:first-child::after {
    background-color: var(--color--black-transparent-48);
    border-radius: 50%;
    content: "";
    display: block;
    height: 3px;
    margin-left: 10px;
    width: 3px;
}

.search-page .results p:last-child {
    margin-right: 0;
}

.search-page .results h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.search-page .results svg {
    color: var(--color--islamic-green);
}




.no-search {
    height: calc(100vh - 550px);
}




.search-page .no-results {
    height: calc(100vh - 625px);
    margin: 0;
}
