body.chuyende-tel {
}
.chuyende-tel .footer-bottom-wrapper .call-tel {
    font-size: 20px;
}
.chuyende-tel .fone {
    font-size: 21px;
    padding-left: 44px;
}
/*
body.chuyende-tel .phone,
body.chuyende-tel .phone-number,
body.chuyende-tel .contact-phone,
body.chuyende-tel [class*="phone"] {
    font-family: 'Courier New', monospace;
    font-weight: 500;
}

body.chuyende-tel a[href^="tel:"] {
    color: #2271b1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

body.chuyende-tel a[href^="tel:"]:hover {
    color: #135e96;
    text-decoration: underline;
}

body.chuyende-tel .entry-content .phone,
body.chuyende-tel .entry-content .phone-number,
body.chuyende-tel .entry-content [class*="phone"] {
    display: inline-block;
    padding: 2px 6px;
    background-color: #f0f0f1;
    border-radius: 3px;
    font-size: 0.95em;
}

body.chuyende-tel .woocommerce .phone,
body.chuyende-tel .woocommerce .phone-number,
body.chuyende-tel .woocommerce [class*="phone"] {
    color: #333;
    font-weight: 500;
}

body.chuyende-tel .wp-block-group .phone,
body.chuyende-tel .wp-block-group .phone-number,
body.chuyende-tel .wp-block-group [class*="phone"] {
    margin: 0.5em 0;
}

body.chuyende-tel .wp-block-group__inner-container .phone,
body.chuyende-tel .wp-block-group__inner-container .phone-number,
body.chuyende-tel .wp-block-group__inner-container [class*="phone"] {
    margin: 0.5em 0;
}

@media (max-width: 768px) {
    body.chuyende-tel .phone,
    body.chuyende-tel .phone-number,
    body.chuyende-tel .contact-phone,
    body.chuyende-tel [class*="phone"] {
        font-size: 14px;
        word-break: break-all;
    }
}

.pfm-phone-formatting {
    transition: all 0.3s ease;
}

.pfm-phone-formatting.updating {
    opacity: 0.7;
    transform: scale(0.98);
}

.pfm-debug {
    border: 1px solid #ff6b6b;
    background-color: #ffe0e0;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    font-family: monospace;
    font-size: 12px;
}

.pfm-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #2271b1;
    color: white;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    font-size: 14px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
}

.pfm-notification.show {
    opacity: 1;
    transform: translateX(0);
}

.pfm-notification.success {
    background-color: #00a32a;
}

.pfm-notification.error {
    background-color: #d63638;
}

.pfm-loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #2271b1;
    border-radius: 50%;
    animation: pfm-spin 1s linear infinite;
    margin-left: 8px;
}

@keyframes pfm-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pfm-formatting-hidden {
    visibility: hidden;
    opacity: 0;
}

.pfm-formatted-phone {
    background-color: #e8f4fd;
    border-left: 3px solid #2271b1;
    padding-left: 8px;
    border-radius: 0 3px 3px 0;
}

@media (max-width: 480px) {
    .pfm-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        transform: translateY(-100%);
    }
    
    .pfm-notification.show {
        transform: translateY(0);
    }
}
*/