/* cron-overlap.html */
.cron-overlap-page .cron-overlap-unit {
    font-size: 0.8125rem;
    color: #888;
    white-space: nowrap;
}

.cron-overlap-page .cron-overlap-stepper {
    display: inline-flex;
    align-items: center;
    height: 34px;
    gap: 0;
}

.cron-overlap-page .cron-overlap-stepper .cron-featured-input.is-short {
    width: 3em;
    min-width: 3em;
    max-width: 3em;
    height: 34px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px;
    font-size: 0.8125rem;
    -moz-appearance: textfield;
    appearance: textfield;
}

.cron-overlap-page .cron-overlap-stepper .cron-featured-input.is-short::-webkit-outer-spin-button,
.cron-overlap-page .cron-overlap-stepper .cron-featured-input.is-short::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cron-overlap-page .cron-overlap-stepper .cron-featured-input.is-short:focus {
    outline: none;
    border-color: #c8d4ef;
    position: relative;
    z-index: 1;
}

.cron-overlap-page .cron-overlap-stepper-btn {
    width: 26px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #666;
    font-size: 0.875rem;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
}

.cron-overlap-page .cron-overlap-stepper-btn.is-left {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.cron-overlap-page .cron-overlap-stepper-btn.is-right {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.cron-overlap-page .cron-overlap-stepper-btn:hover {
    color: #3280f8;
    background: #f7faff;
}

.cron-overlap-page .cron-overlap-result-summary {
    padding: 10px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.cron-overlap-page .cron-overlap-result-summary.overlap {
    background: #f8ecec;
    color: #a94442;
    border: 1px solid #ecd6d6;
}

.cron-overlap-page .cron-overlap-result-summary.no-overlap {
    background: #eaf5ee;
    color: #2d6a45;
    border: 1px solid #d5e8db;
}

.cron-overlap-page .cron-overlap-summary-title {
    font-weight: 500;
    margin-bottom: 4px;
}

.cron-overlap-page .cron-overlap-summary-info {
    font-size: 0.8125rem;
    line-height: 1.45;
}

.cron-overlap-page .cron-overlap-summary-stats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cron-overlap-page .cron-overlap-stat-item {
    padding: 6px 10px;
    background: #f7f8fa;
    border-radius: 4px;
    border: 1px solid #ececec;
    font-size: 0.8125rem;
}

.cron-overlap-page .cron-overlap-stat-label {
    color: #777;
    margin-right: 4px;
}

.cron-overlap-page .cron-overlap-stat-value {
    font-weight: 500;
    color: #444;
}

.cron-overlap-page #cron-overlap-details.cron-featured-panel {
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}

.cron-overlap-page .cron-overlap-details-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.8125rem;
}

.cron-overlap-page .cron-overlap-details-table th,
.cron-overlap-page .cron-overlap-details-table td {
    border: 1px solid #e6e6e6;
    padding: 7px 8px;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
}

.cron-overlap-page .cron-overlap-details-table th {
    background: #f7f8fa;
    color: #666;
    font-weight: 500;
}

.cron-overlap-page .cron-overlap-details-table th:nth-child(1),
.cron-overlap-page .cron-overlap-details-table td:nth-child(1) {
    width: 52px;
    text-align: center;
}

.cron-overlap-page .cron-overlap-details-table th:nth-child(2),
.cron-overlap-page .cron-overlap-details-table td:nth-child(2) {
    width: 28%;
}

.cron-overlap-page .cron-overlap-details-table th:nth-child(3),
.cron-overlap-page .cron-overlap-details-table td:nth-child(3),
.cron-overlap-page .cron-overlap-details-table th:nth-child(4),
.cron-overlap-page .cron-overlap-details-table td:nth-child(4) {
    width: auto;
}

.cron-overlap-page .cron-overlap-col-index {
    color: #888;
}

.cron-overlap-page .cron-overlap-col-diff {
    color: #7a6230;
}

.cron-overlap-page .cron-overlap-col-time {
    font-family: var(--font-mono);
    color: #555;
    font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
    .cron-overlap-page .cron-featured-field-control .cron-featured-input.is-expr {
        width: 100%;
    }

    .cron-overlap-page .cron-overlap-details-table {
        font-size: 0.75rem;
    }
}
