/*
Theme Name: Lei WP
Theme URI: https://example.com/lei-wp
Author: Your Name
Author URI: https://example.com
Description: A minimal WordPress theme optimized for single-page use.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lei-wp
*/
.elfCompanyText,
.registrationAuthorityText{
    display: none;
}









.purchase-notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
  padding: 16px;
  width: 340px;
  display: none;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

/* Header */
.purchase-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #222;
}

.purchase-header .success-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(76, 168, 113, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.purchase-notification .close-btn {
  margin-left: auto;
  cursor: pointer;
  font-size: 18px;
  color: #666;
}

.purchase-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 13px 0;
}

/* Body */
.purchase-body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.purchase-body img.flag {
  width: 26px;
  height: auto;
  border-radius: 2px;
}

.purchase-info {
  flex: 1;
}

.purchase-info .name {
  font-weight: 500;
  color: #111;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "'Work Sans'";
}

.purchase-info .category {
  font-size: 12px;
  color: #6b7280;
  line-height: 140%;
  letter-spacing: 0%;
  font-weight: 400;
  position: relative;
  top: 1px;
  font-family: "Work Sans";
}

.purchase-location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #6b7280;
  margin-top: 6px;
}

.purchase-location span {
  font-size: 14px;
}

.purchase-details{
  display:flex;
  align-items:center;
  gap: 5px;
}

.purchase-user{
  display:flex;
  align-items: center;
  gap: 10px;
}

#notification-text{
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: 'Work Sans';
}

.divider-line{
  color: #d1d1d1
}

#pn-city{
  font-size: 12px;
  font-family: "Work Sans"
}

#pn-name{
  font-family: "Work Sans";
}

.success-icon img,
.flag
 {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.close-btn img{
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.location-icon{
  width: 14px;
  height: 16px;
  vertical-align: middle;
}
