.catalog-title {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
}
.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.375rem;
}
.card.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}
.card-hover-shadow {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,.125) !important;
}
.card-hover-shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    transform: translateY(-2px);
    border-color: rgba(0,0,0,.175) !important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}
.filters-mobile, 
.filters-desktop .form-control, 
.filters-desktop .form-select,
.filters-desktop .btn {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    transition: all 0.2s ease;
}
.filters-mobile:hover, 
.filters-desktop .form-control:focus, 
.filters-desktop .form-select:focus,
.filters-desktop .btn:hover {
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.12) !important;
    border-color: rgba(0,123,255,.25) !important;
}
.btn-clear-mobile {
    margin-top: 0.75rem !important;
    border-radius: 0.375rem !important;
}
.pagination-custom .page-link {
    border-radius: 0.375rem !important;
    margin: 0 0.125rem !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    color: #0d6efd !important;
}
.pagination-custom .page-item.active .page-link {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: white !important;
}
.pagination-custom .page-link:hover {
    background-color: rgba(0,123,255,.1) !important;
    border-color: #0d6efd !important;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.vcard-item {
    animation: fadeInUp 0.3s ease-out;
}
.hover-primary:hover {
    background-color: rgba(0,123,255,.1) !important;
    border-color: #0d6efd !important;
    color: #0d6efd !important;
    text-decoration: none !important;
}
.vcard-url-badge i {
    font-size: 0.75rem;
    width: 1em;
    margin-right: 0.25rem;
}
.vcard-title a {
    display: block;
    word-break: break-word;
}
.vcard-actions .badge {
    min-width: 120px;
    font-size: 0.875rem;
    box-shadow: 0 .0625rem .125rem rgba(0,0,0,.075) !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}
@media (max-width: 768px) {
    .vcard-item {
        margin-bottom: 1.25rem;
    }
    .vcard-title {
        line-height: 1.3 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        margin-bottom: 1rem !important;
    }
    .vcard-actions {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
    .vcard-actions .badge {
        flex: 1 !important;
        text-align: center;
        justify-content: center;
    }
    .vcard-actions .category-badge {
        flex: 1 !important;
        max-width: none !important;
        min-width: 120px !important;
        white-space: normal !important;
        text-overflow: clip !important;
    }
    .filters-mobile {
        margin-bottom: 3.5rem !important;
        padding: 1.5rem !important;
        background: #f8f9fa;
        border-radius: 0.5rem;
        box-shadow: 0 .25rem .75rem rgba(0,0,0,.1) !important;
        border: 1px solid rgba(0,0,0,.125) !important;
    }
    .search-input-mobile {
        border-radius: 0.375rem !important;
        padding: 0.875rem 2.5rem 0.875rem 1.25rem !important;
        font-size: 1rem !important;
    }
    .btn-search-mobile {
        right: 12px !important;
        padding: 0.625rem 1rem !important;
    }
    .filters-mobile .row > div {
        margin-bottom: 1rem;
    }
    .filters-mobile .row > div:last-child {
        margin-bottom: 0;
    }
    .pagination-custom {
        justify-content: center !important;
    }
}
@media (min-width: 769px) {
    .vcard-actions {
        justify-content: space-between !important;
        gap: 0.5rem !important;
    }
    .vcard-actions .badge {
        flex-shrink: 0 !important;
    }
    .filters-desktop {
        gap: 1rem;
    }
}
.category-badge {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    border-radius: 0.375rem !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    background-clip: padding-box !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-align: center !important;
    cursor: default !important;
    pointer-events: none !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
    flex-sm-shrink: 0 !important;
    min-width: 120px !important;
    max-width: 200px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.category-badge:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.2) !important;
}
@media (min-width: 769px) {
    .vcard-actions .category-badge {
        flex: 0 0 calc(50% - 0.25rem) !important;
        max-width: none !important;
    }
}
.category-administracjaiprawo {
    background-color: #c82333 !important;
    border-color: #c82333 !important;
    color: #fff !important;
}
.category-budownictwoiremonty {
    background-color: #e6550d !important;
    border-color: #e6550d !important;
    color: #fff !important;
}
.category-dladomuiogrodu {
    background-color: #d4a017 !important;
    border-color: #d4a017 !important;
    color: #fff !important;
}
.category-edukacja {
    background-color: #155724 !important;
    border-color: #155724 !important;
    color: #fff !important;
}
.category-elektronikaiit {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: #fff !important;
}
.category-finanseiubezpieczenia {
    background-color: #117a65 !important;
    border-color: #117a65 !important;
    color: #fff !important;
}
.category-firmylokalne {
    background-color: #5a1f7d !important;
    border-color: #5a1f7d !important;
    color: #fff !important;
}
.category-gastronomia {
    background-color: #bd3275 !important;
    border-color: #bd3275 !important;
    color: #fff !important;
}
.category-handel {
    background-color: #005cbf !important;
    border-color: #005cbf !important;
    color: #fff !important;
}
.category-inne {
    background-color: #495057 !important;
    border-color: #495057 !important;
    color: #fff !important;
}
.category-kulturaisztuka {
    background-color: #c2185b !important;
    border-color: #c2185b !important;
    color: #fff !important;
}
.category-marketingireklama {
    background-color: #117a8b !important;
    border-color: #117a8b !important;
    color: #fff !important;
}
.category-motoryzacja {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}
.category-nieruchomoci {
    background-color: #856404 !important;
    border-color: #856404 !important;
    color: #fff !important;
}
.category-noclegi {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #fff !important;
}
.category-opiekaipomocdomowa {
    background-color: #155724 !important;
    border-color: #155724 !important;
    color: #fff !important;
}
.category-przemysiprodukcja {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    color: #fff !important;
}
.category-rolnictwo {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
    color: #fff !important;
}
.category-rozrywka {
    background-color: #e6550d !important;
    border-color: #e6550d !important;
    color: #fff !important;
}
.category-specjalici {
    background-color: #004085 !important;
    border-color: #004085 !important;
    color: #fff !important;
}
.category-sportirekreacja {
    background-color: #117a65 !important;
    border-color: #117a65 !important;
    color: #fff !important;
}
.category-transportilogistyka {
    background-color: #c82333 !important;
    border-color: #c82333 !important;
    color: #fff !important;
}
.category-turystyka {
    background-color: #d4a017 !important;
    border-color: #d4a017 !important;
    color: #fff !important;
}
.category-usugi {
    background-color: #5a1f7d !important;
    border-color: #5a1f7d !important;
    color: #fff !important;
}
.category-zdrowieiuroda {
    background-color: #155724 !important;
    border-color: #155724 !important;
    color: #fff !important;
}
.category-unknown {
    background-color: #495057 !important;
    border-color: #495057 !important;
    color: #fff !important;
}