/*
Theme Name: LandPress Child
Theme URI: https://landpress.keydesign.xyz/
Description: Marketing Landing Page Elementor WordPress Theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: landpress
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: landpress-child
*/

/* ─────────────────────────────────────────── */
/* Styles für [sharelinks] QR-Code & Button   */
/* ─────────────────────────────────────────── */

/* Container Style (weiße Fläche, zentriert, abgerundete Ecken) */

/* Das QR-Canvas auf max. 100% Breite begrenzen */
.sharelinks-qr canvas,
.sharelinks-qr img {
  width: 100% !important;    /*füllt die Container-Breite*/
  height: auto !important;   /*behält das Seitenverhältnis*/
  max-width: 200px;          /*deine Wunsch-Max-Breite*/
}

.sharelinks-wrapper {
  display: table;
  width: 200px;    /* gleich deiner max-width fürs Canvas */
  margin: 1em auto;
  background: #fff;
  padding: 8px;
  border-radius: 15px;
  text-align: center;
}

/* Button-Style */
.sharelinks-wrapper button {
  display: block;           /* damit width:100% greift */
  width: 100%;              /* füllt jetzt genau die 200px des Wrappers */
  
  margin-top: 8px !important;
  font-family: inherit !important;
  font-size: 15px !important;
  color: #fff;
  border-radius: 9999px;
  cursor: pointer;
  background-color: #000; 
}

