
/* pricing-a */
.pricing-a-row {
    background-color: #fcfbfc;
    color: #002a51;
    transition: all;
    transition-duration: 500ms;
}

.pricing-a-row:hover, .pricing-a-highlight {
    background-color: #9d5ca4;
    color: #ffffff;
}

.pricing-a-row > td {
    padding: 2.5rem;
    transition: all;
    transition-duration: 200ms;
    box-sizing: border-box;
}

.pricing-a-row > td:first-child {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.pricing-a-row:hover > td:first-child, .pricing-a-highlight > td:first-child {
    font-size: 1.5rem;
    line-height: 2rem;
    border-style: solid;
    border-bottom-color: #002a51a8;
    border-top-color: #002a51a8;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

.pricing-a-row > td:last-child {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.pricing-a-row:hover > td:last-child, .pricing-a-highlight > td:last-child {
    font-size: 2.25rem;
    line-height: 2.5rem;
    border-style: solid;
    border-bottom-color: #002a51a8;
    border-top-color: #002a51a8;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

.pricing-a-input-wrapper > input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }