img.help{max-width:600px}

.tab-content {
    margin-top: 5px;
}

.tab-pane {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

.tab-pane h2{margin-top:0}

.speedup-cached-table th:nth-child(1),
.speedup-cached-table td:nth-child(1) {
    width: 20%; /* Created column */
}
.speedup-cached-table th:nth-child(2),
.speedup-cached-table td:nth-child(2) {
    width: 70%; /* URL column */
}
.speedup-cached-table th:nth-child(3),
.speedup-cached-table td:nth-child(3) {
    width: 10%; /* Seconds column */
}

/* Highlight table row on hover */
.speedup-cached-table tbody tr:hover {
    background-color: #f0f0f0; /* Light gray background on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.iox-info-box {
    background: #f0f6fc;
    border-left: 4px solid #0073aa;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.iox-info-box .dashicons {
    font-size: 24px;
    color: #0073aa;
}

.iox-info-box p {
    margin: 0;
    font-size: 14px;
    color: #333;
}