/*
Plugin Name: AA PDF Reader
Plugin URI: https://wordpress.org/plugins/aa-pdf-reader/
Description: Easily embed and display interactive PDF files in your posts or pages with the lightweight AA PDF Reader plugin
Version: 1.0.2
Author: Syed Ashik Mahmud
Author URI: https://aaextensions.com
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aa-pdf-reader
Domain Path: /languages
*/

/* admin-style.css for AA PDF Reader admin settings */

.aa-pdf-reader-admin-wrap h1 {
  margin-bottom: 1.5em;
  font-weight: 600;
}

.form-table th {
  padding: 15px 20px 15px 0;
  font-weight: 600;
  vertical-align: middle;
}

.form-table input[type="number"],
.form-table select {
  width: 120px;
  padding: 5px 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-table input[type="checkbox"] {
  transform: scale(1.2);
  margin-top: 3px;
}

.description {
  color: #666;
  font-size: 12px;
  margin-top: 4px;
}
