.uc-sales-rep-contact-card {
    margin-top: 1.5rem !important;
    border: 2px solid #2563eb !important;
    background: #ffffff !important;
    background-image:
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(0, 0, 0, 0.02) 2px,
            rgba(0, 0, 0, 0.02) 4px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 2px,
            rgba(0, 0, 0, 0.02) 2px,
            rgba(0, 0, 0, 0.02) 4px
        ) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    border-radius: 0.5rem !important;
    padding: 0.875rem 1rem 0.875rem 0.5rem !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    position: relative !important;
    transform: rotate(-1deg) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    overflow: visible !important;
}

.uc-sales-rep-contact-card:hover {
    transform: rotate(0deg) scale(1.02) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

/* Single thick tape piece in the middle with jagged ends */
.uc-tape {
    position: absolute !important;
    width: 120px !important;
    height: 20px !important;
    background: rgba(255, 248, 220, 0.95) !important;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.25),
        0 1px 2px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
    z-index: 10 !important;
    opacity: 0.95 !important;
    top: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(-2deg) !important;
    clip-path: polygon(
        8px 0%,
        12px 5%,
        15px 0%,
        20px 8%,
        25px 2%,
        30px 10%,
        35px 3%,
        40px 12%,
        45px 5%,
        50px 15%,
        55px 8%,
        60px 18%,
        65px 10%,
        70px 20%,
        75px 12%,
        80px 22%,
        85px 15%,
        90px 25%,
        95px 18%,
        100% 20%,
        100% 100%,
        95% 95%,
        90% 100%,
        85% 92%,
        80% 100%,
        75% 90%,
        70% 100%,
        65% 88%,
        60% 100%,
        55% 85%,
        50% 100%,
        45% 82%,
        40% 100%,
        35% 80%,
        30% 100%,
        25% 78%,
        20% 100%,
        15% 75%,
        10% 100%,
        5% 72%,
        0% 100%,
        0% 20%,
        2px 15%,
        5px 18%
    ) !important;
}

.uc-tape::before {
    content: '' !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 3px,
        rgba(0, 0, 0, 0.08) 3px,
        rgba(0, 0, 0, 0.08) 6px
    ) !important;
    opacity: 0.7 !important;
    clip-path: inherit !important;
}

.uc-tape::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-50%) !important;
    clip-path: inherit !important;
}

.uc-sales-rep-contact-card * {
    box-sizing: border-box !important;
}

.uc-sales-rep-avatar {
    width: 4.5rem !important;
    height: 4.5rem !important;
    flex-shrink: 0 !important;
    border-radius: 50% !important;
    border: 2px solid #2563eb !important;
    overflow: hidden !important;
    display: block !important;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25) !important;
    position: relative !important;
    z-index: 1 !important;
    background: #ffffff !important;
}

.uc-sales-rep-avatar img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    display: block !important;
}

.uc-sales-rep-avatar-fallback {
    width: 100% !important;
    height: 100% !important;
    background-color: #eff6ff !important;
    color: #2563eb !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
}

.uc-sales-rep-content {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

.uc-sales-rep-header {
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    margin-bottom: 0.125rem !important;
}

.uc-sales-rep-title {
    font-size: 0.8125rem !important;
    font-weight: 800 !important;
    color: #2563eb !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.uc-sales-rep-message {
    font-size: 0.75rem !important;
    color: #000000 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.4 !important;
    margin-top: 0.125rem !important;
    padding: 0 !important;
    font-style: normal !important;
}

.uc-sales-rep-message strong {
    font-weight: 600 !important;
    color: #111827 !important;
}

.uc-sales-rep-contact-links {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0.625rem !important;
    font-size: 0.75rem !important;
    margin-top: 0.125rem !important;
}

.uc-sales-rep-contact-link {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    color: #2563eb !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    font-weight: 600 !important;
    padding: 0.25rem 0.5rem !important;
    background: #eff6ff !important;
    border: 1.5px solid #2563eb !important;
    border-radius: 0.25rem !important;
    font-size: 0.6875rem !important;
}

.uc-sales-rep-contact-text {
    display: inline !important;
}

/* Mobile: Icon-only buttons, bigger icons */
@media (max-width: 768px) {
    .uc-sales-rep-contact-link {
        justify-content: center !important;
        padding: 0.375rem !important;
        min-width: 2.5rem !important;
        height: 2.5rem !important;
    }

    .uc-sales-rep-contact-link .uc-sales-rep-icon {
        width: 1.125rem !important;
        height: 1.125rem !important;
    }

    .uc-sales-rep-contact-text {
        display: none !important;
    }
}

.uc-sales-rep-contact-link:hover {
    color: #ffffff !important;
    background: #2563eb !important;
    transform: scale(1.05) !important;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3) !important;
}

.uc-sales-rep-contact-link-text {
    color: #2563eb !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    transition: color 0.2s ease-in-out !important;
    text-underline-offset: 2px !important;
}

.uc-sales-rep-contact-link-text:hover {
    color: #1e40af !important;
    text-decoration-thickness: 2px !important;
}

.uc-sales-rep-icon {
    flex-shrink: 0 !important;
    display: block !important;
}


