.ps-wrapper {
    width: 100%;
}

.ps-code-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ps-code-input,
.ps-search {
    height: 48px;
    padding: 0 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.ps-code-input {
    min-width: 240px;
}

.ps-code-form button,
.ps-pagination button {
    height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-sizing: border-box;
}

.ps-message {
    margin-top: 10px;
}

.ps-toolbar {
    margin-bottom: 16px;
}

.ps-search {
    width: 100%;
    max-width: 480px;
}

.ps-table {
    width: 100%;
    border-collapse: collapse;
}

.ps-table th,
.ps-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.ps-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.ps-page-info {
    font-size: 14px;
}

@media (max-width: 640px) {
    .ps-table {
        font-size: 14px;
    }

    .ps-table th,
    .ps-table td {
        padding: 8px 6px;
    }

    .ps-code-input {
        width: 100%;
    }

    .ps-code-form button {
        width: 100%;
    }
}
