.pdal-pcs-wrap {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: IRANYekan, sans-serif;
}

.pdal-pcs-wrap h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #0A4CA5;
}

.pdal-pcs-wrap label {
    font-weight: 600;
    margin-top: 12px;
    display: block;
    font-size: 14px;
}

.pdal-pcs-wrap select,
.pdal-pcs-wrap input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 14px;
}

.pdal-pcs-wrap button {
    background: #0A4CA5;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.pdal-pcs-wrap button:hover {
    background: #083d84;
}

#pdal-pcs-output {
    margin-top: 20px;
    padding: 15px;
    border: 1px dashed #0A4CA5;
    border-radius: 8px;
    background: #f9fbff;
}

#pdal-pcs-output div {
    margin-bottom: 8px;
}

.pdal-pcs-barcode {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}