/*
Theme Name: Hello Elementor Child
Author: Permate
Author URI: https://permate.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.page-content h2 {
    font-size: 18px;
}
.page-content h3 {
	font-size: 16px;
}
.page-content h4 {
	font-size: 14px;
}

.permate-signle figure.wp-caption, .permate-signle figure.wp-block-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.permate-signle figure.wp-caption img, .permate-signle img.alignnone, .permate-signle figure.wp-block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.permate-signle img.alignnone, .permate-signle img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.elementor-grid .elementor-share-btn {
 margin-left: 5px;
}


.pm-toast {
  position: fixed;
  bottom: 20px;
  right: 40px;
  min-width: 200px;
  background-color: #c70a24;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9990;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pm-toast.show {
  opacity: 1;
  visibility: visible;
}

.pm-toast .close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.pm-toast .close-btn:hover {
  color: #ccc;
}