.hp-mb-5 {
    margin-bottom: 15px;
}

.hp-country__button .country-link-item .button {
    width: 100%;
}
.editor-styles-wrapper .hp-country__button .country-link-item .button {
    width: calc(100% - 2.50rem);
    word-wrap: break-word;
    overflow: hidden;
}

.twc_pagination .pagination {
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.twc_pagination .pagination li {
    margin: 0 !important;
}

.twc_pagination .pagination a,
.twc_pagination .pagination span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    text-decoration: none;
    color: #0f1727;
    border: 1px solid #fc7e08;
    border-radius: 4px;
    background-color: #fc7e08;
}

.twc_pagination .pagination a:hover {
    background-color: #15cd72 !important;
    border: 1px solid #15cd72 !important;
}

.twc_pagination .pagination a:hover {
    background-color: #f0f0f0;
}

.twc_pagination .pagination .current {
    background-color: #0073aa;
    color: #fff;
}

.twc_pagination .pagination span {
    background-color: #15cd72;
    border: 1px solid #15cd72;
}

.hp-pb-10 {
    padding-bottom: 10px;
}

.hp-pb-15 {
    padding-bottom: 15px;
}

.hp-pb-20 {

    padding-bottom: 20px;
}

.hp-text-center {
    text-align: center;
}

.hp-listing__social .hp-social__button a {
    padding: 7px;
    line-height: 1;
    font-size: 0;
}

.hp-listing__social .hp-social__button a img {
    width: 20px;
    height: 20px;
}

.hp-adv--view-block .hp-vendor__image {
    max-width: 100%;
}

.hp-country--view-block h4.hp-listing__title {
    text-align: center;
}

.hp-country--view-block .button-bg-white {
    background-color: transparent;
    border: 2px solid #fc7e08;
}

.hp-country--view-block .button-bg-white:hover {
    background-color: #fc7e08;
    color: #fff;
}

.hp-listing__button {
    margin: 0 auto;
}

.hp-vendor--view-block.hp-adv--view-block .hp-vendor__header {
    padding: 1rem 1rem;
}

.hp-vendor--view-block .twc_adv_image {
    width: auto;
    margin: 0 auto;
}
.hp-vendor--view-block .twc_adv_image img {
    border-radius: 1rem;
    aspect-ratio: 3/4;
    object-fit: cover;
}
.hp-vendor--view-block .hp-listing__content p{
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    padding: 0rem 1rem 1rem 1rem;
}