* {
/*    margin: 0;*/
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #fff;
    color: #000;
    font-family: Helvetica, Arial;
    text-align: center;
}

.wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    text-align: left;
}

.wrapper > nav > ul {
    margin: 0;
}

header {
    background-color: #eee;
}

header .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

header a {
    text-decoration: none;
}

header .site-name {
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
}

nav {
    margin-top: 20px;
}

nav li {
    display: inline-block;
    margin: 0 7px;
    line-height: 1.5em;
}

nav li a.selected {
    text-decoration: underline;
}

h1 {
    margin-bottom: 20px;
    font-size: 2em;
}

h2 {
    margin: 20px 0;
}

p {
    margin-bottom: 10px;
}

a {
    color: inherit;
}

li {
    margin-left: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.description {
    margin-bottom: 40px;
}

.item-list > li {
    display: block;
    padding: 20px;
    border-radius: 40px;
    background-color: #eee;
    margin-bottom: 20px;
}

.item-list > li:last-child {
    margin-bottom: 0;
}

.item-list h1 {
    margin-bottom: 15px;
    font-size: 1.3em;
}

.item-list p {
    margin-bottom: 0;
}

.item-list li {
    margin: 0;
}

.tag-list {
    margin-bottom: 15px;
}

.tag-list li,
.tag {
    display: inline-block;
    background-color: #000;
    color: #ddd;
    padding: 4px 6px;
    border-radius: 5px;
    margin-right: 5px;
}

.tag-list a,
.tag a {
    text-decoration: none;
}

.item-page .tag-list {
    display: inline-block;
}

.content {
    margin-bottom: 40px;
}

.browse-all {
    display: block;
    margin-bottom: 30px;
}

.all-tags li {
    font-size: 1.4em;
    margin-right: 10px;
    padding: 6px 10px;
}

footer {
    color: #8a8a8a;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #222;
    }

    body,
    header .site-name {
        color: #ddd;
    }

    .item-list > li {
        background-color: #333;
    }

    header {
        background-color: #000;
    }
}

@media(max-width: 600px) {
    .wrapper {
        padding: 40px 20px;
    }
}


/* Custom */
div.horizontal-div {
    display: inline-block;
    vertical-align: middle;
}

div.app-icon-holder {
    width: min(30%, 120px);
    height: min(30%, 120px);
}
img.app-icon {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

div.app-details-holder {
    word-wrap: break-word;
    width: calc(100% - min(30%, 120px) - 30px);
    height: 100%;
    margin-left: 30px;
}
div.app-details {
    width: 100%;
    height: 100%;
}
div.app-details > h1 {
    margin: 0;
}

.split a {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid;
}
.split a:last-child {
    border-right: none;
}


li.social-item {
    list-style-type: none !important;
    margin-left: 0;
    margin-bottom: 16px;
}

div.social-group {
    display: flex;
    align-items: center;
    spacing
}

img.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin-right: 12px;
}

img.crisp-edges {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;          /* Firefox */
    image-rendering: -o-crisp-edges;            /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
