.business-page-header{
    /*display: flex;*/
    /*align-items: center;*/
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    word-break: break-all;
    position: relative;
}

.business-page-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.b-p-top-container {
    position: relative;
    z-index: 2;
}

.business-page-top-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.business-page-info {
    margin-left: 40px;
    color: white;
}
.business-page-info h1 {
    color: #FFFFFF;
    font-size: 26px;
    text-shadow:
        -1px -1px 2px rgba(0, 0, 0, 0.95),
        1px -1px 2px rgba(0, 0, 0, 0.95),
        -1px 1px 2px rgba(0, 0, 0, 0.95),
        1px 1px 2px rgba(0, 0, 0, 0.95),
        0 0 10px rgba(0, 0, 0, 1);
}
.business-page-info p {
    color: #FFFFFF;
    font-size: 16px;
    max-width: 460px;
    text-shadow:
        -1px -1px 2px rgba(0, 0, 0, 0.95),
        1px -1px 2px rgba(0, 0, 0, 0.95),
        -1px 1px 2px rgba(0, 0, 0, 0.95),
        1px 1px 2px rgba(0, 0, 0, 0.95),
        0 0 8px rgba(0, 0, 0, 0.95);
}

.business-page-info .business-page-info-about {
    white-space: pre-line;
}

@media (min-width: 992px) {
    .business-page-info .business-page-info-about {
        max-width: 540px;
    }
}

.b-p-logo-container {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 176px;
}
.business-page-logo{
    width: 176px;
    height: 176px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}
.subscribe-business-page {
    width: 176px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.subscribe-business-page.active {
    background-color: #111010;
    border-color: #111010;
}
.subscribe-business-page i.fa-bell {
    padding-right: 10px;
}
.subscribe-business-page.active {
    color: #FFFFFF;
}
.subscribe-business-page.active i.fa-bell {
    color: #FFFFFF;
}

.show-more-content p{
    color: #FFFFFF;
    margin-bottom: 0;
}

.business-show-more {
    min-height: 144px;
    background-color: #A81700;
    padding-top: 24px;
    padding-bottom: 24px;
}
.d2_spec_conditions {
    align-items: center;
    margin-right: 80px;
}
.d2_spec_conditions_content {
    margin-left: 20px;
}
.d2_spec_conditions_content p {
    margin-bottom: 0;
    color: #FFFFFF;
}
.fs-18 {
    font-size: 18px;
}
.fs-34 {
    font-size: 34px;
}
.d2_business_years > div {
    min-width: 140px;
    margin-right: 80px;
}
.d2_business_years div > p {
    text-align: center;
}

.business-page-actions-container {
    margin-left: auto;
}

.business-page-actions-container .btn {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.business-page-actions-content {
    width: 100%;
    justify-content: flex-end;
}
.business-page-actions-content span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("/assets/img/business-page-actions.svg");
    margin-left: 24px;
    cursor: pointer;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}
.business-page-actions-content  .business-page-message {
    background-position: 0, 0;
}
.business-page-actions-content  .business-page-message:hover,
.business-page-actions-content  .business-page-message.active {
    background-image: url("/assets/img/business-page-actions-hover.svg");
}

.business-page-actions-content  .business-page-like {
    background-position: -44px, 0;
}
.business-page-actions-content  .business-page-like:hover,
.business-page-actions-content  .business-page-like.active {
    background-image: url("/assets/img/business-page-actions-hover.svg");
}

.business-page-actions-content  .business-page-favorite {
    background-position: -88px, 0;
    margin-bottom: -2px;
}
.business-page-actions-content  .business-page-favorite:hover,
.business-page-actions-content  .business-page-favorite.active {
    background-image: url("/assets/img/business-page-actions-hover.svg");
}

.d2-work-hours-header{
    flex-wrap: wrap;
    margin-left: auto;
    text-align: right;
}
.d2-work-hours-header > div {
    width: 100%;
    margin-left: auto;
}
.d2-work-hours-header span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

/*Business Menu*/

.b-p-menu {
    width: 100%;
    position: relative;
    z-index: 2;
}

.b-p-menu-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 50px;
}

.b-p-menu-container .at_nav_menu {
    overflow: hidden;
    width: calc(100% - 60px);
    padding: 0 20px;
}

.scrollable-menu {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    height: 50px;
    overflow-y: hidden !important;
}

/* Для Chrome, Safari и Edge */
.scrollable-menu::-webkit-scrollbar {
    display: none;
}

