.sellkit-ticket-table {
    margin-bottom: 2.5rem;
}

.sellkit-ticket-table table {
    width: 100%;
    border-collapse: collapse;
}

.sellkit-ticket-table th,
.sellkit-ticket-table td {
    text-align: left;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #e6e8eb;
}

.sellkit-ticket-table a {
    color: #1a1f36;
    font-weight: 600;
    text-decoration: none;
}

.sellkit-ticket-form-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #1a1f36;
    margin-bottom: 1.5rem;
}

.sellkit-ticket-form {
    max-width: 560px;
    padding-right: 0;
}

.sellkit-ticket-form .form-group {
    margin-bottom: 1.75rem;
}

.sellkit-ticket-form .form-control {
    max-width: 100%;
}

.sellkit-ticket-form .sellkit-form-group-input,
.sellkit-ticket-form .sellkit-form-uploader-container {
    width: 100%;
}

.sellkit-ticket-field-label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 12px;
}

.sellkit-ticket-form .form-group .sellkit-ticket-field-label {
    padding-bottom: 12px;
}

.sellkit-ticket-field-title {
    display: block;
    color: #1a1f36;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.sellkit-ticket-field-hint {
    display: block;
    color: #667085;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.sellkit-ticket-form .sellkit-toggle {
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
    font-weight: 400;
    user-select: none;
}

.sellkit-ticket-form .sellkit-toggle i {
    flex-shrink: 0;
    margin-right: 0.75rem;
    margin-bottom: 0;
    vertical-align: middle;
}

.sellkit-ticket-form .sellkit-toggle-label {
    display: inline-block;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #667085;
}

.sellkit-ticket-access-details {
    display: none;
    margin-top: 14px;
}

.sellkit-ticket-access-details.is-open {
    display: block;
}

.sellkit-ticket-access-input {
    min-height: 120px;
    resize: vertical;
    margin-bottom: 8px;
}

.sellkit-ticket-editor .tox-tinymce {
    border: none !important;
    border-radius: 4px !important;
    box-shadow:
        rgb(0 0 0 / 0%) 0px 0px 0px 0px,
        rgb(0 0 0 / 0%) 0px 0px 0px 0px,
        rgb(0 0 0 / 0%) 0px 0px 0px 0px,
        rgb(60 66 87 / 16%) 0px 0px 0px 1px,
        rgb(0 0 0 / 0%) 0px 0px 0px 0px,
        rgb(0 0 0 / 0%) 0px 0px 0px 0px,
        rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}

.sellkit-ticket-editor .tox .tox-editor-header {
    box-shadow: none !important;
    border-bottom: 1px solid #eaecf0 !important;
    padding: 0 !important;
}

.sellkit-ticket-editor .tox .tox-toolbar,
.sellkit-ticket-editor .tox .tox-toolbar__primary,
.sellkit-ticket-editor .tox .tox-toolbar__overflow {
    background: #fbfcfd !important;
}

.sellkit-ticket-editor .tox .tox-tbtn {
    transform: none;
}

.artbees-table-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.75rem;
}

.artbees-table-header-title {
    margin: 0;
    font-size: 1.125rem;
}

.artbees-table-heading-count {
    color: #667085;
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

.sellkit-ticket-view {
    max-width: 800px;
}

.sellkit-ticket-back {
    display: inline-block;
    margin-bottom: 1rem;
    color: #635cff;
    text-decoration: none;
    font-weight: 600;
}

.sellkit-ticket-thread-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 2rem 0;
}

.sellkit-ticket-thread {
    border: 1px solid #e6e8eb;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    background: #fff;
}

.sellkit-ticket-thread-agent {
    background: #f7f6ff;
}

.sellkit-ticket-thread-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
    color: #667085;
    font-size: 0.875rem;
}

.sellkit-ticket-thread-body {
    color: #1a1f36;
    line-height: 1.6;
}

.sellkit-ticket-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.sellkit-ticket-attachment {
    display: inline-flex;
    padding: 0.35rem 0.7rem;
    border-radius: 8px;
    background: #f2f4f7;
    color: #1a1f36;
    text-decoration: none;
    font-size: 0.8125rem;
}

.sellkit-ticket-reply {
    margin-top: 2rem;
}

.sellkit-ticket-reply textarea {
    width: 100%;
    margin: 0.5rem 0 1rem;
}
