.hps-sq-m {
    box-shadow: 0px 0px 12px rgba(0,0,0,0.25);
    border-radius: 6px;
    overflow: hidden;
    max-width: 460px;
}

.hps-sq-m .hps-sq-m__title {
    padding: 16px 24px;
    font-size: 1.175rem;
    color: #ffffff;
    background-color: #062A3E;
}

.hps-sq-m .hps-sq-m__content {
    padding: 24px;
    padding-top: 20px;
    background: #ffffff;
}

.hps-sq-m .hps-sq-m__content p {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
}

.hps-sq-m .hps-sq-m__field-wrapper {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.hps-sq-m .hps-sq-m__field {
    position: relative;
    flex: 1;
}

.hps-sq-m .hps-sq-m__field input {
    appearance: none;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    padding-top: 28px;
    border: 1px solid #D5DCE0;
    font-size: 1rem;
    color: #062A3E;
}

.hps-sq-m .hps-sq-m__field label {
    font-size: 0.725rem; 
    color: #43454B;
    opacity: 0.75;
    position: absolute;
    top: 7px;
    left: 10px;
 }

.hps-sq-m .hps-sq-m__field input:focus {
    border: 1px solid #062A3E;
}

.hps-sq-m .hps-sq-m__output {
    background-color: rgba(30, 148, 180, 0.1);
    padding: 12px;
    border-radius: 4px;
    margin-top: 16px;
    text-align: center;
    font-size: 1.2rem;
}

.hps-sq-m .hps-sq-m__output span {
    font-weight: 500;
}