
.eda-v01731-hidden {
    display: none !important;
}

.eda-v01731-entry {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    margin: 18px 0 8px;
    padding: 18px;
    background: #fff;
    border: 1px solid #d9e1e4;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.eda-v01731-title {
    margin-bottom: 6px;
    color: #123f4d;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.eda-v01731-hint {
    margin-bottom: 14px;
    color: #53666d;
    font-size: 13px;
    line-height: 1.45;
}

.eda-v01731-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 18px;
    border: 1px solid #e6bd00;
    border-radius: 4px;
    background: #ffd000;
    color: #111 !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: background .15s ease-in-out;
}

.eda-v01731-button:hover,
.eda-v01731-button:focus {
    background: #e9bf00;
    color: #111 !important;
    text-decoration: none !important;
}
