.elementor-65 .elementor-element.elementor-element-a3b4e4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-65 .elementor-element.elementor-element-a3b4e4e:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-a3b4e4e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-65 .elementor-element.elementor-global-51{width:auto;max-width:auto;}.elementor-65 .elementor-element.elementor-global-51.elementor-element{--align-self:center;}#elementor-popup-modal-65{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-65 .dialog-message{width:500px;height:auto;}#elementor-popup-modal-65 .dialog-close-button{display:flex;}#elementor-popup-modal-65 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for global, class: .elementor-global-51 *//* Sticker Quote Calculator CSS */

.sticker-quote-calculator {
    max-width: 600px;
    margin: 10px auto;
    padding: 15px;
    background-color: #FCEE1D; /* Yellow background */
    border-radius: 8px;
    font-family: 'Arial, sans-serif';
    color: #000000; /* Black text */
}

.sticker-quote-calculator label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000000;
}

.sticker-quote-calculator label select,
.sticker-quote-calculator label input {
    width: calc(100% - 10px);
    padding: 8px;
    margin-top: 4px;
    border: 1px solid #333333;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #ffffff;
    transition: border-color 0.3s, background-color 0.3s;
}

.sticker-quote-calculator label select:focus,
.sticker-quote-calculator label input:focus {
    border-color: #000000;
    background-color: #fff8a1;
    outline: none;
}

.sticker-quote-calculator input[type="number"] {
    -moz-appearance: textfield;
}

.sticker-quote-calculator input[type="number"]::-webkit-outer-spin-button,
.sticker-quote-calculator input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sticker-quote-calculator button {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background-color: #000000;
    color: #fce300;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.sticker-quote-calculator button:hover {
    background-color: #333333;
}

.sticker-quote-calculator button:active {
    transform: scale(0.98);
}

.sticker-quote-calculator p {
    margin: 8px 0;
    font-size: 14px;
    color: #000000;
}

#subtotal, #quantity-per-sheet, #number-of-sheets {
    font-weight: bold;
    color: #000000;
}


.sticker-quote-calculator .sticker-summary {
    padding: 10px;
    margin-top: 15px;
    border-radius: 6px;
    background: #fff8a1; /* Light yellow for summary background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticker-quote-calculator .sticker-summary p {
    margin: 6px 0;
    color: #000000;
}

@media (max-width: 480px) {
    .sticker-quote-calculator {
        padding: 10px;
    }
    
    .sticker-quote-calculator label select,
    .sticker-quote-calculator label input {
        font-size: 13px;
    }

    .sticker-quote-calculator button {
        font-size: 14px;
        padding: 10px;
    }
}/* End custom CSS */