/* This CSS stylesheet based on the code from the Bootstrap CSS framework (http://getbootstrap.com/) */

.postcode-form-control {
	display:grid;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width:100%;
    margin-bottom: 8px;
}
input.postcode-form-control {
	text-transform: uppercase;
}

label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

.btn {
    -moz-user-select: none;
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 40px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.text-right {
    text-align: right;
}
.error-message {
	margin-top:15px;
	font-weight:bold;
}
#contact-msg {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 18px);
    text-align:center;
    color:darkred;
}
#pcc_disclaimer {
    font-size: clamp(10px, calc(0.875rem + ((1vw - 7.68px) * 0.3472)), 14px);
    font-style: italic;
}
