html.tmcrm-text-xs { font-size: 13px; }
html.tmcrm-text-s { font-size: 14px; }
html.tmcrm-text-m { font-size: 16px; }
html.tmcrm-text-large { font-size: 18px; }
html.tmcrm-text-xl { font-size: 20px; }

.tmcrm-search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 2500;
    display: none;
    border: 1px solid #dfe4f2;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.tmcrm-search-suggestions.is-open {
    display: block;
}

.tmcrm-search-option {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-bottom: 1px solid #edf1f7;
    background: #ffffff;
    color: #172033;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    text-align: left;
    cursor: pointer;
}

.tmcrm-search-option:last-child {
    border-bottom: 0;
}

.tmcrm-search-option:hover,
.tmcrm-search-option.is-active {
    background: #f4f7ff;
}

.tmcrm-search-option i {
    color: #4057d6;
    width: 18px;
    text-align: center;
}

.tmcrm-search-option strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 900;
}

.tmcrm-search-option small {
    display: block;
    color: #7a829d;
    font-size: 0.74rem;
    font-weight: 750;
}

.tmcrm-search-empty {
    padding: 12px 14px;
    color: #7a829d;
    font-size: 0.84rem;
    font-weight: 800;
}

.text-size-options {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.text-size-option {
    min-width: 44px;
    min-height: 34px;
    border: 1px solid #dfe4f2;
    border-radius: 10px;
    background: #ffffff;
    color: #334155;
    font-weight: 900;
    cursor: pointer;
}

.text-size-option:hover,
.text-size-option.is-active {
    border-color: #4057d6;
    background: #eff6ff;
    color: #1d4ed8;
}
