/**
 * Compact Layout
 */
.zwt-wp-lnk-prev.compact{
    display: flex;
    border: 1px solid #5e5e5e;
}
.compact .zwt-wp-lnk-prev-img-container{
    padding: 0.5em;
    flex: 35%;
}
.compact .zwt-wp-lnk-prev-texts{
    padding: 0.5em;
    flex: 65%;
}
.compact .zwt-wp-lnk-prev-url-host{
    color: #5e5e5e;
    text-transform: uppercase;
    text-decoration: none !important;
}
.compact .zwt-wp-lnk-prev-title{
    font-weight: bold;
}
.compact .zwt-wp-lnk-prev-desc{
    color: #5e5e5e;
}

/**
 * Full Layout
 */
.zwt-wp-lnk-prev.full{
    border: 1px solid #5e5e5e;
}
.full .zwt-wp-lnk-prev-img{
}
.full .zwt-wp-lnk-prev-texts{
    padding: 0.5em;
}
.full .zwt-wp-lnk-prev-url-host{
    color: #5e5e5e;
    text-transform: uppercase;
    text-decoration: none !important;
}
.full .zwt-wp-lnk-prev-title{
    font-weight: bold;
}
.full .zwt-wp-lnk-prev-desc{
    color: #5e5e5e;
}

/** MISC */
.zwt-wp-lnk-prev-disabled {
    border: 1px solid #5e5e5e;
    padding: 0.5em;
}

.zwt-wp-lnk-prev-credits{
    margin-top: 1em;
    font-style: italic;
    font-size: 70%;
    color: #5e5e5e;
}

