.awards-wrapper, .titles-wrapper {
    background-color: #1a1a1a;
    padding: 25px;
    border-radius: 8px;
    color: #ddd;
    max-width: 1100px;
    margin: 20px auto;
    box-shadow: 0 0 10px #000;
}

.awards-wrapper h2, .titles-wrapper h2 {
    color: #e74c3c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.badge-block {
    background: #222;
    border: 1px solid #333;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.badge-header {
    display: flex;
    align-items: center;
}

.badge-icon {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.badge-users {
    margin-top: 10px;
}

.badge-users a {
    margin-right: 8px;
    display: inline-block;
}

.badge-fa-icon {
    font-size: 2rem;
    color: #ff4c4c;
    margin-right: 15px;
}


.no-users {
    color: #777;
    font-style: italic;
}

.section-divider {
    border: none;
    border-top: 2px solid #333;
    margin: 40px 0;
}

.titles-table {
    width: 100%;
    border-collapse: collapse;
}

.titles-table th, .titles-table td {
    padding: 10px;
    border: 1px solid #333;
    text-align: left;
}

.titles-table th {
    background: #222;
    color: #ff4c4c;
}
