/*
Theme Name: Dimita Child
Theme URI: http://www.wpbingosite.com/dimita
Author: wpbingo
Description: This is a child theme for Dimita
Version: 1.0
Author URI: http://wpbingosite.com
Template: dimita
Text Domain: dimita-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.savehome-other-variants {
    margin-top: 24px;
}

.savehome-other-variants-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
}

.savehome-other-variants-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* przycisk */
.savehome-other-variant-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    color: #111;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

/* hover */
.savehome-other-variant-button:hover {
    border-color: #111;
    background: #fff;
}

/* aktywny wariant */
.savehome-other-variant-button.active {
    background: #111;
    color: #fff;
    border-color: #111;
    cursor: default;
    pointer-events: none;
}
