main {
    display: flex;
    flex-direction: row
}

@media screen and (max-width:960px) {
    main {
        flex-direction: column
    }
}

main,
html {
    font-family: "Poppins", "Helvetica", sans-serif
}

main a {
    color: #000;
    text-decoration: none
}

main a:hover {
    color: unset
}

.container--inner {
    margin: 0 auto
}

h5 {
    font-size: 2rem
}

.items-list {
    width: 100%;
    max-width: 56rem
}

.items-list h5 {
    padding: 0 0 1rem 0;
    margin: 0 0 2rem 0;
    border-bottom: 0.2rem solid #eee
}

.items-list * {
    font-weight: 600
}

.classified-item {
    display: flex;
    padding: 2rem;
    border: 1px solid #eee;
    margin: 0 0 2rem 0
}

.classified-item img {
    margin: 0 2rem 0 0
}

.item-text {
    display: flex;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100%
}

.item-text .item-tel {
    display: inline-flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    -moz-box-align: center;
    align-items: center;
    text-align: right;
    text-decoration: underline;
    align-self: flex-end;
    font-weight: 500;
    font-size: 1.4rem
}

.item-text .item-tel:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/themes/tap-classifieds/graphics/i-contact-phone.svg");
    margin-right: 10px;
    background-size: 100%
}

.item-text p {
    font-size: 1.6rem
}

.classified-item-img {
    max-width: 12rem
}

#categories a:hover {
    color: #02BD4F
}

#categories {
    font-family: Lato, Roboto, sans-serif;
    margin: 0;
    padding: 0
}

#categories a {
    font-size: 1.6rem;
    font-weight: 400;
    display: block;
    border: 1px solid #eee
}

#categories a p {
    padding: 1rem 1.5rem;
    margin-bottom: 0
}

.classified--sections {
    max-width: 30rem;
    width: 100%;
    margin: 0 4rem 0 0
}

@media screen and (max-width:960px) {
    .classified--sections {
        margin: 0 4rem 1rem 0
    }
}

.active-page {
    background-color: #02BD4F;
    color: #fff
}

#pager {
    display: flex;
    justify-content: center
}

#pager li {
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 400
}

.item-page {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding: 2rem
}

@media screen and (max-width:960px) {
    .item-page {
        flex-direction: column
    }
}

.item-page main {
    width: 100%
}

.item-page h6 {
    font-size: 1.6rem;
    line-height: 1.33
}

.item-page img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    padding: 20px;
    max-width: 320px;
    cursor: pointer
}

.item-page button {
    background: transparent;
    border: transparent;
    cursor: unset
}

.item-page .classified-item {
    display: flex;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100%
}

.ad--title {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 600
}

.ad--title::before {
    content: "";
    display: block;
    height: 40px;
    width: 20px;
    background: #008437;
    background-image: linear-gradient(27deg, #02BD4F, #008437)
}

.add-ad {
    font-size: 2rem;
    line-height: 3rem;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid transparent;
    padding: 1.5rem;
    margin: 0 0 2rem 0;
    background-image: linear-gradient(99deg, #008437 0%, #02BD4F 40%, #008437 80%), linear-gradient(99deg, #008437 0%, #02BD4F 40%, #008437 80%);
    display: flex;
    width: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-decoration: none;
    background-position: 0 0;
    transition: background-position 0.4s ease-in, background-color 0.3s ease-in
}

.add-ad:hover {
    color: #fff;
    background-position: 100% 0
}

.plus-symbol {
    background: url("/themes/tap-classifieds/graphics/i-plus.svg")
}