﻿/* ============================================
Clear button - JDR 2/16/2026
===============================================*/
#clear-button {
	background-color: #041A55;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    border: none;
    border-radius: 32px;
    width: 328px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    cursor: pointer;
}    

#clear-button:hover {
	opacity: 0.8;
}