@media (max-width: 900px) {
    #main-content {
        padding: 26px 16px 110px;
    }

    .package1-saved-section {
        max-width: 100%;
    }

    .package1-saved-page-header {
        margin-top: 24px;
        margin-bottom: 18px;
        padding: 22px;
        border-radius: 22px;
    }

    .package1-saved-page-header h1 {
        font-size: 1.65rem;
    }

    .package1-saved-content {
        padding: 20px;
        border-radius: 22px;
    }

    .package1-saved-placeholder.is-empty,
    .package1-saved-placeholder.is-loading {
        min-height: 200px;
    }

    .package1-saved-placeholder > p {
        min-height: 200px;
        padding: 18px;
    }

    .package1-saved-loading-wrap {
        padding: 18px;
    }

    .package1-saved-loading-row {
        grid-template-columns: minmax(150px, 1fr) 90px 110px 100px;
    }

    .package1-saved-table {
        width: 100%;
        min-width: 0;
        table-layout: auto;
        font-size: 0.88rem;
    }

    .package1-saved-table thead th,
    .package1-saved-table tbody td {
        width: auto;
        padding: 13px 12px;
        white-space: nowrap;
    }

    .package1-saved-table thead th:nth-child(1),
    .package1-saved-table tbody td:nth-child(1) {
        width: 100%;
    }

    .package1-saved-table thead th:nth-child(2),
    .package1-saved-table tbody td:nth-child(2),
    .package1-saved-table thead th:nth-child(3),
    .package1-saved-table tbody td:nth-child(3),
    .package1-saved-table thead th:nth-child(4),
    .package1-saved-table tbody td:nth-child(4) {
        width: 1%;
        white-space: nowrap;
    }

    .package1-map-link {
        min-height: 32px;
        padding: 7px 11px;
        font-size: 0.82rem;
    }

    .package1-saved-remove-btn {
        min-height: 34px;
        padding: 7px 12px;
        font-size: 0.82rem;
    }

    .package1-saved-zone-filter {
        padding: 14px;
        gap: 9px;
    }

    .package1-saved-zone-pill {
        min-height: 34px;
        padding: 7px 13px;
        font-size: 0.82rem;
    }
}

@media (max-width: 480px) {
    #main-content {
        padding: 22px 12px 104px;
    }

    .package1-saved-page-header {
        margin-top: 22px;
        margin-bottom: 16px;
        padding: 22px;
        border-radius: 22px;
    }

    .package1-saved-page-header h1 {
        font-size: 1.55rem;
        line-height: 1.25;
    }

    .package1-saved-content {
        padding: 20px;
        border-radius: 22px;
    }

    .package1-saved-placeholder.is-empty,
    .package1-saved-placeholder.is-loading {
        min-height: 190px;
    }

    .package1-saved-placeholder > p {
        min-height: 190px;
        padding: 16px;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .package1-saved-loading-wrap {
        padding: 16px;
    }

    .package1-saved-loading-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .package1-saved-loading-row {
        grid-template-columns: minmax(120px, 1fr) 78px 92px 88px;
        gap: 8px;
    }

    .package1-saved-skeleton {
        height: 34px;
        border-radius: 10px;
    }

    .package1-saved-loading-row.is-header .package1-saved-skeleton {
        height: 28px;
    }

    .package1-saved-table-scroll {
        width: 100%;
        padding-bottom: 6px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .package1-saved-table {
        width: 100%;
        min-width: 0;
        table-layout: auto;
        font-size: 0.84rem;
    }

    .package1-saved-table thead th,
    .package1-saved-table tbody td {
        width: auto;
        padding: 12px 10px;
        white-space: nowrap;
    }

    .package1-saved-table thead th:first-child {
        border-top-left-radius: 14px;
    }

    .package1-saved-table thead th:last-child {
        border-top-right-radius: 14px;
    }

    .package1-saved-table thead th:nth-child(1),
    .package1-saved-table tbody td:nth-child(1) {
        width: 100%;
    }

    .package1-saved-table thead th:nth-child(2),
    .package1-saved-table tbody td:nth-child(2),
    .package1-saved-table thead th:nth-child(3),
    .package1-saved-table tbody td:nth-child(3),
    .package1-saved-table thead th:nth-child(4),
    .package1-saved-table tbody td:nth-child(4) {
        width: 1%;
        white-space: nowrap;
    }

    .package1-map-link {
        min-height: 31px;
        padding: 7px 10px;
        border-radius: 11px;
        font-size: 0.8rem;
    }

    .package1-saved-actions-cell {
        text-align: right;
    }

    .package1-saved-remove-btn {
        min-height: 31px;
        padding: 7px 10px;
        border-radius: 11px;
        font-size: 0.78rem;
    }

    .package1-saved-zone-filter {
        padding: 12px;
        gap: 8px;
    }

    .package1-saved-zone-pill {
        min-height: 32px;
        padding: 7px 12px;
        font-size: 0.78rem;
    }

    .package1-saved-filter-empty {
        padding: 24px 14px !important;
        font-size: 0.84rem;
        line-height: 1.5;
    }
}