﻿/* Please use this css file for any custom component styles that you want. */

.li-panel {
    background: #1a3a5c;
    border-radius: 10px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.li-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.li-logo {
    background: #0a66c2;
    border-radius: 8px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.li-logo-img {
    width: 36px;
    height: 36px;
}

.li-text h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 4px;
}

.li-subtitle {
    color: #b8cfe8;
    font-size: 13px;
    margin: 0 0 10px;
}

.li-perks {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.li-perk {
    color: #b8cfe8;
    font-size: 12px;
}

.li-perk i {
    color: #7ab3e0;
    margin-right: 4px;
}

.li-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.li-share-btn {
    background: #0a66c2;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    white-space: nowrap;
}

    .li-share-btn:hover {
        background: #0958a8;
        color: #fff !important;
    }

.li-privacy {
    color: #7a9fc0;
    font-size: 11px;
}

.li-privacy i {
    margin-right: 3px;
}
