.advert-favorite-button {
            align-items: center;
            background: #fff;
            border: 1px solid #eadfd9 !important;
            border-radius: 50% !important;
            color: #df6e67;
            display: inline-flex;
            font-size: 17px;
            justify-content: center;
            min-height: 42px;
            min-width: 42px;
            padding: 0 !important;
            transition: transform .2s ease, box-shadow .2s ease;
            width: 42px;
        }
        .advert-title-row {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
        }
        .advert-pager {
            align-items: center;
            background: #f8f4f1;
            border: 1px solid #eadfd9;
            border-radius: 16px;
            display: grid;
            gap: 10px;
            grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
            padding: 8px;
        }
        .advert-pager-link {
            align-items: center;
            background: #fff;
            border: 1px solid #eadfd9;
            border-radius: 12px;
            color: #5c5049;
            display: inline-flex;
            font-size: 11px;
            font-weight: 800;
            gap: 7px;
            justify-content: center;
            min-height: 40px;
            padding: 9px 12px;
            text-decoration: none;
            text-transform: uppercase;
            transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
        }
        .advert-pager-link:not(.is-disabled):hover {
            border-color: #dd7b48;
            box-shadow: 0 5px 14px rgba(93, 66, 49, .12);
            color: #c76537;
            text-decoration: none;
            transform: translateY(-1px);
        }
        .advert-pager-next {
            justify-self: stretch;
        }
        .advert-pager-prev {
            justify-self: stretch;
        }
        .advert-pager-link.is-disabled {
            cursor: default;
            opacity: .45;
        }
        .advert-pager-position {
            color: #85766d;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: .04em;
            white-space: nowrap;
        }
        .advert-vip-badge {
            align-items: center;
            background: linear-gradient(135deg, #f7d978 0%, #d99a13 100%);
            border: 1px solid rgba(126, 83, 0, .2);
            border-radius: 999px;
            box-shadow: 0 4px 12px rgba(151, 101, 0, .18);
            color: #5f4200;
            display: inline-flex;
            flex: 0 0 auto;
            font-size: 10px;
            font-weight: 800;
            gap: 4px;
            letter-spacing: .04em;
            padding: 5px 9px;
        }
        .advert-favorite-button.bg-danger {
            background: #dc3545 !important;
            border-color: #dc3545 !important;
            color: #fff !important;
        }
        .advert-favorite-button:not(:disabled):hover {
            box-shadow: 0 5px 14px rgba(35, 45, 55, .12);
            color: #d94f56;
            transform: translateY(-1px);
        }
        .advert-favorite-button.bg-danger:not(:disabled):hover {
            color: #fff;
        }
        .advert-favorite-button:disabled {
            cursor: not-allowed;
            opacity: .65;
        }
        .advert-interests {
            background: #fff;
            border: 1px solid #eadfd7;
            border-radius: 16px;
            padding: 13px 14px;
            text-align: left;
        }
        .advert-interests-title {
            align-items: center;
            color: #594d45;
            display: flex;
            font-size: 11px;
            font-weight: 800;
            gap: 6px;
            letter-spacing: .05em;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        .advert-interests-title i {
            color: #dd7b48;
            font-size: 14px;
        }
        .advert-interests-list {
            display: flex;
            flex-wrap: wrap;
            gap: 7px;
        }
        .advert-interest-tag {
            background: linear-gradient(135deg, #fff5ec 0%, #f8e0ce 100%);
            border: 1px solid rgba(218, 128, 72, .25);
            border-radius: 999px;
            color: #76513c;
            font-size: 11px;
            font-weight: 700;
            line-height: 1.25;
            max-width: 100%;
            overflow-wrap: anywhere;
            padding: 7px 10px;
        }
        @media (max-width: 480px) {
            .advert-pager {
                gap: 6px;
                padding: 6px;
            }
            .advert-pager-link {
                font-size: 9px;
                gap: 5px;
                min-height: 38px;
                padding: 8px 7px;
            }
            .advert-pager-position {
                font-size: 8px;
            }
            .advert-interests {
                padding: 11px;
            }
            .advert-interests-list {
                gap: 6px;
            }
            .advert-interest-tag {
                font-size: 10px;
                padding: 6px 9px;
            }
        }
