/* AMPC Website Monitor — form and manage page. Kept minimal and theme
 * neutral; Enfold's own typography does the heavy lifting. */

.ampc-website-monitor {
    max-width: 640px;
}

.ampc-website-monitor__field label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.ampc-website-monitor__field input {
    width: 100%;
    max-width: 480px;
    padding: 8px 10px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}

.ampc-website-monitor__description {
    font-size: 0.9em;
    color: #555;
}

.ampc-website-monitor__submit,
.ampc-website-monitor__button {
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid #888;
    border-radius: 3px;
    background: #f3f3f3;
}

.ampc-website-monitor__submit:disabled {
    opacity: 0.6;
    cursor: wait;
}

.ampc-website-monitor__error {
    color: #a00000;
    font-weight: 600;
}

.ampc-website-monitor__status {
    font-weight: 600;
}

.ampc-website-monitor__item {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 12px;
    margin: 10px 0;
}

.ampc-website-monitor__item-url {
    font-weight: 600;
    margin: 0 0 4px;
    word-break: break-all;
}

.ampc-website-monitor__item-meta {
    font-size: 0.9em;
    color: #555;
    margin: 0 0 8px;
}

.ampc-website-monitor__item-actions {
    margin: 0;
}

.ampc-website-monitor__item-actions .ampc-website-monitor__button {
    margin-right: 8px;
    margin-bottom: 4px;
}
