.print-container {
   width: 80%;
   margin: 30px auto;
   text-align: center;
   font-family: Arial, sans-serif;
}

.print-container h1 {
   margin-bottom: 20px;
   font-size: 28px;
}

.print-container img {
   max-width: 100%;
   height: auto;
   margin-bottom: 20px;
}

.print-btn {
   background: #0073aa;
   color: #fff;
   padding: 10px 20px;
   border: none;
   border-radius: 4px;
   font-size: 16px;
   cursor: pointer;
}

.print-btn:hover {
   background: #005f8d;
}
/* Print Button */
/* Wrapper */
.wp-printshare-btn {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   margin: 15px 0;
}

/* Common Button Style */
.ppsp-btn {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   color: #fff !important;
   font-size: 20px;
   text-decoration: none;
   transition: all 0.3s ease;
   box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
   cursor: pointer;
}

.ppsp-btn:hover {
   transform: scale(1.1);
}

/* Specific Colors */
.ppsp-btn-print {
   background: #0073aa;
}

.ppsp-btn-copy {
   background: linear-gradient(135deg, #28a745, #218838);
}

.ppsp-btn.fb {
   background: #1877f2;
}

.ppsp-btn.insta {
   background: #e4405f;
}

.ppsp-btn.linkedin {
   background: #0077b5;
}

.ppsp-btn.x {
   background: #000;
}

.ppsp-btn.whatsapp {
   background: #25d366;
}

/* Responsive */
@media (max-width: 600px) {
   .wp-printshare-btn {
      justify-content: center;
   }

   .ppsp-btn {
      width: 35px;
      height: 35px;
      font-size: 16px;
   }
      .wp-printshare-btn {
         gap: 6px;
         margin: 0 0 15px 0; }
}

.plus_btn {
   background: green;
}
.minus_btn {
   background: red;
}

.ppsp-social-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   font-size: 18px;
   transition: background 0.3s ease;
}


.ppsp-btn.ppsp-views.view-count {
   background: #ff9800;
   color: #fff;
   font-weight: bold;
   width: auto;
   padding: 6px 12px;
   border-radius: 20px;
   
}
i.fas.fa-eye {
   font-size: 13px;
   margin-right: 3px;
}
#ppsp-export-container {
   background: #fff;
   padding: 20px;
   border-radius: 8px;
}

/* ================ Plugin Page =================  */

/* Plugin Settings Main Container */
.main_container {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   gap: 20px;
   margin-top: 20px;
   font-family: Arial, sans-serif;
}

/* Settings Form Section */
.main_container .wrap {
   background: #fff;
   padding: 20px;
   flex: 1;
   border: 1px solid #ddd;
   border-radius: 8px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.main_container .wrap h1 {
   font-size: 22px;
   margin-bottom: 20px;
   color: #333;
}

/* Table Style */
.form-table th {
   font-weight: 600;
   color: #333;
}

.form-table td {
   padding: 10px 0;
}

/* Input and Select Fields */
.form-table input[type="text"],
.form-table input[type="number"],
.form-table select {
   width: 250px;
   padding: 6px 8px;
   font-size: 14px;
   border: 1px solid #ccc;
   border-radius: 4px;
}

/* Checkbox Style */
.form-table input[type="checkbox"] {
   margin-right: 6px;
}

/* Info Sidebar */
.info_side {
   width: 280px;
   background: #fff;
   padding: 20px;
   border: 1px solid #ddd;
   border-radius: 8px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   text-align: center;
}

.info_side h2 {
   font-size: 18px;
   color: #333;
   margin-bottom: 15px;
}

.info_side img {
   max-width: 120px;
   border-radius: 6px;
   margin-bottom: 10px;
}

.info_side p {
   font-size: 14px;
   color: #555;
   margin: 8px 0;
}

.info_side a {
   display: inline-block;
   font-size: 14px;
   color: #1877f2;
   text-decoration: none;
}

.info_side hr {
   margin: 15px 0;
   border: none;
   border-top: 1px solid #eee;
}

/* Promo Button */
.info_side .promo-btn {
   display: inline-block;
   background: #1877f2;
   color: #fff;
   padding: 10px 15px;
   font-size: 14px;
   font-weight: bold;
   border-radius: 4px;
   text-decoration: none;
   transition: background 0.3s ease;
}

.info_side .promo-btn:hover {
   background: #145dbf;
}