.frw-widget {
    text-align: center;
    margin: 20px 0;
}

.frw-widget .resize-button {
    background: none;
    border: none;
    padding: 5px 10px;
    margin: 0 3px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.frw-widget .resize-button:hover {
    color: #ffeb00;
}
