.main-content {
    clear: both;
}

.main-content.sp-block-descriptions-hidden [data-block-description="true"] {
    display: none;
}

.sp-main-title-wiki-links {
    list-style: none;
    padding: 0;
}

.sp-block-description-toolbar {
    display: inline-flex;
    align-items: center;
    margin: 0 10px 0 0;
}

.sp-block-description-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    min-width: 180px;
    padding: 6px 18px;
}

.sp-block-description-toggle i {
    margin-right: 0;
}

.sp-block-description-toggle:hover,
.sp-block-description-toggle:focus,
.sp-block-description-toggle:active {
    background: transparent;
    box-shadow: none;
    color: inherit;
    outline: none;
}

.main-content .report-filter-block .date-range-dropdown:hover .date-range-values,
.main-content .report-filter-block .date-range-values > div.range-custom:hover > .date-range-placeholder {
    z-index: 100000;
}

.sp-block-description-row {
    clear: both;
    position: relative;
}

.sp-block-description-text {
    display: block;
    margin-top: -6px;
    margin-bottom: 10px;
    line-height: 1.55;
    overflow: visible;
    white-space: normal;
    word-break: break-word;
}

.sp-analytics-badge-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: -8px;
    margin-bottom: 12px;
}

.sp-analytics-badge {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.sp-analytics-badge-date {
    background: #eef4ff;
    color: #2b4c7e;
    border: 1px solid #c8d8f2;
}

.sp-analytics-badge-store {
    background: #edf7ef;
    color: #285c3a;
    border: 1px solid #c6dfcd;
}

.sp-analytics-badge-icon {
    margin-right: 5px;
}

.sp-import-list-advanced {
    margin: 15px 15px;
}

.import-list-advanced-table {
    border-collapse: separate;
    border-spacing: 0;
    --import-list-advanced-header-height: 34px;
}

.import-list-advanced-table thead tr:first-child th {
    position: sticky;
    top: -1px;
    background: #fff;
    z-index: 3;
    border-top: 1px solid #e6e7e8;
}

.import-list-advanced-table thead tr.subheader th {
    position: sticky;
    top: 30px;
    background: #fff;
    z-index: 2;
}

.sp-import-list-advanced-scroll {
    overflow: scroll;
    max-height: 40vh;
}

.sp-import-list-advanced-errors {
    min-width: 400px;
}

.import-job-unread-list {
    z-index: 9999;
    min-width: 600px !important;
}

.import-job-unread-list .import-job-unread-item {
    display: flex;
    gap: 8px;
    transition: filter 0.15s ease;
}

.import-job-unread-list .import-job-unread-item:hover {
    filter: brightness(0.92);
}

.import-job-unread-list .import-manual-mark-as-unread {
    cursor: pointer;
}

.import-job-unread-list .import-job-unread-name {
    font-weight: 700;
    color: inherit;
    text-decoration: none;
}

.import-job-unread-list .import-job-unread-status {
    font-size: 0.9em;
    opacity: 0.85;
}

.import-job-unread-list .import-job-unread-finished-at {
    margin-left: 8px;
    opacity: 0.8;
}

.import-job-unread-list .import-job-unread-content {
    flex: 1;
}

.sp-settings-fieldset-description {
    padding: 10px;
    margin-bottom: 15px;
    background: #f0ebeb;
    display: block;
}

.sp-block-settings_dashboard .file-settings-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sp-block-settings_dashboard .file-settings-wrapper .remove {
    visibility: hidden;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.sp-chatgpt-trigger {
    margin-left: 25px;
    cursor: pointer;
}

.sp-chatgpt-icon,
.sp-chatgpt-response-icon {
    width: 15px;
}

.sp-report-export-toolbar {
    margin: -6px 0 14px 0;
}

.sp-report-export-button {
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.sp-report-export-button-secondary {
    font-weight: 600;
    margin-left: 8px;
}

.sp-multiselect-search-row {
    margin-top: 15px;
}

.sp-login-forgot-link {
    padding-left: 0;
}

.sp-reset-submit {
    margin-top: 15px !important;
}

.sp-reset-error-message {
    color: #7f0000;
}

.system-message-spaced {
    margin-top: 10px;
}

.sp-checkbox-list {
    padding: 10px;
}

.sp-checkbox-list label {
    display: block;
}
