.reject_box {
    max-width:230px; 
    background: #fff;  
    border: 1px solid #086996; 
    border-radius: 12px; 
    overflow: hidden; 
    box-shadow: 0 4px 16px rgba(0,0,0,0.10), 0 1px 3px rgba(0,0,0,0.07); 
    font-family: inherit;
    margin-bottom: 12px; 
    margin-left:5px;
}

.reject_header {
    background: #fff;
    padding: 11px 14px; 
    display: flex; 
    align-items: center; 
    gap: 8px;
    border-bottom: #086996 solid 1px;
}

.reject_header_text {
    font-size: 12px; 
    font-weight: 600; 
    color: #086996; 
    letter-spacing: 0.05em; 
    text-transform: uppercase;
}

.reject_content_box {
    background: #f9f9f9; 
    border: 0.5px solid #e0e0e0; 
    border-radius: 8px; 
    padding: 8px 10px;
}

.reject_content_title {
    font-size: 11px; 
    color: #888; 
    margin: 0 0 3px; 
    text-transform: uppercase; 
    letter-spacing: 0.04em;
}

.reject_content_date {
    font-size: 13px; 
    font-weight: 600; 
    color: #222; 
    margin: 0; 
    line-height: 1.4;
}

.reject_text {
    font-size: 13px; 
    color: #222;
    line-height: 1.5;
    word-break: break-all; 
    overflow-wrap: anywhere;
}


