.col-wrap-200 {
    max-width: 200px;
    word-wrap: break-word;
    white-space: normal;
}
#case_items {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

#case_items li {
    cursor: pointer;
}

#case_items li:hover {
    background-color: #f0f0f0;
}

.document-item {
    display: flex;
    gap: 0 10px;
    font-size: 13px;
}

.document-item a {
    font-weight: bold;
    text-decoration: underline;
}

.table-header {
    background-color: #6e1200;
    color: white;
}

.ck-editor__editable_inline {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.title {
    font-size: 14pt;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    max-width: 1140px;
    margin: 0 auto;
    gap: 30px 0;
}

.judge-card {
    text-align: center;
}

.judge-photo {
    width: 128px;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.judge-name {
    font-size: 16px;
}

.judge-position {
    font-size: 18px;
}

.py-6 {
    padding: 30px 0;
}

.grid-container-prosecutors {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    max-width: 1140px;
    margin: 0 auto;
    gap: 30px 0;
}

.prosecutors-position {
    font-size: 16px;
}

.photo-container {
    width: fit-content;
    border: 5px solid #dddddd;
    margin: 10px auto;
}
