:root {
    --pupeto-blue: #0a89a8;
    --pupeto-blue-dark: #08748e;
    --pupeto-blue-soft: #eef9fc;
    --pupeto-text: #1c2940;
    --pupeto-muted: #657184;
    --pupeto-border: #d8e8ef;
    --pupeto-border-strong: #bfe0eb;
    --pupeto-bg: #f7fbfd;
    --pupeto-card-shadow: 0 14px 38px rgba(23, 35, 52, 0.05);
}

.pupeto-vet-catalog,
.pupeto-vet-catalog * {
    box-sizing: border-box;
}

.pupeto-vet-catalog {
    color: var(--pupeto-text);
    max-width: 1240px;
    margin: 0 auto;
    font-family: inherit;
}

.pupeto-vet-alert,
.pupeto-vet-empty,
.pupeto-vet-start-message,
.pupeto-vet-filters,
.pupeto-vet-card,
.pupeto-vet-single-box {
    background: #fff;
    border: 1px solid var(--pupeto-border);
    border-radius: 26px;
    box-shadow: var(--pupeto-card-shadow);
}

.pupeto-vet-filters {
    margin: 0 0 22px;
    overflow: hidden;
}

.pupeto-vet-filters-inner {
    padding: 26px 28px 24px;
}

.pupeto-vet-form-head {
    margin-bottom: 20px;
}

.pupeto-vet-form-head h2 {
    margin: 0 0 6px;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.08;
    color: var(--pupeto-text);
}

.pupeto-vet-form-head p {
    margin: 0;
    color: var(--pupeto-muted);
    font-size: 18px;
    line-height: 1.5;
}

.pupeto-vet-filter-main,
.pupeto-vet-filter-grid {
    display: grid;
    gap: 18px;
    align-items: end;
}

.pupeto-vet-filter-main {
    grid-template-columns: minmax(0, 1.55fr) minmax(180px, .8fr) minmax(180px, .8fr) minmax(180px, .8fr);
}

.pupeto-vet-filter-grid {
    margin-top: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(220px, .9fr);
}

.pupeto-vet-field {
    display: block;
}

.pupeto-vet-field > span {
    display: block;
    margin-bottom: 7px;
    color: var(--pupeto-text);
    font-size: 15px;
    font-weight: 800;
}

.pupeto-vet-input-wrap {
    position: relative;
}

.pupeto-vet-filters input[type="search"],
.pupeto-vet-filters select {
    width: 100%;
    min-height: 56px;
    border: 1px solid var(--pupeto-border-strong);
    border-radius: 13px;
    padding: 14px 16px;
    background: #fff;
    color: var(--pupeto-text);
    font: inherit;
    font-size: 16px;
    line-height: 1.25;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.pupeto-vet-filters input[type="search"] {
    padding-right: 54px;
}

.pupeto-vet-filters input[type="search"]::placeholder {
    color: #94a2b3;
}

.pupeto-vet-filters input[type="search"]:focus,
.pupeto-vet-filters select:focus {
    outline: none;
    border-color: var(--pupeto-blue);
    box-shadow: 0 0 0 4px rgba(10, 137, 168, 0.12);
}

.pupeto-vet-input-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8c9bb0;
    pointer-events: none;
}

.pupeto-vet-input-icon svg,
.pupeto-vet-button svg,
.pupeto-vet-location svg {
    width: 21px;
    height: 21px;
    display: block;
}

.pupeto-vet-checks {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    padding-top: 26px;
}

.pupeto-vet-checks label {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    color: var(--pupeto-text);
    font-weight: 800;
    font-size: 16px;
}

.pupeto-vet-checks input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--pupeto-blue);
}

.pupeto-vet-filter-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

.pupeto-vet-button,
.pupeto-vet-location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
}

.pupeto-vet-filter-actions button {
    border: 0;
    font: inherit;
}

.pupeto-vet-button:hover,
.pupeto-vet-location:hover {
    transform: translateY(-1px);
}

