    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 20px;
        background-color: #f4f4f4;
    }
    .container {
        max-width: 950px;
        margin: 0 auto;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    h1 {
        text-align: center;
        color: #333;
    }

    .form-container {
        display: flex;
        flex-wrap: wrap;
        gap: 1px; 
    }

    .column {
        flex: 1;
        padding: 10px;
        box-sizing: border-box;
    }

    .column-small {
        flex: 0.6;
        padding: 10px;
        box-sizing: border-box;
    }

    .form-group {
        margin-bottom: 10px;
    }
    .form-group-light {
        margin-bottom: 10px;
    }

    .form-group label {
        text-align: left;
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 12px; /* resized to 1 size */
    }
	.form-group-light label {
        text-align: left;
        font-weight: light;
        margin-bottom: 5px;
        font-size: 12px; /* resized to 1 size */
    }
	
    .form-group input, .form-group textarea, .form-group select {
 		width: 100%;
        padding: 1px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
	.form-group-light input, .form-group-light textarea, .form-group-light select {
 		width: 100%;
        padding: 1px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
	
    .hidden-group label {
        display:none;
		text-align: left;
        font-weight: light;
        margin-bottom: 5px;
        font-size: 12px; /* resized to 1 size */
    }
	
    .hidden-group input, .hidden-group textarea, .hidden-group select {
        display:none;
		width: 100%;
        padding: 1px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }	
	.dropzone {
		display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
        padding: 2px;
        text-align: left;
        background-color: #f9f9f9;
        cursor: pointer;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
		font-weight: bold;
		font-size: 12px;
    }
	.hidden-dropzone {
        display: none;
        flex-direction: column;
        align-items: left;
        justify-content: center;
        padding: 2px;
        text-align: left;
        background-color: #f9f9f9;
        cursor: pointer;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .file-list-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 10px;
        margin-bottom: 5px;
        /* Removed the border here */
    }

    .form-group input {
        height: 30px;
    }

    .form-group textarea {
        resize: vertical;
    }

    .form-group button {
        padding: 20px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .form-group button:hover {
        opacity: 0.8;
    }

    .submit-button {
        background-color: #007bff;
        color: #fff;
		margin-right: 80px;
    }

    .clear-button {
        background-color: red;
        color: white;
        margin-right: 80px;
    }

    .print-button {
        background-color: green;
        color: white;
    }

    header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0.1rem;
        background-color: #f8f9fa;
        border-bottom: 1px solid #ccc;
    }

    .column {
        flex: 1;
        text-align: left;
    }

    .left img {
        width: 70%;
        height: auto;
    }

    .middle {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    .submit-container {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    #submit-claim {
        font-weight: bold;
        font-size: 20px;
    }


    .dropzone.dragover {
        background-color: #e1f5fe;
    }

    .file-list {
        list-style-type: none;
        padding-left: 0;
    }

    .file-list-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 5px;
    }

    .file-list-item button {
        padding: 5px 10px;
        background-color: red;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .file-list-item button:hover {
        opacity: 0.8;
    }

    @media print {
        body {
            background-color: #fff;
            padding: 0;
        }
        .container {
            box-shadow: none;
            border-radius: 0;
            padding: 10px;
            font-size: 10px;
        }
        .form-group input, .form-group textarea, .form-group select {
            padding: 5px;
            font-size: 10px;
        }
        th, td {
            font-size: 10px;
            padding: 3px;
        }
        h1 {
            font-size: 14px;
        }
    }

    a.blue {
        color: blue;
        font-weight: light;  /* Bold notes */
		font-size: 13px;
    }

    a.red {
        color: red;
        font-weight: light;  /* Bold notes */
		font-size: 13px;
    }
	a.black {
        color: black;
        font-weight: light;  /* Bold notes */
		font-size: 10px;
    }
    .note {
        font-size: 11px;
        color: red;
        font-weight: bold;  /* Bold notes */
    }
	.link {
        text-align: left;
    }
	.hidden {
    display: none;
  }
   .acknowledgements {
    margin-top: 30px;
    padding-top: 4px;
    border-top: 1px solid #ccc;  /* separating line */
  }

  .acknowledgements .red,
  .blue-text {
    color: #3366cc;          /* soft, easy-on-the-eyes blue */
    font-weight: bold;       /* bold text */
    font-size: 0.8rem;       /* slightly smaller font */
    margin-bottom: 20px;
    display: block;
  }

  .acknowledgements input[type="checkbox"] {
    transform: scale(1.1);
    margin-right: 10px;
    vertical-align: middle;
  }

  .acknowledgements label {
    line-height: 1.5;
  }
  
  .acknowledgement-intro {
	font-size: 0.85em;     /* smaller than normal text */
	color: #000;           /* black font */
	font-weight: 500;      /* medium weight for readability */
	margin-bottom: 20px;
	margin-top: 2px;
  }
  .invalid-field {
    border: 2px solid red;
    background-color: #ffe6e6;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .invalid-field[type="checkbox"] {
    outline: 2px solid red;
    outline-offset: 3px;
 }
 
  .inline-field-group {
    display: flex;
    gap: 16px;
 }

  .inline-field {
    display: flex;
    flex-direction: column;
 }

  .inline-field input {
    width: 100%;
 }

  .inline-field select {
    width: 150px;
 }
 
.readonly-field {
    background-color: #f2f2f2;
    color: #555;
    cursor: not-allowed;
}

.readonly-field::placeholder {
    color: #999;
    font-style: italic;
}
.hp-qty-row{
  display: grid;
  grid-template-columns: 1fr 110px; /* hp takes remaining space, qty is fixed */
  gap: 12px;
  align-items: end; /* labels align nicely */
}

.hp-qty-field select{
  width: 100%;
}

@media (max-width: 520px){
  .hp-qty-row{
    grid-template-columns: 1fr; /* stack on small screens */
  }
}
