/* =====================================================
   Readonly Info
===================================================== */
.info-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.info-item {
    padding: 16px 18px;
    border-bottom: 1px solid #ececec;
}

    .info-item:last-child {
        border-bottom: none;
    }

.info-title {
    margin-bottom: 6px;
    font-size: 13px;
    color: #6b7280;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .4px;
}

.info-value {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    line-height: 1.5;
    word-break: break-word;
}

/* =====================================================
   Progress
===================================================== */
#progress-log {
    margin-top: 24px
}

#currentStatus {
    margin: 0 0 12px;
    text-align: center;
    font-size: 18px;
}

#progress {
    width: 100%;
    height: 18px;
}

#statusLog {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    max-height: 180px;
    overflow-y: auto;
}

    #statusLog li {
        padding: 8px 0;
        border-bottom: 1px dashed #e5e7eb;
    }

/* =====================================================
   Result
===================================================== */
#resultBox {
    margin-top: 20px;
}

img {
    max-width: 100%;
    border-radius: 10px;
}

#resultBox img {
    cursor: zoom-in;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}


.container {
    max-width: 720px !important;
}

@media (min-width:769px) {

    .container {
        max-width: 720px;
    }

    .info-value {
        font-size: 21px;
    }
}