.scrollable-menu li {
    display: inline-block;
}

.scrollable-menu li a {
    color: #FFFFFF;
    text-shadow:
        -1px -1px 2px rgba(0, 0, 0, 1),
        1px -1px 2px rgba(0, 0, 0, 1),
        -1px 1px 2px rgba(0, 0, 0, 1),
        1px 1px 2px rgba(0, 0, 0, 1),
        0 0 8px rgba(0, 0, 0, 1),
        0 0 12px rgba(0, 0, 0, 0.9);
    font-weight: 600;
}

.scroll-left, .scroll-right {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    height: 50px;
    display: flex;
    align-items: center;
    width: 30px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

.scroll-left {
    position: absolute;
    left: -20px;
    top: 76%;
    transform: translateY(-50%) rotate(180deg);
    height: 18px;
    background-image: url(/assets/img/scroll-right.svg);
    background-repeat: no-repeat;
}

.scroll-right {
    position: absolute;
    right: 40px;
    top: 76%;
    transform: translateY(-50%);
    height: 18px;
    background-image: url(/assets/img/scroll-right.svg);
    background-repeat: no-repeat;
}

.scroll-left, .scroll-right {
    display: none; /* Скрываем стрелки по умолчанию */
}

/* Индикаторы видны только на мобильных устройствах */
@media (max-width: 767px) {
    .scroll-left,
    .scroll-right {
        display: block;
    }
    .b-p-menu-container:hover .scroll-left,
    .b-p-menu-container:hover .scroll-right {
        display: block; /* Показываем стрелки при наведении на контейнер */
    }
    .d2_business_years > div {
        min-width: inherit;
    }
}
/*End Business Menu*/

/*Business Socials Block*/

.business-menu-container {
    flex-wrap: nowrap;
}

.business-show-socials-container {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
}
.business-show-socials-container a {
    margin-right: 12px;
}
.business-show-socials-container a > img {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 1)) drop-shadow(0 0 3px rgba(0, 0, 0, 0.9));
}
.business-show-socials-container a.business-show-phone {
    margin-right: 0;
    margin-left: 24px;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow:
        -1px -1px 2px rgba(0, 0, 0, 1),
        1px -1px 2px rgba(0, 0, 0, 1),
        -1px 1px 2px rgba(0, 0, 0, 1),
        1px 1px 2px rgba(0, 0, 0, 1),
        0 0 8px rgba(0, 0, 0, 1);
}
.business-show-socials-container a.business-show-phone:hover {
    color: #A81700;
}

/*End Business Socials Block*/


/*Block Advantages*/

.b-show-adv-title {
    font-size: 34px;
    color: #FFFFFF;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0;
    text-align: center;
}

.business-show-advantages {
    background-color: #282828;
}

.business-show-advantages-content {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 15px;
    row-gap: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

.advantage-item {
    display: contents;
}

.b-show-adv-left {
    font-weight: bold;
    text-align: left;
    padding-right: 30px;
    border-right: 4px solid #A81700;
}
.b-show-adv-left > h4 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.b-show-adv-right {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 0;
    padding-left: 30px;
}

.b-show-adv-right > p {
    font-size: 18px;
    color: #FFFFFF;
}
.b-show-adv-right > p:not(:last-child)::after {
    content: '\00B7';
    margin-left: 15px;
    opacity: .5;
}

/*End Block Advantages*/

/*Gallery Block*/

.business-show-gallery{
    margin-top: 40px;
    margin-bottom: 50px;
}

.b-show-gallery-title {
    font-size: 34px;
    color: #171717;
    margin-bottom: 24px;
    text-align: center;
}

.photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 колонки */
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
}

.photo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    cursor: pointer;
}

.photo-item img {
    width: 100%;
    max-width: 340px;
    height: auto;
    border-radius: 8px;
}
.photo-item:nth-child(3n) {
    margin-right: 0;
}

/*End Gallery Block*/

.blog-list-wrapper {
    max-width: 874px;
    margin-left: auto;
    margin-right: auto;
}

/*Review Modal*/

#reviewModal input:not(.submit-review),
#reviewModal textarea{
    height: auto;
    max-width: inherit;
    width: 100%;
}
.remove-review-image{
    color: #A81700;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-left: 8px;
    padding: 0;
}
.submit-review {
    line-height: 10px;
}
.bs-blog-thumb img {
    max-width: 260px;
    height: auto;
}

/*End Review Modal*/

/*Price List*/

