/**
 * The following styles get applied both on the front of your site and in the editor.
 * components-placeholder wp-block-embed
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-good-url-preview-box-gurlpb {}



.guteUrls {}

.guteurlsRemove {}

.guteurlsBox,
.guteurlsBox div,
.guteurlsBox h1,
.guteurlsBox p,
.guteurlsBox a {
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: none;
    background-image: none;
    box-shadow: none;
    vertical-align: top;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-stretch: normal;
    color: #000;
    font-family: arial;
    border: none
}

div.guteurlsBox {
    width: 100%;
    max-width: 555px;
    margin: auto;
    background-color: #fff;
}

div.guteurlsBox div.guteurlsTop {
    width: 100%;
    line-height: 12px;
    font-size: 11px;
    height: 14px;
    padding: 0;
    margin: 20px 0 5px 0;
    display: block;
    font-family: Oxygen, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: baseline;
    overflow: hidden
}

div.guteurlsBox div.guteurlsFav {
    background-size: 20px;
    float: left;
    background-color: #ddffdd;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 0px;
    display: block;
}

div.guteurlsHtml {
    position: relative;
}

div.guteurlsVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

div.guteurlsVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

div.guteurlsBox div.guteurlsImg {
    margin: 0;
    width: 100%;
    min-height: 50px;
    background-size: cover;
}

div.guteurlsBox>div.guteurlsImg {
    box-shadow: 1px 1px 5px #aaa
}

div.guteurlsBox div.guteurlsImg img {
    margin: 0;
    width: 100%;
    min-height: 50px;
    border: none
}

div.guteurlsBox div.guteurlsImg201610 {
    margin: 0;
    width: 100%;
    min-height: 50px;
}

div.guteurlsBox div.guteurlsImg201610 img {
    box-shadow: 1px 1px 5px #aaa;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 50px;
    max-height: 1000px;
}

div.guteurlsBox a.guteurlsRead {
    color: rgb(21, 120, 143);
}

div.guteurlsBox>h1 {
    color: #464646;
    font-family: Oxygen, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align: baseline;
    margin: 5px 0 2px 0;
    font-size: 14px;
    line-height: 16px
}

div.guteurlsBox>p {
    display: block;
    font-family: Oxygen, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    vertical-align: baseline;
    margin: 5px 0 5px 0;
}

div.guteurlsBox div.guteurlsNoTitleButUrl {
    display: block;
    font-family: Oxygen, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    vertical-align: baseline;
    overflow: hidden;
}

div.guteurlsBox div.guteurlsBottom {
    display: block;
    font-family: Oxygen, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    vertical-align: baseline;
    margin: 0 0 10px 0
}

div.guteurlsBox a.guteurlsGU,
div.guteurlsBox span.guteurlsGU {
    border: none;
    box-shadow: none;
    text-decoration: none;
    color: rgb(21, 120, 143);
    line-height: 18px;
    font-size: 13px;
    height: 20px;
    padding: 0;
    display: block;
    float: right
}

div.guteurlsBox img.ytThumb {
    width: 100%;
    height: auto;
}

div.guteurlsBox .ytPlayBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 60px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    text-decoration: none;
}

div.guteurlsBox .ytPlayBtn {
    background-color: rgb(255, 0, 0, 60%);
}

div.guteurlsBox .ytPlayBtn:hover {
    background-color: rgb(255, 0, 0, 100%);
}

@media only screen and (min-width: 42em) {
    div.guteurlsBox div.guteurlsTop {
        line-height: 20px;
        font-size: 20px;
        height: 22px;
    }

    div.guteurlsBox>h1 {
        font-size: 24px;
        line-height: 26px
    }

    div.guteurlsBox>p {
        font-size: 13px;
        line-height: 20px;
    }
}