/**
 * Collapse Quote
 * An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2022, Thorsten Ahlers
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

.imcger-quote {
	position: relative;
	overflow: hidden;
}

/* This assumes .imcger-quote is the element getting overflow: hidden */
.imcger-quote > .imcger-quote-text > div > blockquote:first-child {
	margin-top: 0;
  }

.imcger-quote-shadow {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.imcger-quote-togglebutton {
	cursor: pointer;
	display: none;
	position: relative;
	text-align: center;
	z-index: 1;
}

blockquote cite, .uncited::before {
  position: relative;
  z-index: 1;
}

@media (max-width: 699px) {
	.imcger-quote-togglebutton {
		padding-top: 11px !important;
	}
}
