/*
Theme Name: alicody Child
Theme URI: https://alicody.com/themes/alicody
Author: alicody.com
Author URI: https://alicody.com/
Template: alicody
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */


.promo-cody {
      margin: 10px auto;
    }
    
.promo-cody code {
      border: 1px dashed #666;
      padding: 10px 20px;
      font-family: 'Courier New', monospace;
      font-size: 22px;
      font-weight: bold;
	  color: #000000 !important;
      background: #dbeafe;
      border-radius: 4px;
      cursor: pointer;
      display: inline-block;
      transition: background 0.2s ease;
    }
    
.promo-cody code:hover {
      background: #f9f9f9;
    }
	
	
.centered-note {
    text-align: center !important;
}
.centered-note h3,
.centered-note p,
.centered-note hr {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.centered-note .su-button {
    display: block !important;
    margin: 0 auto !important;
}	

.mybtn {
    margin: 5px auto;
   }


 .ali-logo {
    max-width: 300px;
    height: auto;
  }
  
 /* Стиль для мобільних пристроїв */
@media (max-width: 768px) {
  img.ali-logo {
    width: 200px;
    height: auto; /* Зберігає пропорції */
  }
}