#lodgifyConsentForm label {
    display: block !important;
    margin-top: 15px !important;
    font-weight: 500 !important;
}

#lodgifyConsentForm input[type="text"],
#lodgifyConsentForm input[type="file"],
#lodgifyConsentForm textarea {
    display: block !important;
    width: 50% !important;
    margin-top: 5px !important;
    padding: 8px 10px !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

#lodgifyConsentForm input[type="radio"] {
    width: auto !important;
    margin-right: 8px !important;
	margin-left:8px;
	margin-top:6px;
}

#lodgifyConsentForm button {
    margin-top: 20px !important;
    padding: 5px 20px !important;
    border: none !important;
    background-color: #0073e6 !important;
    color: white !important;
    border-radius: 5px !important;
    cursor: pointer !important;
}
.entry-footer .edit-link{
	   margin-top: 20px !important;
    padding: 5px 20px !important;
    border: none !important;
    background-color: #fff !important;
  border:1px solid #0073e6 !important ;
    border-radius: 5px !important;
    cursor: pointer !important;
	width:6% !important;
}
#cleaning-form-wrapper h3{

font-size: 40px !important;
}
#cleaning-update-form {
    /* max-width: 600px; */
    margin: 20px auto;
    padding: 25px;
    /* background-color: #f9f9f9; */
    border-radius: 12px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    font-family: Arial, sans-serif;
    color: #333;
}


#cleaning-update-form label {
    display: block;
    margin-bottom: 1px;
    font-weight: 600;
}

#cleaning-update-form input[type="text"],
#cleaning-update-form input[type="datetime-local"],
#cleaning-update-form textarea {
    width: 50%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: border 0.2s, box-shadow 0.2s;
}

#cleaning-update-form input:focus,
#cleaning-update-form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    outline: none;
}


#cleaning-update-form div > div {
    margin-bottom: 15px;
    padding-left: 5px;
}

#cleaning-update-form input[type="checkbox"] {
    margin-right: 8px;
}


#cleaning-update-form textarea {
    resize: vertical;
    min-height: 80px;
}


#cleaning-update-form button[type="submit"] {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
}

#cleaning-update-form button[type="submit"]:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}


@media (max-width: 640px) {
    #cleaning-update-form {
        padding: 15px;
    }

    #cleaning-update-form button[type="submit"] {
        width: 100%;
    }
}
