/* Ticket Styles */

/* Badge colors and sizing */
.bg-orange {
    background-color: #fd7e14;
}

.badge-lg {
    font-size: 12px !important;
    padding: 5px 8px;
}

/* Typography */
.ticket-text {
    font-size: 14px;
}

/* Table styles */
.table-header-text {
    font-weight: 600;
    font-size: 14px;
}

.table-cell-text {
    font-size: 13px;
    padding: 2px 0;
}

/* Mobile card styling */
.ticket-card .card-header {
    padding: 10px 15px;
}

.ticket-card .card-body {
    padding: 15px;
}

.ticket-info .user-detail-text {
    font-size: 13px;
    line-height: 1.4;
}

/* Priority star styling */
.fe-star-on {
    font-size: 16px;
}

/* Dropdown actions menu */
.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-item {
    padding: 0.4rem 1.5rem;
}

/* Responsive behavior */
@media (max-width: 767.98px) {
    .ticket-cards .card-header .font-weight-bold {
        font-size: 15px;
        line-height: 1.3;
    }
} 