/* Button Shortcode Styles */.button-shortcode-container { text-align: center; display: flex; justify-content: center; margin-top: 20px; margin-bottom: 20px;}.button-shortcode { background: ; color: #ffffff; padding: 11px 60px; border-radius: 0px; font-size: 19px; font-weight: 500; text-transform: uppercase; transition: all 0.3s ease; text-decoration: none; display: inline-block; border: 0px solid #45AB78; cursor: pointer; max-width: fit-content; background-position: center center; background-repeat: no-repeat; background-size: cover;}.button-shortcode:hover { background: ; color: #e5a749; border-color: #3EAC90; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); background-position: center center; background-repeat: no-repeat; background-size: cover;}@media (max-width: 768px) { .button-shortcode { font-size: 17.1px; padding: 9.35px 51px; }}@media (max-width: 576px) { .button-shortcode { font-size: 15.2px; padding: 8.25px 45px; }}/* Анимации кнопки */@keyframes button-shortcode-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); }}.button-shortcode { animation: button-shortcode-pulse 2s ease-in-out infinite;}.button-shortcode:hover { animation: none;}
