.pnr-dwp-practice,
.pnr-dwp-list,
.pnr-dwp-result-screen {
    max-width: 700px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pnr-dwp-instructions h2,
.pnr-dwp-list h2,
.pnr-dwp-result-screen h2 {
    font-size: 22px;
    margin-bottom: 8px;
}

.pnr-dwp-instructions p {
    font-size: 16px;
    margin-bottom: 16px;
}

.pnr-dwp-player {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 16px;
}

.pnr-dwp-player-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.pnr-dwp-btn {
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
}

.pnr-dwp-btn:hover {
    background: #005f8d;
}

.pnr-dwp-upload-field {
    margin: 16px 0;
}

.pnr-dwp-upload-field label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.pnr-dwp-upload-field input[type="file"] {
    width: 100%;
}

.pnr-dwp-full-text-wrap {
    margin: 12px 0 16px;
}

.pnr-dwp-full-text {
    margin-top: 8px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    font-size: 14px;
    line-height: 1.5;
}

.pnr-dwp-progress {
    margin-top: 8px;
    font-size: 14px;
}

.pnr-dwp-result {
    margin-top: 16px;
}

.pnr-dwp-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pnr-dwp-list-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
}

.pnr-dwp-list-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.pnr-dwp-list-meta span {
    margin-right: 10px;
    font-size: 13px;
}

.pnr-dwp-list-actions {
    margin-top: 8px;
}

.pnr-dwp-result-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.pnr-dwp-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pnr-dwp-pill {
    background: #ffe0e0;
    color: #b00020;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 13px;
}

.pnr-dwp-message {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

@media (max-width: 600px) {
    .pnr-dwp-player-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .pnr-dwp-btn {
        width: 100%;
        text-align: center;
    }
}
