﻿.ld-image-weapper img {
    height: 138px;
    object-fit: cover;
    max-width: unset;
}

.createddateborder {
    border-color: #f4de4e40;
}

.AdItem {
    /* height: 12rem; */
}

ul.pagination {
    display: flex;
    list-style: none;
    gap: 1rem;
    justify-content: center;

    li {
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--b-radius);

        &:hover {
            background: var(--accent-color);

            a {
                color: var(--white);
            }

        }
    }

}

@media screen and (max-width:920px) {}