/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-permanentBonusInfoText,
#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-actionBonusInfoText,
#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-permanentBonusInfoText .geschaefte-modal-action-bonus-title,
#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-permanentBonusInfoText  .geschaefte-modal-action-bonus-description,
#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-actionBonusInfoText .geschaefte-modal-action-bonus-title,
#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-actionBonusInfoText  .geschaefte-modal-action-bonus-description {
    color: var(--e-global-color-primary) !important;
    display: block;
}

#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-permanentBonusInfoText  .geschaefte-modal-action-bonus-description,
#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-actionBonusInfoText  .geschaefte-modal-action-bonus-description {
    font-size: 22px;
}

#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-permanentBonusInfoText .geschaefte-modal-bonus,
#geschaefte-modal-container #geschaefte-modal-content-container #geschaefte-modal-actionBonusInfoText .geschaefte-modal-bonus {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 4px;
}


/* PDF Download Button */
.tm-partners-pdf-download {
    margin-top: 25px;
    text-align: center;
}

.tm-partners-pdf-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: var(--e-global-color-primary) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease;
}

.tm-partners-pdf-button:hover:not(:disabled) {
    background-color: #a93226;
    color: #ffffff !important;
}

.tm-partners-pdf-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.tm-partners-pdf-button i {
    color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    text-align: center;
}

.tm-partners-pdf-button i.fa-spin {
    animation: fa-spin 1s linear infinite;
    transform-origin: center center;
}

.tm-partners-pdf-button .tm-pdf-btn-text,
.tm-partners-pdf-button .tm-pdf-btn-spinner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    height: 18px;
}
