/*
.media-gallery__alt__popover {
    background-color: rgba(255, 255, 255, 0.77);
    color: #000000 !important;
}
*/

/*
.reply-indicator__content .emojione, 
.status__content .emojione {
	width: 25px;	/* Stock is 20px */
	height: 25px;	/* Stock is 20px */
}
*/
.emoji-mart-category .emoji-mart-emoji span {
	width: 33px !important; /* stock: 20px; defined inline */
	height: 33px !important; /* stock: 20px; defined inline */
}

.status__content p:only-child > img:only-child {
    height: 56px;
    width: 56px;
}

.detailed-status .status__content p:only-child > img:only-child {
    width: 56px;
    height: 56px;
}

.emojione:hover {
  width: 56px !important;
  height: 56px !important;
  transition: all 0.2s ease-in-out !important;
}

.emojione {
  width: 24px !important;
  height: 24px !important;
  transition: all 0.2s ease-in-out !important;
}

@media screen and (min-width: 631px) {
    .columns-area {
        max-width: 100%;
    }

    .column {
        flex: 1 1 100%;
        min-width: 300px;
    }
}

/* Use underlines for links */
a.status-link:not(.mention) {text-decoration: underline;}

/* make content wrappers gay again */
.content-warning::before,
.content-warning::after,
.compose-form .spoiler-input__border {
    background: linear-gradient(
        to bottom,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
rgba(79, 220, 74, 1) 30%,
rgba(63, 218, 216, 1) 40%,
rgba(47, 201, 226, 1) 50%,
rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%
    );
}

/* Removes the 'hazard' strip from the account warning notification when viewing a report */
.account-card__warning-badge {
    background: none;
}

