/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */

url {
    background-color: lightsteelblue;
    display: block;
    padding: 10px;
    font-family: sans-serif;
    margin: 10px;
}

loc:before {content: "URL: "}
loc {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

link:before {
    content: "Hreflang: " attr(hreflang) " - " attr(href) }
link {
    margin-left: 40px;
    display: block;
    font-style: italic;
    margin-bottom: 10px;
}


lastmod:before {content: "lastmod: "}
lastmod {
    display: block;
    margin-left: 20px;
    margin-bottom: 10px;
}

changefreq:before {content: "changefreq: "}
changefreq {
    display: block;
    margin-left: 20px;
    margin-bottom: 10px;
}

priority:before {content: "priority: "}
priority {
    display: block;
    margin-left: 20px;
    margin-bottom: 10px;
}

image {
    margin-left: 40px;
    margin-bottom: 20px;
}

image loc:before {
    content: "IMG URL: ";
    font-weight: bolder;
    font-style: normal;
}

image loc {
    display: block;
    font-style: italic;
    margin-left: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}

image title:before {
    content: "IMG TITLE: ";
    font-weight: bolder;
    font-style: normal;
}

image title {
    display: block;
    font-style: italic;
    margin-left: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}

image caption:before {
    content: "IMG CAPTION: ";
    font-weight: bolder;
    font-style: normal;
}

image caption {
    display: block;
    font-style: italic;
    margin-left: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}

video {
    margin-left: 40px;
    margin-bottom: 20px;
}

video content_loc:before {
    content: "VIDEO URL: ";
    font-weight: bolder;
    font-style: normal;
}

video content_loc {
    display: block;
    font-style: italic;
    margin-left: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}

video title:before {
    content: "VIDEO TITLE: ";
    font-weight: bolder;
    font-style: normal;
}

video title {
    display: block;
    font-style: italic;
    margin-left: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}

video thumbnail_loc:before {
    content: "VIDEO THUMBNAIL: ";
    font-weight: bolder;
    font-style: normal;
}

video thumbnail_loc {
    display: block;
    font-style: italic;
    margin-left: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}

video description:before {
    content: "VIDEO DESCRIPTION: ";
    font-weight: bolder;
    font-style: normal;
}

video description {
    display: block;
    font-style: italic;
    margin-left: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}
