/* ======================================================
   TamilAI Document Details - Mobile
   SSL Technology
====================================================== */

@media (max-width: 768px) {
  /* ==========================================
   Popup
========================================== */

  .document-details {
    align-items: flex-start;
  }

  .document-details-window {
    width: 100vw;
    height: 100vh;

    border: none;
    border-radius: 0;

    display: flex;
    flex-direction: column;

    overflow: hidden;
  }

  /* ==========================================
   Header
========================================== */

  .document-details-header {
    padding: 14px 16px;

    min-height: 64px;
  }

  .document-details-header h2 {
    font-size: 18px;

    font-weight: 700;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
  }

  .document-details-header button {
    width: 38px;

    height: 38px;

    border-radius: 12px;

    font-size: 18px;
  }

  /* ==========================================
   Body
========================================== */

  .document-details-body {
    flex: 1;

    display: flex;

    flex-direction: row;

    align-items: flex-start;

    gap: 14px;

    padding: 14px;

    overflow-y: auto;
  }

  /* ==========================================
   Icon
========================================== */

  .document-preview-icon {
    width: 64px;

    height: 64px;

    flex-shrink: 0;

    font-size: 34px;

    border-radius: 16px;
  }

  /* ==========================================
   Information
========================================== */

  .document-info {
    flex: 1;

    display: flex;

    flex-direction: column;

    gap: 10px;
  }

  .document-row {
    padding: 10px 12px;

    border-radius: 12px;
  }

  .document-row span {
    font-size: 12px;
  }

  .document-row strong {
    font-size: 12px;

    max-width: 60%;

    text-align: right;

    word-break: break-word;
  }
  /* ==========================================
   Actions
========================================== */

  .document-actions {
    display: grid;

    grid-template-columns: 1fr;

    gap: 10px;

    padding: 14px;

    border-top: 1px solid rgba(255, 255, 255, 0.05);

    background: #0b1d2a;
  }

  .document-actions button {
    height: 46px;

    font-size: 14px;

    border-radius: 12px;
  }
}
