.angie-font-resizer-7ca715b6 {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: #f8fafc;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.angie-font-resizer-7ca715b6 .font-resizer-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease-in-out;
    min-width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.angie-font-resizer-7ca715b6 .font-resizer-btn:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #0f172a;
}

.angie-font-resizer-7ca715b6 .font-resizer-btn:active {
    transform: scale(0.95);
    background: #e2e8f0;
}