.business-page-prices {
    text-align: center;
}

.business-page-prices .price-list {
    display: flex;
    flex-direction: column;
    max-width: 874px;
    margin: 0 auto;
}

.business-page-prices .price-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 24px;
    line-height: 28px;
    color: #0a0a0a;
}

.business-page-prices .item-name {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    color: #0a0a0a;
}

.business-page-prices .item-price {
    text-align: right;
}

/*End Price List*/

/*Work Hours*/

.work-hours-container {
    display: flex;
    flex-direction: column;
    width: 874px;
    margin: 0 auto;
    max-width: 100%;
}

.work-hours-container .work-hours-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 24px;
    line-height: 28px;
    color: #0a0a0a;
}

.work-hours-container .day-name {
    text-align: left;
}

.work-hours-container .work-hours {
    text-align: right;
}

/*End Work Hours*/

/*Review Page*/

.blog-single-area {
    max-width: 874px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    word-wrap: break-word;
}

/*End Review Page*/

.average_rate {
    padding-left: 10px;
    font-size: 20px;
    line-height: 24px;
    text-shadow:
        -1px -1px 2px rgba(0, 0, 0, 0.95),
        1px -1px 2px rgba(0, 0, 0, 0.95),
        -1px 1px 2px rgba(0, 0, 0, 0.95),
        1px 1px 2px rgba(0, 0, 0, 0.95),
        0 0 8px rgba(0, 0, 0, 0.95);
}
.rate-star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
}
.rate-star::before {
    content: "★";
    font-weight: 300;
    font-size: 20px;
    color: #FFD700;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

.h2-blog-card-content {
    word-wrap: break-word;
}

.business-location-section {
    padding: 40px 0 50px 0;
    background-color: #000000;
}

.business-location-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.business-location-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.business-location-meta h3 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 16px;
}

.business-location-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
    line-height: 1.75;
    vertical-align: middle;
}

.business-location-button:hover {
    text-decoration: none;
}

.business-location-item {
    margin-bottom: 20px;
}

