.po-d8d758d2-container {
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.po-d8d758d2-container:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-color: #cbd5e1;
}

.po-d8d758d2-input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.po-d8d758d2-input-group label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1.1em;
    color: #334155;
}

.po-d8d758d2-qty {
    padding: 10px 12px;
    border: 1px solid #94a3b8;
    border-radius: 6px;
    width: 100%;
    max-width: 120px;
    font-size: 1.1em;
    outline: none;
    transition: border-color 0.2s;
}

.po-d8d758d2-qty:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.po-d8d758d2-preview {
    font-size: 1em;
    color: #64748b;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.po-d8d758d2-total {
    font-weight: 700;
    color: #0f172a;
    font-size: 1.2em;
}