#super-frete-shipping-calculator{background-color:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px;max-width:500px;box-shadow:0 2px 5px rgb(0 0 0 / .05);font-size:14px;line-height:1.4}.superfrete-container{margin-bottom:15px}#calc_shipping_postcode_field{margin-bottom:15px}#calc_shipping_postcode_field input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color 0.3s}#calc_shipping_postcode_field input:focus{border-color:#4CAF50;outline:none;box-shadow:0 0 0 2px rgb(76 175 80 / .1)}.superfrete-update-address-button{width:100%;background-color:#4CAF50;color:#fff;padding:10px;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:14px;text-transform:uppercase;transition:background-color 0.3s}.superfrete-update-address-button:hover{background-color:#45a049}.superfrete-alert-container{background-color:#fff;border:1px solid #eaeaea;border-radius:4px;padding:15px;margin-top:15px;box-shadow:0 1px 3px rgb(0 0 0 / .05)}.superfrete-alert-container:empty{display:none;padding:0;margin:0;border:none;box-shadow:none}.superfrete-initial-message{background-color:#e8f5e8;border:1px solid #c3e6c3;border-radius:4px;padding:12px 15px;margin-top:15px;text-align:center}.superfrete-initial-message p{margin:0;color:#2e7d32;font-size:13px;font-weight:500}.superfrete-error{color:#e74c3c;margin-bottom:10px;font-weight:700;font-size:13px}#superfrete-recalculate-container{margin-top:15px;text-align:center;width:100%;box-sizing:border-box}.superfrete-recalculate-button{display:block;background-color:#4CAF50;color:white!important;padding:10px 15px;border-radius:4px;text-decoration:none!important;font-size:13px;font-weight:600;text-transform:uppercase;transition:background-color 0.3s;border:none;cursor:pointer;width:100%;box-sizing:border-box}.superfrete-recalculate-button:hover{background-color:#45a049;color:white!important;text-decoration:none!important}.superfrete-shipping-methods{margin-top:10px}.superfrete-shipping-methods h3{font-size:15px;margin-bottom:10px;border-bottom:1px solid #eee;padding-bottom:8px;color:#333;font-weight:600}.superfrete-shipping-method{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f5f5f5;align-items:center}.superfrete-shipping-method:last-child{border-bottom:none}.superfrete-shipping-method-name{font-weight:600;color:#333;font-size:13px;flex:1}.superfrete-shipping-method-price{font-weight:600;color:#4CAF50;font-size:13px;text-align:right}.superfrete-shipping-method-price .woocommerce-Price-amount{font-weight:600;color:#4CAF50;font-size:13px;display:inline-block}.superfrete-shipping-method-price .woocommerce-Price-currencySymbol{font-size:12px;margin-right:1px;display:inline-block}.superfrete-processing{position:relative}.superfrete-processing::after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(255 255 255 / .5);z-index:9999}.superfrete-processing::before{content:"";position:fixed;top:50%;left:50%;width:30px;height:30px;margin-top:-15px;margin-left:-15px;border:3px solid #4CAF50;border-top:3px solid #fff0;border-radius:50%;z-index:10000;animation:superfrete-spin 0.8s linear infinite}@keyframes superfrete-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.woocommerce-info.woocommerce-message{display:none}.superfrete-shipping-method-name span,.superfrete-shipping-method-price br{display:none}