.testimony-container {
    max-width: 1050px;
    margin: 40px auto;
    border-radius: 10px;
    padding: 36px 24px 24px 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, MS Sans Serif, Geneva, sans-serif
    color: #222;
}

/* Main Quote */
.testimony-main-quote {
    font-size: 1.35rem;
    color: #555;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-top: 0;
    border: none;
    background: none;
}

/* Meta Row */
.testimony-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.testimony-meta-left {
    flex: 1 1 70%;
}

.testimony-witnesses {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #231F20;
}

.testimony-published {
    font-size: 1rem;
    color: #231F20;
}

/* Link Button */
.testimony-link-btn {
	text-decoration: underline;
	color: black;
}

/* Body */
.testimony-body {
    margin-top: 16px;
    margin-bottom: 45px;
    font-size: 1.07rem;
    line-height: 1.7;
}

/* Tags Row */
.testimony-tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
}

.testimony-tag {
    background: #E5CFC9;
    color: #B94E47;
    border-radius: 20px;
    padding: 8px 22px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    transition: background 0.2s;
}

div.copyright {
	display: flex;
	justify-content: center;
	padding: 1rem;
	font-size: 0.9rem;
}

@media (max-width: 650px) {
    .testimony-container {
        padding: 18px 6px;
    }
    .testimony-meta-row {
        flex-direction: column;
        gap: 12px;
    }
    .testimony-link-col {
        justify-content: flex-start;
    }
}
