/* 
 * Typography CSS
 * Định dạng văn bản sử dụng trong plugin
 */

/* Base Typography */
#leopard-wordpress-offload-media-wrap {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.4;
  color: #333;
}

/* Headings */
#leopard-wordpress-offload-media-wrap h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#leopard-wordpress-offload-media-wrap h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.leopard-bucket-management-wrap h2 {
  color: #e53935;
  margin-bottom: 20px;
}

#leopard-wordpress-offload-media-wrap .col-right h2 {
  font-size: 12px;
}

#leopard-wordpress-offload-media-wrap h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

#leopard-wordpress-offload-media-wrap h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Text Styles */
.current-sync-process, .leopard-sync-notice-title {
  color: #000;
}

.leopard-sync-notice .current-sync-notice-title {
  color: #fff;
}

/* Link Styles */
#leopard-wordpress-offload-media-wrap a {
  text-decoration: none;
  color: #2271b1;
  transition: color 0.2s ease-in-out;
}

#leopard-wordpress-offload-media-wrap a:hover {
  color: #135e96;
  text-decoration: underline;
}

.leopard-sync-notice a {
  color: #FF0000;
  padding-left: 15px;
}

/* Text Alignment */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* Text Transform */
.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* Font Styles */
.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-italic {
  font-style: italic;
}

/* Tab Navigation */
#leopard-wordpress-offload-media-wrap .nav-tab {
  font-size: 12px;
}

/* Section Title */
.sync-operation-name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.sync-status-message {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}

/* File Status */
#current-processing-file {
  word-break: break-all;
  font-family: monospace;
}

/* Description Text */
.nou_leopard_wom_description {
  display: block;
  margin-left: 11.2rem;
  font-style: italic;
  margin-top: 5px;
}

.nou_leopard_wom_description_checkbox {
  display: block;
  margin-left: 11.2rem;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 20px;
}

/* Enhanced Sync Title */
.enhanced-sync-title {
  font-size: 20px;
  font-weight: 600;
  color: #1d2327;
}

/* Recommendation Card */
.recommendation-card h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #2271b1;
}

.recommendation-card p {
  margin-bottom: 15px;
  color: #666;
  min-height: 60px;
}

/* Debug Output */
#debug_output {
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 12px;
  line-height: 1.4;
}

/* Empty Status Message */
.empty-status-message {
  padding: 20px;
  text-align: center;
  color: #666;
  font-style: italic;
}

/* Progress Info */
.progress-info {
  font-size: 14px;
  color: #666;
}

/* File Status Name */
.file-status-name {
  font-weight: bold;
  margin-bottom: 3px;
}

.file-status-meta {
  font-size: 12px;
  color: #666;
}

/* Sync Card Text */
.sync-operation-card p {
  margin: 0;
  color: #666;
  font-size: 13px;
}

/* Status Label */
.status-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.status-value {
  font-size: 24px;
  color: #2271b1;
}

/* File path in checklist */
.nou_leopard_wom_file_checklist .file-path {
  font-size: 12px;
  word-break: break-all;
}