.pupeto-vet-button-primary,
.pupeto-vet-filter-actions button,
.pupeto-vet-location {
    background: linear-gradient(90deg, #0a8fb0 0%, #087fa0 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(10, 137, 168, 0.18);
}

.pupeto-vet-button-primary:hover,
.pupeto-vet-filter-actions button:hover,
.pupeto-vet-location:hover {
    background: linear-gradient(90deg, #087fa0 0%, #076c86 100%);
    color: #fff;
}

.pupeto-vet-button-secondary,
.pupeto-vet-filter-actions .pupeto-vet-all-link {
    border: 2px solid var(--pupeto-blue);
    background: #fff;
    color: var(--pupeto-blue) !important;
}

.pupeto-vet-button-secondary:hover,
.pupeto-vet-filter-actions .pupeto-vet-all-link:hover {
    background: #f2fbfd;
    color: var(--pupeto-blue-dark) !important;
    border-color: var(--pupeto-blue-dark);
}

.pupeto-vet-clear-link,
.pupeto-vet-filter-actions a:not(.pupeto-vet-all-link),
.pupeto-vet-reset {
    color: var(--pupeto-blue);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.pupeto-vet-clear-link:hover,
.pupeto-vet-filter-actions a:not(.pupeto-vet-all-link):hover,
.pupeto-vet-reset:hover {
    color: var(--pupeto-blue-dark);
}

.pupeto-vet-start-message {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) 220px;
    gap: 24px;
    align-items: center;
    padding: 26px 28px;
    border-style: dashed;
    border-width: 2px;
    border-color: #79c9dc;
    background: #fff;
}

.pupeto-vet-start-icon,
.pupeto-vet-start-illustration {
    color: var(--pupeto-blue);
}

.pupeto-vet-start-icon svg {
    width: 140px;
    height: 140px;
    display: block;
}

.pupeto-vet-start-illustration svg {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    margin-left: auto;
}

.pupeto-vet-start-content h3 {
    margin: 0 0 10px;
    font-size: clamp(28px, 2.8vw, 44px);
    line-height: 1.08;
    color: var(--pupeto-text);
}

.pupeto-vet-start-content p {
    margin: 0 0 12px;
    color: var(--pupeto-text);
    font-size: 17px;
    line-height: 1.6;
}

.pupeto-vet-start-content p:last-child {
    margin-bottom: 0;
}

.pupeto-vet-topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin: 0 0 18px;
    color: var(--pupeto-muted);
    font-size: 16px;
}

.pupeto-vet-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 22px;
    align-items: start;
}

.pupeto-vet-results {
    min-width: 0;
}

.pupeto-vet-results-full {
    max-width: 980px;
}

.pupeto-vet-map-wrap {
    position: sticky;
    top: 110px;
}

.pupeto-vet-map {
    width: 100%;
    height: 620px;
    border: 1px solid var(--pupeto-border);
    border-radius: 24px;
    overflow: hidden;
    background: var(--pupeto-bg);
    box-shadow: var(--pupeto-card-shadow);
}

.pupeto-vet-location {
    width: 100%;
    margin-top: 12px;
    border: 0;
}

.pupeto-vet-card,
.pupeto-vet-single-box,
.pupeto-vet-empty,
.pupeto-vet-alert {
    padding: 20px 22px;
    margin: 0 0 16px;
}

.pupeto-vet-card-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
}

.pupeto-vet-card h3 {
    margin: 0 0 6px;
    line-height: 1.12;
    font-size: clamp(24px, 3vw, 38px);
}

.pupeto-vet-card h3 a {
    color: var(--pupeto-text);
    text-decoration: none;
}

.pupeto-vet-card h3 a:hover {
    color: var(--pupeto-blue);
}

.pupeto-vet-card-sub,
.pupeto-vet-meta-note {
    color: var(--pupeto-muted);
    font-size: 14px;
}

.pupeto-vet-status {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 7px 11px;
    font-weight: 900;
    font-size: 12px;
    background: #eef2f7;
    color: var(--pupeto-muted);
}

.pupeto-vet-status.is-verified {
    background: rgba(10, 137, 168, 0.12);
    color: var(--pupeto-blue-dark);
}

.pupeto-vet-line {
    margin: 12px 0;
    font-size: 16px;
}

.pupeto-vet-line strong,
.pupeto-vet-single-box dt {
    color: var(--pupeto-blue);
    font-weight: 900;
}

.pupeto-vet-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 10px 0;
}

.pupeto-vet-badge-label {
    font-weight: 900;
    color: var(--pupeto-text);
    margin-right: 2px;
}

.pupeto-vet-badge {
    border-radius: 999px;
    padding: 5px 10px;
    background: rgba(10, 137, 168, 0.09);
    color: var(--pupeto-blue-dark);
    font-size: 13px;
    font-weight: 800;
}

.pupeto-vet-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.pupeto-vet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 12px;
    padding: 10px 15px;
    background: var(--pupeto-blue);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none !important;
}

.pupeto-vet-btn:hover,
.pupeto-vet-btn.primary:hover {
    background: var(--pupeto-blue-dark);
    color: #fff !important;
}

.pupeto-vet-meta-note {
    margin-top: 14px;
    line-height: 1.45;
}

.pupeto-vet-single-box h2 {
    margin: 0 0 22px;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.08;
}

.pupeto-vet-single-box dl {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 8px 18px;
}

.pupeto-vet-single-box dt,
.pupeto-vet-single-box dd {
    margin: 0;
}

.pupeto-vet-single-box dd a {
    color: var(--pupeto-blue);
    text-decoration: none;
    font-weight: 700;
}

.leaflet-popup-content a {
    color: var(--pupeto-blue);
    font-weight: 800;
}

.pupeto-vet-line-hours > strong {
    display: block;
    margin-bottom: 8px;
}

