.j3d-exif-tool__status {
    min-height: 22px;
    margin: 14px 0;
    color: #4a5568;
}

.j3d-exif-tool__status.is-error {
    color: #a12622;
}

.j3d-exif-tool__status.is-success {
    color: #176b3a;
}

.j3d-exif-tool__panel {
    margin-top: 20px;
}

.j3d-exif-tool__preview-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.j3d-exif-tool__preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    flex: 0 0 auto;
    overflow: hidden;
    background-color: #f1f3f8;
    border: 1px solid #dfe3ed;
    border-radius: 8px;
}

.j3d-exif-tool__preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.j3d-exif-tool__file-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    flex: 1 1 240px;
    margin: 0;
    padding: 14px 16px;
    background: #fafbfe;
    border: 1px solid #eceef5;
    border-radius: 8px;
}

.j3d-exif-tool__file-info div {
    min-width: 150px;
}

.j3d-exif-tool__file-info dt {
    font-size: 12px;
    color: #7a8499;
}

.j3d-exif-tool__file-info dd {
    margin: 3px 0 0;
    color: #2d3748;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.j3d-exif-tool__gps-warning {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    padding: 12px 14px;
    color: #7a4a05;
    background: #fff3d6;
    border: 1px solid #f0d38a;
    border-radius: 8px;
}

.j3d-exif-tool__empty {
    margin: 0 0 20px;
    color: #5a6278;
}

.j3d-exif-tool__groups {
    display: grid;
    gap: 18px;
    margin-bottom: 20px;
}

.j3d-exif-tool__group {
    padding: 14px 16px;
    background: #fafbfe;
    border: 1px solid #eceef5;
    border-radius: 8px;
}

.j3d-exif-tool__group h3 {
    margin: 0 0 10px;
    font-size: 15px;
}

.j3d-exif-tool__group-table {
    width: 100%;
    border-collapse: collapse;
}

.j3d-exif-tool__group-table th,
.j3d-exif-tool__group-table td {
    padding: 6px 8px;
    text-align: left;
    font-size: 13px;
    vertical-align: top;
    border-bottom: 1px solid #eceef5;
    overflow-wrap: anywhere;
}

.j3d-exif-tool__group-table tr:last-child th,
.j3d-exif-tool__group-table tr:last-child td {
    border-bottom: none;
}

.j3d-exif-tool__group-table th {
    width: 45%;
    color: #4a5568;
    font-weight: 600;
}

.j3d-exif-tool__tag-raw {
    display: block;
    margin-top: 2px;
    color: #9aa3b8;
    font-size: 11px;
}

.j3d-exif-tool__technical {
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #fafbfe;
    border: 1px solid #eceef5;
    border-radius: 8px;
}

.j3d-exif-tool__technical summary {
    cursor: pointer;
    font-weight: 600;
    color: #4a5568;
}

.j3d-exif-tool__technical-list {
    margin-top: 12px;
}

.j3d-exif-tool__note {
    margin: 0 0 20px;
    color: #5a6278;
    font-size: 13px;
}

.j3d-exif-tool__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.j3d-exif-tool__actions button[disabled] {
    opacity: .55;
}

@media (max-width: 640px) {
    .j3d-exif-tool__panel {
        padding: 16px;
    }

    .j3d-exif-tool__preview-row {
        flex-direction: column;
    }

    .j3d-exif-tool__group-table th {
        width: 55%;
    }

    .j3d-exif-tool__actions button {
        min-height: 44px;
        width: 100%;
    }
}
