/*
 * Alhena Lite panel css file
 * https://www.themeinprogress.com
 *
 * Copyright 2026, ThemeinProgress
 * Licensed under MIT license
 * https://opensource.org/licenses/mit-license.php
 */

.alhena-lite-notice {
    border-color: red;
}

.alhena-lite-notice h2 {
    margin-bottom: 25px;
}

.alhena-lite-notice p {
    margin-bottom: 10px;
}

.alhena-lite-coupon {
    font-size: 14px;
}

.alhena-lite-coupon code {
    margin-left: 10px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    margin-top:5px;
    margin-bottom:5px;
    border: 1.5px dashed #D8D4C8;
    border-radius: 5px;
}