.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) {
    color: #e5e7eb !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div:first-child {
    color: #f8fafc !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div:first-child small {
    color: #c7d2fe !important;
    opacity: 1 !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div:first-child > div > div {
    color: #fff !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div[style*="background:#172033"] {
    color: #e5e7eb !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div[style*="background:#172033"] > div:first-child {
    color: #f8fafc !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) div[style*="flex:1 1 180px"] > div:first-child {
    color: #f8fafc !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) div[style*="flex:1 1 180px"] > div:first-child a {
    color: #38bdf8 !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) div[style*="flex:1 1 180px"] > div:first-child a:hover,
.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) div[style*="flex:1 1 180px"] > div:first-child a:focus-visible {
    color: #7dd3fc !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) small[style*="display:flex"] {
    color: #cbd5e1 !important;
    opacity: 1 !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) small[style*="background:#451a03"],
.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) small[style*="background:rgba(180,83,9,.2)"] {
    color: #fde68a !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) small[style*="background:#083344"],
.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) small[style*="background:rgba(14,116,144,.2)"] {
    color: #bae6fd !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) div[style*="text-align:right"] > div {
    color: #f8fafc !important;
}

.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) div[style*="text-align:right"] > small,
.messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > small[style*="background:#111827"] {
    color: #cbd5e1 !important;
    opacity: 1 !important;
}

@media (max-width: 600px) {
    .messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div[style*="background:#172033"] > div[style*="display:flex"] {
        display: grid !important;
        grid-template-columns: 46px minmax(0, 1fr) auto;
        align-items: center !important;
        column-gap: 10px !important;
        row-gap: 4px !important;
        padding: 9px 10px !important;
    }

    .messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div[style*="background:#172033"] > div[style*="display:flex"] > img {
        grid-column: 1;
        grid-row: 1;
    }

    .messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div[style*="background:#172033"] > div[style*="display:flex"] > div[style*="flex:1 1 180px"] {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }

    .messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div[style*="background:#172033"] > div[style*="display:flex"] > div[style*="text-align:right"] {
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        margin-left: 0 !important;
    }

    .messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div[style*="background:#172033"] > div[style*="display:flex"]:not(:has(> img)) {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div[style*="background:#172033"] > div[style*="display:flex"]:not(:has(> img)) > div[style*="flex:1 1 180px"] {
        grid-column: 1;
    }

    .messageText > div[style*="max-width:920px"]:has(> div[style*="linear-gradient(135deg,#111827,#312e81)"]) > div[style*="background:#172033"] > div[style*="display:flex"]:not(:has(> img)) > div[style*="text-align:right"] {
        grid-column: 2;
    }
}
