/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Child theme for Hello Elementor
 Author:       Shafayet Hossain
 Author URI:   https://shafayettech.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Custom CSS নিচে খবেন */

.discount-percent {
  background: #e63946;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}

.st-login-container, .st-logout-container {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  max-width: 400px;
  margin: 40px auto;
  background: #f9f9f9;
}
.st-logout-container { background: #fffaf0; }

.st-login-btn, .st-logout-btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.st-login-btn { background: #1791c5; }
.st-logout-btn { background: #f44336; }

.st-login-btn:hover, .st-logout-btn:hover {
  opacity: 0.85;
}


