.kfdlimits-alert {
    border-radius: 14px;
    margin: 16px 0;
    padding: 14px 16px;
}

.kfdlimits-alert--info {
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
    border: 1px solid #c7d8ff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.06);
    color: #2643d6;
}

.kfdlimits-alert--error {
    background: linear-gradient(180deg, #fff8f8 0%, #fff1f1 100%);
    border: 1px solid #f1c7c7;
    box-shadow: 0 10px 24px rgba(127, 29, 29, 0.06);
    color: #8b2f2f;
}

.kfdlimits-alert__title {
    color: #2040d1;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.35;
    margin-bottom: 8px;
}

.kfdlimits-alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kfdlimits-alert li {
    align-items: flex-start;
    display: flex;
    font-size: 12px;
    gap: 9px;
    line-height: 1.45;
}

.kfdlimits-alert li + li {
    margin-top: 8px;
}

.kfdlimits-alert__icon {
    align-items: center;
    color: #3357de;
    display: inline-flex;
    flex: 0 0 14px;
    height: 14px;
    justify-content: center;
    margin-top: 2px;
    width: 14px;
}

.kfdlimits-alert__icon svg {
    display: block;
    fill: currentColor;
    height: 14px;
    width: 14px;
}

.kfdlimits-alert__item-text {
    color: inherit;
    display: block;
    font-size: 12px;
    line-height: 1.45;
}

.kfdlimits-alert__meta {
    color: #4260dd;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 10px;
    opacity: 0.96;
}

.kfdlimits-alert__message {
    font-size: 12px;
    line-height: 1.5;
}

.kfdlimits-product-hint {
    background: linear-gradient(180deg, #fff9f9 0%, #fff4f4 100%);
    border: 1px solid #f1d3d3;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(127, 29, 29, 0.035);
    color: #7b5c5c;
    margin-top: 14px;
    padding: 11px 14px 12px;
}

.kfdlimits-product-hint strong {
    color: #6b2c2c;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.35;
    margin-bottom: 3px;
}

.kfdlimits-product-hint span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
}

.kfdlimits-toast-stack {
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 20px;
    width: min(400px, calc(100vw - 32px));
    z-index: 1050;
}

.kfdlimits-toast {
    background: linear-gradient(180deg, rgba(127, 29, 29, 0.98) 0%, rgba(153, 27, 27, 0.98) 100%);
    border: 1px solid rgba(254, 202, 202, 0.24);
    border-radius: 14px;
    box-shadow: 0 20px 44px rgba(127, 29, 29, 0.24);
    color: #fff7f7;
    padding: 12px 14px;
}

.kfdlimits-toast--runtime {
    background: linear-gradient(180deg, rgba(120, 30, 30, 0.98) 0%, rgba(148, 32, 32, 0.98) 100%);
    border-color: rgba(254, 226, 226, 0.38);
    box-shadow: 0 22px 48px rgba(120, 30, 30, 0.28);
}

.kfdlimits-toast strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.35;
    margin-bottom: 7px;
}

.kfdlimits-toast ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kfdlimits-toast li {
    font-size: 12px;
    line-height: 1.45;
}

.kfdlimits-toast li + li {
    margin-top: 6px;
}
