.ff-issues-wrap {
    width: 95%;
    max-width: 1400px;
    margin: 45px auto;
    padding: 0 25px;
}

.ff-issues-wrap h1 {
    margin-bottom: 25px;
    font-size: 30px;
}

.ff-issue-card {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.ff-issue-card h2 {
    margin: 8px 0 12px;
    font-size: 24px;
}

.ff-issue-card h2 a {
    text-decoration: none;
}

.ff-issue-meta {
    color: #999;
    font-size: 15px;
    margin-bottom: 8px;
}

.ff-current-status {
    display: inline-block;
    margin: 5px 0 18px;
    padding: 7px 12px;
    background: #f4f4f4;
    border-radius: 4px;
    font-weight: 600;
}

.ff-status {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.ff-resolved {
    background: #00c875;
}

.ff-open {
    background: #ff4b4b;
}

.ff-scheduled {
    background: #2271b1;
}

.ff-monitoring {
    background: #f0b400;
}

.ff-cancelled {
    background: #777;
}

.ff-content {
    margin: 25px 0;
}

.ff-incident-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.ff-incident-table th,
.ff-incident-table td {
    border: 1px solid #ccc;
    padding: 15px 16px;
    vertical-align: top;
}

.ff-incident-table th {
    width: 270px;
    background: #f4f4f4;
    font-weight: 700;
}

.ff-excerpt {
    margin-top: 18px;
    max-width: 1000px;
}

.ff-updates {
    margin-top: 35px;
}

.ff-updates h2 {
    margin-bottom: 20px;
}

.ff-update-item {
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
}

.ff-update-message {
    margin-top: 8px;
}

.ff-pagination {
    margin-top: 30px;
}
