.quickreply-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    align-items: flex-start;
}

.quickreply-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid rgba(213,170,67,0.4);
}

.quickreply-form {
    flex: 1;
}

.quickreply-form textarea {
    width: 100%;
    resize: vertical;
}

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}

