/* media-findme-button-download.css */
#media-findme-button {
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    line-height: 20px;
    min-height: unset;
}

#media-findme-wrapper {
    margin-top: 15px;
}

#copy-message {
    margin-top: 8px;
    color: green;
    font-size: 14px;
    display: none;
}

#copy-code {
    padding: 0 10px;
    border: none;
    background: #0073aa;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin: 0;
    line-height: 32px;
    min-height: unset;
    font-weight: 400;
    font-size: 16px;
}

#code-value {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    padding: 0 10px;
    height: 32px;
    font-weight: bold;
    font-family: inherit;
    border-radius: 3px;
    background: #fff;
}
