.form-control.long-text {
    min-height: 6.5rem;
    line-height: 1.55;
    resize: vertical;
    white-space: pre-wrap;
    word-break: break-word;
}

.form-control.long-text--compact {
    min-height: 4.5rem;
}

.long-text-display {
    vertical-align: top;
    word-break: break-word;
}

.long-text-content {
    display: block;
    white-space: pre-line;
    line-height: 1.75;
    word-break: break-word;
}

td.long-text-display,
th + td.long-text-display {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
    vertical-align: top !important;
}

p.long-text-display .long-text-content,
.long-text-display > .long-text-content {
    max-width: 100%;
}

/* Tabel pengumuman beranda: hanya kolom Keterangan yang long-text */
#pengumumanTable td,
#pengumumanTable th {
    vertical-align: top;
}

#pengumumanTable th:nth-child(1),
#pengumumanTable td:nth-child(1) {
    white-space: nowrap;
    width: 1%;
}

#pengumumanTable th:nth-child(2),
#pengumumanTable td:nth-child(2) {
    width: 11rem;
    max-width: 11rem;
    word-break: break-word;
    line-height: 1.45;
}

#pengumumanTable th:nth-child(3),
#pengumumanTable td:nth-child(3) {
    width: auto;
}

#pengumumanTable td.long-text-display .long-text-content {
    line-height: 1.8;
}

.long-text-hint {
    display: block;
    margin-top: 0.35rem;
}
