/**
 * PuzzleSync Admin Styles
 *
 * @package PuzzleSync
 * @since 1.0.0
 */

.chrmrtns-puzzlesync-meta-box table {
    width: 100%;
}

.chrmrtns-puzzlesync-meta-box td {
    padding: 10px 5px;
}

.chrmrtns-puzzlesync-meta-box input[type="url"],
.chrmrtns-puzzlesync-meta-box input[type="text"] {
    width: 100%;
}

.chrmrtns-puzzlesync-info-box {
    background: #f0f0f1;
    padding: 15px;
    margin-top: 20px;
    border-left: 4px solid #2271b1;
}