.business-address {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.business-public-map {
    width: 100%;
    min-height: 360px;
    border-radius: 8px;
    background: #0b182c;
    overflow: hidden;
}

.business-review-section {
    margin-top: 0;
}

.business-review-title-wrap {
    padding: 40px 0;
}

.business-review-title-wrap .business-review-title {
    margin: 0;
}

@media (max-width: 767px) {
    .business-public-map {
        min-height: 280px;
    }
}

@media(max-width: 1399px) {
    .business-page-header {
        height: auto;
    }
    .b-p-menu {
        padding-bottom: 20px;
    }
    .business-menu-container {
        flex-wrap: wrap;
        justify-content: start;
    }
    .business-show-socials-container {
        margin-right: inherit;
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .b-p-menu {
        margin-top: 32px;
    }
    .b-p-menu-container {
        max-width: 900px;
        margin-left: -15px;
    }
}

@media (max-width: 991px) {
    .show-more-content {
        flex-wrap: wrap;
    }
    .d2_spec_conditions{
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .business-page-header{
        display: inline-block;
        height: 100%;
        padding-bottom: 30px;
    }
    .b-p-top-container {
        max-width: inherit;
    }

    .business-page-top-container {
        flex-direction: column;
        position: relative;
    }
    .business-page-actions-container {
        position: static;
        width: 100%;
        margin-left: 0;
        margin-top: 14px;
    }

    /*Block Advantages*/

    .b-show-adv-title {
        font-size: 30px;
    }
    .b-show-adv-left > h4 {
        font-weight: bold;
        font-size: 20px;
    }
    .b-show-adv-right > p {
        font-size: 16px;
    }

    /*End Block Advantages*/

    /*Gallery Block*/

    .business-show-gallery {
        margin-bottom: 30px;
    }

    .photo-gallery {
        grid-template-columns: repeat(2, 1fr); /* 2 колонки */
    }

    .bs-blog-thumb img {
        max-width: calc(50% - 10px);
        object-fit: contain;
    }
    .bs-blog-thumb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /*End Gallery Block*/

    /*Business Menu Mobile*/

    /* Увеличить градиент на весь header для видимости всего контента */
    .business-page-header::after {
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    }

    /* На мобильном усилить градиент еще сильнее */

    /* Меню на мобильном - только размеры */
    .scrollable-menu li {
        margin-right: 8px;
    }

    .scrollable-menu li a {
        font-size: 14px;
        padding: 8px 14px;
    }

    /* Контейнер меню - телефон на отдельной строке */
    .business-menu-container {
        flex-wrap: wrap;
        height: auto;
    }

    .b-p-menu-container {
        height: auto;
        margin-bottom: 12px;
    }

    /* Соцсети и телефон БЕЗ фона - только тени */
    .business-show-socials-container {
        width: 100%;
        margin-top: 0;
        margin-left: 0 !important;
        justify-content: center;
        background: transparent;
        padding: 10px 15px;
    }

    .business-show-socials-container a.business-show-phone {
        margin-left: 16px;
        font-size: 16px;
    }

    /* Стрелки прокрутки всегда видны на мобильном */
    .scroll-left, .scroll-right {
        display: flex !important;
        opacity: 0.9;
    }

    .scroll-left:hover, .scroll-right:hover {
        opacity: 1;
    }

    .b-p-menu {
        padding-bottom: 15px;
    }

    /*End Business Menu Mobile*/
}

@media (max-width: 575px) {
    .d2_business_years {
        /*flex-wrap: wrap;*/
        justify-content: start;
    }
    .d2_business_years > div {
        margin-bottom: 20px;
        margin-right: 22px;
    }
    .d2_business_years > div > p:first-child {
        font-size: 16px;
    }
    .d2_business_years > div > p:last-child {
        font-size: 26px;
    }

    /*Block Advantages*/

    .business-show-advantages-content {
        grid-template-columns: 1fr;
    }

    .advantage-item {
        display: flex;
        flex-direction: column;
        border-left: 4px solid #A81700;
        padding-bottom: 20px;
    }
    .b-show-adv-left {
        border-right: none;
        padding-left: 8px;
        margin-bottom: 10px;
    }
    .b-show-adv-right {
        padding-left: 20px;
        margin-bottom: 0;
    }
    .b-show-adv-right > p {
        margin-bottom: 2px;
    }

    /*End Block Advantages*/

    /*Business Menu*/

    .at_nav_menu {
        width: 100%;
        padding: 0 20px;
    }
    .scroll-left{
        left: -10px;
    }
    .scroll-right {
        right: -10px;
    }

    /*End Business Menu*/

    /* Дополнительная оптимизация меню для маленьких экранов */
    .scrollable-menu li a {
        font-size: 13px;
        padding: 7px 12px;
    }

    .business-show-socials-container a.business-show-phone {
        font-size: 15px;
    }

    .business-page-actions-container {
        right: 15px;
    }
}

@media(max-width: 560px){
    .business-page-header{
        padding-top: 20px;
    }
    .b-p-logo-container {
        width: 94px;
    }
    .b-p-logo-container .business-page-logo {
        width: 94px;
        height: 94px;
    }
    .business-page-info {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media(max-width: 480px){
    /* Оптимизация для средних маленьких экранов */
    .scrollable-menu li {
        margin-right: 6px;
    }

    .scrollable-menu li a {
        font-size: 13px;
        padding: 7px 11px;
    }

    .business-show-socials-container {
        padding: 10px 12px;
    }

    .business-show-socials-container a.business-show-phone {
        font-size: 15px;
        margin-left: 14px;
    }
}

@media(max-width: 388px){
    /* Меню для очень маленьких экранов */
    .scrollable-menu li a {
        font-size: 12px;
        padding: 6px 10px;
    }

    .business-show-socials-container {
        flex-wrap: wrap;
        padding: 10px 12px;
    }

    .business-show-socials-container .business-show-phone {
        margin-left: 0 !important;
        margin-top: 12px;
        width: 100%;
        text-align: center;
        font-size: 14px;
        border-bottom-width: 2px;
    }

    .business-show-socials-container a > img {
        width: 20px;
        height: 20px;
    }
    .business-page-prices .item-name,
    .business-page-prices .price-item,
    .work-hours-container .work-hours-item {
        font-size: 20px;
    }
}

/* Business Stats Panel (Instagram-style) */
.business-stats-panel {
    margin-top: 16px;
    width: 100%;
    max-width: 400px;
}

.business-stats-panel .stats-row {
    justify-content: flex-start;
}

.business-stats-panel .stat-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(17, 16, 16, 0.75);
    border: 1px solid rgba(17, 16, 16, 0.9);
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.business-stats-panel .stat-item i {
    font-size: 18px;
    color: #FFFFFF;
    transition: all 0.25s ease;
}

.business-stats-panel .stat-item .count {
    font-size: 14px;
    font-weight: 700;
    min-width: 20px;
    text-align: left;
}

/* Hover states */
.business-stats-panel .stat-item:hover {
    background: rgba(17, 16, 16, 0.9);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

/* Active states (liked/saved/subscribed) */
.business-stats-panel .stat-item.active {
    background: rgba(212, 29, 18, 0.25);
    border-color: rgba(212, 29, 18, 0.6);
}

.business-stats-panel .stat-item.active i {
    color: #D41D12;
}

.business-stats-panel .stat-item.active:hover {
    background: rgba(212, 29, 18, 0.35);
    border-color: rgba(212, 29, 18, 0.8);
}

/* Review button */
.business-stats-panel .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    font-weight: 600;
    padding: 12px;
    background: rgba(17, 16, 16, 0.75);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: all 0.25s ease;
}

.business-stats-panel .btn-outline-primary:hover {
    background: rgba(17, 16, 16, 0.9);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .business-stats-panel {
        max-width: 100%;
    }
    
    .business-stats-panel .stats-row {
        justify-content: space-around;
    }
    
    .business-stats-panel .stat-item {
        flex: 1;
        justify-content: center;
        min-width: 0;
        padding: 8px 12px;
    }
    
    .business-stats-panel .stat-item i {
        font-size: 16px;
    }
    
    .business-stats-panel .stat-item .count {
        font-size: 13px;
    }
}

/* Business Contact Panel */
.business-contact-panel {
    padding: 16px;
}

.business-contact-panel .contact-item {
    margin-bottom: 0;
}

.business-contact-panel .contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: rgba(168, 23, 0, 0.15);
    border: 1px solid rgba(168, 23, 0, 0.4);
    border-radius: 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.25s ease;
}

.business-contact-panel .contact-link:hover {
    background: rgba(168, 23, 0, 0.25);
    border-color: rgba(168, 23, 0, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(168, 23, 0, 0.3);
}

.business-contact-panel .contact-link i {
    font-size: 16px;
    color: #A81700;
}

.business-contact-panel .social-links-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.business-contact-panel .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.25s ease;
    text-decoration: none;
}

.business-contact-panel .social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.business-contact-panel .social-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .business-contact-panel {
        padding: 14px;
    }

    .business-contact-panel .contact-link {
        font-size: 14px;
        padding: 10px 14px;
    }

    .business-contact-panel .social-link {
        width: 40px;
        height: 40px;
    }

    .business-contact-panel .social-link img {
        width: 22px;
        height: 22px;
    }
}

.posts-filters {
    position: relative;
}

.posts-filters-toggle {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    color: #111010;
    border-radius: 4px;
    padding: 14px 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.posts-filters-toggle i {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.posts-filters.is-open .posts-filters-toggle i {
    transform: rotate(180deg);
}

.posts-filters .widget-nav,
.posts-filters .form-select {
    width: 100%;
}

.posts-filters .tmg-search-widget form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.posts-filters .tmg-search-widget form input[type=text] {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
}

@media (max-width: 1199.98px) {
    .posts-filters {
        position: sticky;
        top: 12px;
        z-index: 20;
        margin-bottom: 16px;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
        overflow: hidden;
    }

    .blog-sidebar.posts-filters {
        margin-top: 0 !important;
    }

    .posts-filters-toggle {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 12px 16px;
        background: transparent;
    }

    .posts-filters.is-open .posts-filters-toggle {
        border-bottom: 1px solid #e6e6e6;
    }

    .posts-filters-body {
        position: static;
        display: none;
        max-height: 0;
        padding: 0 16px;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
        transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.2s ease;
        background: #fff;
        box-shadow: inset 0 -8px 12px -12px rgba(0, 0, 0, 0.25);
    }

    .posts-filters.is-open .posts-filters-body {
        display: block;
        max-height: 80vh;
        padding: 12px 16px 16px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        overflow-y: auto;
    }

    .posts-filters-body .sidebar-widget {
        background: transparent !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .posts-filters-body .widget-padding {
        padding: 0 !important;
    }

    .posts-filters .tmg-search-widget form input[type=text] {
        width: calc(100% - 56px);
    }

    .posts-filters-body .sidebar-widget + .sidebar-widget {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .posts-filters-toggle {
        display: none;
    }

    .posts-filters-body {
        position: static;
        display: block !important;
        max-height: none;
        padding: 0;
        opacity: 1;
        overflow: visible;
        transform: none;
    }
}
