@layer base, override;


@layer base {
    .ol-maint-price-item {
        position: relative;
        text-align: center;
        margin: 0 50px;
        transition: background-color 0.5s, color 0.5s;
        font-family: serif;
        padding: 3px;
    border-radius: 10px;
    }
    .ol-maint-price-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
    .ol-maint-price-item-0 {
    background: #f2f4ff;
    }
    .ol-maint-price-item-1 {
    background: #cee8f1;
    }
    .ol-maint-price-item:hover {
    background-color: #fff8e5;
    }
    .ol-maint-price-content-title {
    font-size: 20px;
    }
    .ol-maint-price-content-amount {
    font-size: 22px;
    }
}
