/*!
Theme Name: drive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drive
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready */

.benefits__label sup {
    font-size: .625rem;
    color: #f7a41a;
    vertical-align: top;
}

._watcher-view .hero__link {
    width: 224px;
}

a.info__link.button.button--pills._watcher-view {
    width: 212px;
}

a.when__link.button.button--pills {
    width: 224px;
}

a.button.button--pills.green {
    background: #43B02A;
    transition: all 0.3s ease;
}

a.button.button--pills.green:hover {
    background: #4fc933;
}

a.button.button--liki.blue {
    background: #3FCFD5;
    transition: all 0.3s ease;
    min-width: 248px;
    height: 52px;
}

a.button.button--liki.blue:hover {
    background: #45e9ef;
}

.header__button .button__main{
    background: transparent !important;
    padding: .5rem .8125rem .1rem !important;
}

.header__button .button__icon {
    --text-color: #010101 !important;
}

.header__button .button__label {
    color: #010101 !important;
}

.header__button .button__icon::before {
    background-color: #010101 !important;
}

@media (max-width: 767px) {
    a.button.button--liki.blue {
        background: #3FCFD5;
        transition: all 0.3s ease;
        min-width: 185px;
        height: 50px;
    }
    .header__button .button__main {
        font-size: .675rem !important;
    }
}
