.elementor-kit-83{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-24cb6440:#4054B2;--e-global-color-612a6427:#23A455;--e-global-color-5da9ef4f:#000;--e-global-color-6f6bd1a4:#FFF;--e-global-color-6ff3f7ee:#1A6C7A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:14px;line-height:20px;}.elementor-kit-83 e-page-transition{background-color:#FFBC7D;}.elementor-kit-83 p{margin-block-end:10px;}.elementor-kit-83 a{color:#223EFF;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-kit-83 a:hover{color:#6C5FFB;}.elementor-kit-83 h6{font-family:"Arial", Sans-serif;font-weight:400;}.elementor-kit-83 button,.elementor-kit-83 input[type="button"],.elementor-kit-83 input[type="submit"],.elementor-kit-83 .elementor-button{border-style:solid;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.add-coin-btn {
    background-color: #0d6efd;          /* blue background */
    color: #ffffff;                     /* white text */
    border: none;
    border-radius: 50px;                /* pill-shaped button */
    height: 44px;                        /* fixed height */
    padding: 0 32px;                     /* horizontal padding for width */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;               /* flexbox centers content */
    align-items: center;                /* vertical centering */
    justify-content: center;            /* horizontal centering */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
    line-height: normal;                /* ignore inherited line-height */
}

.add-coin-btn:hover {
    background-color: #0b5ed7;          /* darker blue on hover */
    box-shadow: 0 5px 14px rgba(0,0,0,0.22);
}

/* Isolate the span text from any Elementor/theme styles */
.add-coin-btn-text {
    display: inline-block;
    line-height: 1;                     /* ensures it stays inside button */
    vertical-align: middle;
}/* End custom CSS */