.ticket-info-box-c8723cb9 {
    border-left: 5px solid #FFAA00;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.ticket-info-box-c8723cb9 .tib-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.ticket-info-box-c8723cb9 .tib-header h4 {
    margin: 0;
    font-weight: 600;
}

.ticket-info-box-c8723cb9 .tib-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ticket-info-box-c8723cb9 .tib-desc {
    margin-bottom: 15px;
    line-height: 1.5;
}

.ticket-info-box-c8723cb9 .tib-desc p:last-child {
    margin-bottom: 0;
}

.ticket-info-box-c8723cb9 .tib-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ticket-info-box-c8723cb9 .tib-list li {
    display: flex;
    gap: 8px;
    line-height: 1.4;
}

.ticket-info-box-c8723cb9 .tib-list li strong {
    font-weight: 600;
    min-width: 120px;
}
