.wsk-checkout-container { background: #ffffff; border-radius: 4px; border: 1px solid #e2e8f0; padding: 25px; margin-bottom: 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #2d3748; }
.wsk-title { font-size: 1.2rem; font-weight: 700; margin: 0 0 15px 0; color: #1a202c; }

/* Estilo 2: Tarjetas con Iconos */
.wsk-grid-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 10px; margin-bottom: 20px; }
.wsk-card { border: 1px solid #edf2f7; padding: 15px 10px; text-align: center; border-radius: 4px; background: #f8fafc; }
.wsk-card .dashicons { font-size: 30px; width: 30px; height: 30px; color: #4a5568; margin-bottom: 10px; }
.wsk-card strong { display: block; font-size: 12px; color: #2d3748; margin-bottom: 5px; }
.wsk-card span { font-size: 11px; color: #718096; word-break: break-all; line-height: 1.2; }

/* Estilo 3: Pasos Numerados */
.wsk-header-blue { background: #4a6a8a; color: white; padding: 10px 15px; margin: -25px -25px 20px -25px; border-radius: 4px 4px 0 0; font-size: 1.1rem; font-weight: 600; }
.wsk-step-item { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px solid #f0f4f8; }
.wsk-step-badge { background: #2d3748; color: white; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; font-weight: bold; flex-shrink: 0; }
.wsk-step-content { font-size: 14px; }
.wsk-step-content strong { color: #1a202c; }

/* Estilo 4: Lista con viñetas */
.wsk-list { list-style: none; padding: 0; margin: 0 0 20px 0; }
.wsk-list li { padding: 8px 0; border-bottom: 1px solid #edf2f7; font-size: 14px; display: flex; align-items: center; }
.wsk-list li::before { content: "•"; color: #4a5568; font-weight: bold; display: inline-block; width: 1em; margin-left: 0; }

/* Botones de Adjuntar (Basado en imágenes) */
.wsk-btn-attach { background: #5a519e; color: white !important; padding: 10px 20px; border-radius: 4px; display: inline-flex; align-items: center; cursor: pointer; text-decoration: none; border: none; font-size: 14px; transition: background 0.2s; }
.wsk-btn-attach:hover { background: #483f8a; }
.wsk-btn-attach .dashicons { margin-right: 8px; font-size: 18px; width: 18px; height: 18px; }

/* Dropzone (Estilo 3) */
.wsk-dropzone { border: 2px dashed #cbd5e0; padding: 20px; border-radius: 6px; text-align: center; cursor: pointer; background: #f7fafc; transition: 0.2s; }
.wsk-dropzone:hover { border-color: #5a519e; background: #f0f4f8; }
.wsk-dropzone .dashicons { font-size: 40px; width: 40px; height: 40px; color: #a0aec0; }

#wskpppt_file_picker { display: none; }
.file-selected-text { margin-top: 10px; color: #2f855a; font-weight: 600; font-size: 13px; display: none; }
.wsk-checkout-container{
    border: solid 1px #36b1f5 !important;
}