.hot-seo-meta__progress {
    width: 100%;
    height: 4px;
    display: block;
    background-color: #F6F9FC;
    border-radius: 5px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 5px;
}

.hot-seo-meta__progress::-webkit-progress-bar {
    background: transparent;
}

.hot-seo-meta__progress::-webkit-progress-value{
    background-color: #fff;
    transition: all .2s ease-in-out;
}

.hot-seo-meta__progress::-moz-progress-bar {
    background-color: #fff;
    transition: all .2s ease-in-out;
}

.hot-seo-meta__progress--error::-webkit-progress-value{
    background-color: #e53739;
    transition: all .2s ease-in-out;
}

.hot-seo-meta__progress--error::-moz-progress-bar {
    background-color: #e53739;
    transition: all .2s ease-in-out;
}

.hot-seo-meta__progress--warn::-webkit-progress-value{
    background-color: #f79a42;
    transition: all .2s ease-in-out;
}

.hot-seo-meta__progress--warn::-moz-progress-bar {
    background-color: #f79a42;
    transition: all .2s ease-in-out;
}

.hot-seo-meta__progress--valid::-webkit-progress-value{
    background-color: #2fd637;
    transition: all .2s ease-in-out;
}

.hot-seo-meta__progress--valid::-moz-progress-bar {
    background-color: #2fd637;
    transition: all .2s ease-in-out;
}

.hot-seo-meta__message {
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
}

.hot-seo-google__preview {
    width: 100%;
    max-width: 600px;
    box-shadow: 0 0 0 1px rgba(49,49,93,.05),0 2px 5px 0 rgba(49,49,93,.075),0 1px 3px 0 rgba(49,49,93,.15);
    margin-top: 10px;
    border-radius: 4px;
    padding: 10px 15px;
}

.hot-seo-google__title {
    color: #1A0DAB;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 20px;
    padding-top: 5px;
}

.hot-seo-google__title:hover {
    text-decoration: underline;
    color: #1A0DAB;
}

.hot-seo-google__link {
    display: block;
    color: #202124;
    font-family: arial,sans-serif;
    font-size: 14px;
}

.hot-seo-google__link .slug {
  color: #5f6368;
}

.hot-seo-google__link .slug:before {
  content: '›';
  display: inline-block;
  padding: 0 5px;
}

.hot-seo-google__description {
    font-family: arial,sans-serif;
    margin-top: 3px;
    font-size: 14px;
    color: #4d5156;
}