.pupeto-vet-opening-table {
    display: grid;
    gap: 6px;
    margin-top: 6px;
}

.pupeto-vet-opening-row {
    display: grid;
    grid-template-columns: minmax(135px, 0.45fr) minmax(0, 1fr);
    gap: 14px;
    align-items: baseline;
}

.pupeto-vet-opening-day {
    color: var(--pupeto-blue);
    font-weight: 900;
}

.pupeto-vet-opening-time {
    color: var(--pupeto-text);
}

.pupeto-vet-back-wrap {
    margin: 0 0 20px;
}

.pupeto-vet-back-btn {
    width: auto;
    border-radius: 999px;
}

.pupeto-vet-source-note {
    margin: 22px 0 0;
    color: var(--pupeto-muted);
    font-size: 14px;
}

.pupeto-vet-source-note a {
    color: var(--pupeto-blue);
    font-weight: 900;
    text-decoration: none;
}

body.single-pupeto_vet .post-meta-infos .blog-author,
body.single-pupeto_vet .post-meta-infos .text-sep-cat,
body.single-pupeto_vet .entry-content-header .blog-author,
body.single-pupeto_vet .entry-content-header .text-sep-cat,
body.single-pupeto_vet .minor-meta.blog-author,
body.single-pupeto_vet .text-sep.text-sep-cat {
    display: none !important;
}

@media (max-width: 1180px) {
    .pupeto-vet-filter-main,
    .pupeto-vet-filter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pupeto-vet-checks {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 2px;
    }

    .pupeto-vet-start-message {
        grid-template-columns: 120px minmax(0, 1fr) 170px;
    }

    .pupeto-vet-start-icon svg {
        width: 96px;
        height: 96px;
    }

    .pupeto-vet-start-illustration svg {
        max-width: 170px;
    }
}

@media (max-width: 980px) {
    .pupeto-vet-layout {
        grid-template-columns: 1fr;
    }

    .pupeto-vet-map-wrap {
        position: static;
    }

    .pupeto-vet-map {
        height: 420px;
    }

    .pupeto-vet-start-message {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .pupeto-vet-start-icon,
    .pupeto-vet-start-illustration {
        display: flex;
        justify-content: flex-start;
    }

    .pupeto-vet-start-illustration svg {
        margin-left: 0;
    }
}

@media (max-width: 720px) {
    .pupeto-vet-filters-inner,
    .pupeto-vet-card,
    .pupeto-vet-single-box,
    .pupeto-vet-start-message,
    .pupeto-vet-empty,
    .pupeto-vet-alert {
        padding: 18px;
    }

    .pupeto-vet-filter-main,
    .pupeto-vet-filter-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pupeto-vet-checks {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 14px 18px;
    }

    .pupeto-vet-filter-actions,
    .pupeto-vet-card-head,
    .pupeto-vet-topline,
    .pupeto-vet-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pupeto-vet-button,
    .pupeto-vet-location,
    .pupeto-vet-filter-actions .pupeto-vet-all-link,
    .pupeto-vet-filter-actions button,
    .pupeto-vet-btn {
        width: 100%;
    }

    .pupeto-vet-start-content h3 {
        font-size: 30px;
    }

    .pupeto-vet-start-content p,
    .pupeto-vet-form-head p {
        font-size: 16px;
    }

    .pupeto-vet-single-box dl,
    .pupeto-vet-opening-row {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}

@media (max-width: 480px) {
    .pupeto-vet-alert,
    .pupeto-vet-empty,
    .pupeto-vet-start-message,
    .pupeto-vet-filters,
    .pupeto-vet-card,
    .pupeto-vet-single-box {
        border-radius: 22px;
    }

    .pupeto-vet-filters input[type="search"],
    .pupeto-vet-filters select,
    .pupeto-vet-button,
    .pupeto-vet-location {
        min-height: 54px;
    }

    .pupeto-vet-start-icon svg {
        width: 84px;
        height: 84px;
    }

    .pupeto-vet-start-illustration svg {
        max-width: 130px;
    }
}


/* Verze 1.6: vlastní SVG grafika dodaná pro Pupeto */
.pupeto-vet-start-icon img,
.pupeto-vet-start-illustration img {
    display: block;
    width: 100%;
    height: auto;
}

.pupeto-vet-start-icon img {
    max-width: 150px;
}

.pupeto-vet-start-illustration img {
    max-width: 230px;
    margin-left: auto;
}

@media (max-width: 1180px) {
    .pupeto-vet-start-icon img {
        max-width: 105px;
    }

    .pupeto-vet-start-illustration img {
        max-width: 180px;
    }
}

@media (max-width: 980px) {
    .pupeto-vet-start-illustration img {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .pupeto-vet-start-icon img {
        max-width: 88px;
    }

    .pupeto-vet-start-illustration img {
        max-width: 140px;
    }
}
