/* /Components/DetailViews/VoicemailDetailView.razor.rz.scp.css */
[b-qypw510tga] .ai-summary-text p {
    margin: 0;
    padding-bottom: 0.4em;
}
[b-qypw510tga] .ai-summary-text ul {
    padding-left: 0.9em;
    margin: 0;
    list-style-type: disc;
}
/* /Components/Modals/CallModal.razor.rz.scp.css */
.dial-pad-btn[b-5bcwg9aoe2] {
    width: 5rem;
    height: 5rem;
    background-color: #E5E7EB;
    border-radius: 9999px;
    font-size: 1.875rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    margin: auto;
    transition: background-color .2s;
}

.dial-pad-letters[b-5bcwg9aoe2] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #6b7280;
    margin-top: 0.25rem;
}
/* /Pages/Public/TemplateView.razor.rz.scp.css */
/* Highlights the specific section linked via the URL #anchor */
li:target[b-nuvoh63i5y] {
    background-color: rgba(59, 130, 246, 0.05); /* Light blue tint */
    border-left-color: #1d4ed8; /* Darker blue line */
    border-left-width: 4px;
    padding-left: 1rem;
    animation: pulse-highlight-b-nuvoh63i5y 2s ease-in-out;
}

@keyframes pulse-highlight-b-nuvoh63i5y {
    0% {
        background-color: rgba(59, 130, 246, 0.2);
    }

    100% {
        background-color: rgba(59, 130, 246, 0.05);
    }
}
