.telegram-text-block {
    min-height: 0 !important;
    height: auto !important;
    padding: 14px 18px !important;
    margin-top: 18px !important;
    margin-bottom: 10px !important;
}

.telegram-text-content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.4;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.telegram-text-block [data-telegram-text-copy] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    top: 0 !important;
    right: 12px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    z-index: 2;
    width: auto !important;
    min-width: 0 !important;
    height: 24px;
    min-height: 24px;
    margin: 0 !important;
    padding: 0 9px !important;
    line-height: 1.2;
    white-space: nowrap;
    color: #39c3e6 !important;
    background-color: #17222d !important;
    border: 1px solid #39c3e6 !important;
    opacity: 1 !important;
    box-shadow: 0 0 0 3px #17222d;
}

.telegram-text-block [data-telegram-text-copy].btn-success {
    color: #ffffff !important;
    background-color: #0acf97 !important;
    border-color: #0acf97 !important;
}

.telegram-text-block [data-telegram-text-copy].btn-danger {
    color: #ffffff !important;
    background-color: #fa5c7c !important;
    border-color: #fa5c7c !important;
}
