section {
    padding-top: 0;
}
body {
    background-color: #3b3b3b;
}
.event-box {
    padding-top: 1rem;
    max-width: 90%;
    background-color: #3b3b3b;
}
.name {
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #aaa;
    margin-bottom: 0;
}
.value {
    padding-top: 5px;
    font-size: 1.2rem;
    color: #d7d7d7;
}
.link {
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #4d5055;
    display: block;
    text-decoration: underline;
}
.branding-link {
    position: fixed;
    top: -5px;
    right: -5px;
    z-index: 1;
    width: 105px;
    height: 105px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.1s ease-in;
    pointer-events: none;
    will-change: transform;
}
.branding-badge {
    position: relative;
    top: 21px;
    left: -11px;
    z-index: 1;
    display: block;
    width: 160px;
    padding: 9px 0 6px 0;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-color: #283a4d;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    transform: rotate(45deg);
    transition: all 0.1s ease-in;
    pointer-events: auto;
}
.branding-powered-by {
    margin-left: -7px;
    color: #dbdbdb;
    font-size: 8px;
    text-transform: uppercase;
}
.branding-name {
    margin-left: -7px;
    color: #ffffff;
    font-size: 12px;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.share-icons {
    text-align: center;
    padding-top: 0.5rem;
    color: #d7d7d7;
}

.share-icon {
    margin-right: 1rem;
}

@media (min-width: 576px) {
    body {
        background-color: #121212;
    }
    .event-box {
        border-radius: 8px;
    }
    .branding-link {
        position: absolute;
    }
    .branding-link::before {
        top: 0;
        left: 0;
    }
    .branding-link::before, .branding-link::after {
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #283a4d;
        transition: all 0.1s ease-in;
        content: '';
    }
    .branding-link::after {
        right: 0;
        bottom: 0;
    }
    .branding-link::before, .branding-link::after {
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #283a4d;
        transition: all 0.1s ease-in;
        content: '';
    }
}