
.pap-wrapper {
    font-family: 'Instrument Sans', sans-serif;
    max-width: 1000px;
    margin: auto;
}

.pap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pap-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #0a1f8f;
}

#pap-search {
    padding: 14px 16px;
    font-size: 14px;
    border: 1px solid #d6e0f0;
    border-radius: 6px;
    min-width: 260px;
}

#pap-search::placeholder {
    color: #9bb0d3;
}

.pap-jump {
    margin: 24px 0;
    font-size: 14px;
}

.pap-jump strong {
    margin-right: 8px;
}

.pap-jump a {
    margin-right: 8px;
    text-decoration: none;
    color: #0a1f8f;
    font-weight: 500;
}

.pap-letter {
    margin-top: 40px;
    font-size: 24px;
    color: #cfd8ea;
    font-weight: 600;
}

.pap-item {
    display: flex;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #eef2f9;
}

.pap-number {
    width: 60px;
    color: #cfd8ea;
    font-size: 18px;
    font-weight: 500;
}

.pap-title {
    font-size: 24px;
    font-weight: 500;
    color: #0a1f8f;
}
