/* assets/css/style.css */
body {
    font-family: 'Source Sans 3', sans-serif;
}

.theme-icon-active {
    font-size: 1.25rem;
}

.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-2px);
}

.info-box {
    min-height: 80px;
    background: var(--bs-body-bg);
    width: 100%;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    padding: .5rem;
    margin-bottom: 1rem;
    display: flex;
}

.info-box-icon {
    border-radius: .25rem;
    align-items: center;
    display: flex;
    font-size: 1.875rem;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.info-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.8;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}

.info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box-number {
    display: block;
    font-weight: 700;
}

.sidebar-coin-name {
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.4 !important;
}
