/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2026 | 22:21:04 */
.ui-hover-grow-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 12px;
    border-radius: 12px;

    transition: transform 0.2s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.ui-hover-grow-box:hover {
    background-color: rgba(255,255,255,0.15);
    transform: scale(1.12);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}