/* Custom styles for Learning Portal */

/* Price year indicator styling */
.price-year-indicator {
    color: inherit;
    font-size: 0.9em;
    vertical-align: super;
    cursor: help;
    margin-left: 2px;
}

.price-year-indicator:hover {
    opacity: 0.8;
}
