#wcr-rental-wrap {
    margin-top: 20px;
}

.wcr-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #333;
}

.wcr-rental-form {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}

.wcr-date-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.wcr-date-field {
    flex: 1;
    min-width: 150px;
}

.wcr-date-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.wcr-datepicker {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s;
}

.wcr-datepicker:focus {
    border-color: #007cba;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,124,186,.15);
}

.wcr-price-summary {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 14px;
    margin-bottom: 16px;
}

.wcr-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.wcr-price-table td {
    padding: 6px 4px;
    border-bottom: 1px solid #f0f0f0;
}

.wcr-price-table td:last-child {
    text-align: right;
    font-weight: 500;
}

.wcr-total-row td {
    border-bottom: none;
    padding-top: 10px;
    font-size: 16px;
}

.wcr-period-note {
    font-size: 12px;
    color: #2e7d32;
    background: #e8f5e9;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 8px;
}

.wcr-error {
    margin-bottom: 12px;
}

.wcr-submit {
    width: 100%;
    padding: 14px !important;
    font-size: 16px !important;
}

.wcr-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Rent also button */
.wcr-rent-also {
    margin-top: 12px;
}

.wcr-rent-also-btn {
    font-size: 14px !important;
    padding: 10px 20px !important;
    background: #fff !important;
    color: #007cba !important;
    border: 2px solid #007cba !important;
    border-radius: 6px !important;
    cursor: pointer;
    transition: all .2s;
}

.wcr-rent-also-btn:hover {
    background: #007cba !important;
    color: #fff !important;
}

.wcr-rental-form-wrap {
    margin-top: 16px;
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
}
