/*
 Theme Name:   Muutos Digital
 Theme URI:    https://muutosdigital.fi/
 Description:  Custom Bricks child theme for Muutos Digital projects
 Author:       Muutos Digital
 Author URI:   https://muutosdigital.fi/
 Template:     bricks
 Version:      1.0
 Text Domain:  muutos-digital
*/

/* 
 * This is a custom child theme implementation for Muutos Digital
 * built on top of the Bricks Builder.
 *
 * For support: https://muutosdigital.fi/
 */

.bowa-painike {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bowa-painike__text-wrapper {
    border: 2px solid;
    border-radius: calc(var(--radius)* 2);
    padding: var(--space-xs);
    transition: all 0.3s ease;
}

.bowa-painike__text {
    margin: 0;
    text-transform: uppercase;
    font-size: var(--text-s);
}

.bowa-painike__icon {
    align-self: center;
    transition: all 0.3s ease;
}

.bowa-painike--outline .bowa-painike__text-wrapper {
    background-color: transparent !important;
}
