.psoft-rf-container {
    max-width: 700px;
    margin: 0 auto;
}

.psoft-rf-info {
    background: #f0f7ff;
    border: 1px solid #d0e3f7;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    color: #333;
    line-height: 1.6;
}

/* Form */
.psoft-rf-form .form-group {
    margin-bottom: 18px;
}

.psoft-rf-form label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.psoft-rf-form label sup {
    color: #e74c3c;
}

.psoft-rf-actions {
    margin-top: 25px;
}

.psoft-rf-btn {
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: opacity 0.2s;
}

.psoft-rf-btn:hover {
    opacity: 0.9;
}

/* Confirm step */
.psoft-rf-confirm-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
}

.psoft-rf-confirm-icon .material-icons {
    font-size: 64px;
    color: #FF9800;
}

.psoft-rf-confirm-box h3 {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #333;
}

.psoft-rf-confirm-desc {
    color: #666;
    font-size: 0.95rem;
}

.psoft-rf-summary {
    margin-bottom: 25px;
}

.psoft-rf-summary .table {
    width: 100%;
    border-collapse: collapse;
}

.psoft-rf-summary .table th,
.psoft-rf-summary .table td {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.psoft-rf-summary .table th {
    font-weight: 600;
    color: #666;
    width: 40%;
    text-align: left;
}

.psoft-rf-confirm-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.psoft-rf-btn-confirm {
    min-width: 200px;
    font-size: 1.05rem;
    padding: 12px 35px;
}

.psoft-rf-btn-cancel {
    padding: 12px 35px;
    font-size: 1.05rem;
}

/* Success step */
.psoft-rf-success-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
}

.psoft-rf-success-icon .material-icons {
    font-size: 72px;
    color: #4CAF50;
}

.psoft-rf-success-box h3 {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #333;
}

.psoft-rf-success-note {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    color: #666;
    text-align: center;
}

.psoft-rf-success-actions {
    text-align: center;
    margin-top: 20px;
}

/* Footer link */
.psoft-rf-footer {
    margin: 5px 0;
}

.psoft-rf-footer a {
    color: inherit;
    text-decoration: none;
}

.psoft-rf-footer a:hover {
    text-decoration: underline;
}

/* Order confirmation hook */
.psoft-rf-order-confirm {
    margin-top: 15px;
}

/* Products step */
.psoft-rf-step-info {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    color: #555;
    line-height: 1.6;
}

.psoft-rf-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 25px 0 10px;
    color: #333;
}

.psoft-rf-products-table {
    width: 100%;
    border-collapse: collapse;
}

.psoft-rf-products-table thead th {
    font-weight: 600;
    color: #666;
    padding: 10px 12px;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
}

.psoft-rf-products-table tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.psoft-rf-col-check {
    width: 40px;
    text-align: center !important;
}

.psoft-rf-col-qty {
    width: 80px;
    text-align: center !important;
}

.psoft-rf-col-price {
    width: 100px;
    text-align: right !important;
}

.psoft-rf-qty-input {
    width: 70px !important;
    text-align: center;
    padding: 4px 8px !important;
    display: inline-block;
}

.psoft-rf-product-name {
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}

.psoft-rf-product-ref {
    color: #999;
    font-size: 0.85em;
}

.psoft-rf-product-row td {
    transition: background-color 0.15s;
}

.psoft-rf-product-row:hover td {
    background-color: #f8f9fa;
}

.psoft-rf-products-list {
    margin-bottom: 20px;
}

/* Admin CSS */
.psoft-rf-admin-view .well {
    white-space: pre-wrap;
    word-wrap: break-word;
}
