.ig_toast.ig_burnt.ig_container {
    @apply relative box-border;
    @apply bg-transparent !important;
    min-height: 64px;
}

.ig_toast.ig_burnt .ig_content {
    @apply bg-transparent !important;
}

.ig_toast.ig_burnt .ig_wrapper {
    padding: 5px 5px 5px 65px;
}

.ig_toast.ig_burnt .ig_base {
    @apply absolute top-0 left-0 bottom-0 right-0 bg-transparent overflow-hidden z-0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.88));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.88));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.88));
    border: 1px solid #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.ig_toast.ig_burnt .ig_line {
    @apply w-px absolute;
    height: 27px;
    top: 1px;
    left: 58px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.ig_toast.ig_burnt .ig_line:after {
    @apply block w-px absolute;
    content: "";
    top: 1px;
    height: 26px;
    left: -1px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.ig_toast.ig_burnt .ig_headline {
    @apply text-white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.ig_toast.ig_burnt .ig_icon {
    max-height: 42px;
    max-width: 42px;
    left: 8px;
    top: 5px;
}

.ig_toast.ig_burnt .ig_icon img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.ig_toast.ig_burnt .ig_message {
    @apply relative;
    color: rgba(255, 255, 255, 0.83);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
}