/* colorbox */

.inline-content {
    background-color: rgb(14, 14, 14);
    padding: 10px 20px;
    line-height: 20px;
    color: rgb(213, 200, 180);
    font-size: 20px;
    font-weight: 400;
}

.inline-content__title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #f8a61f;
    margin-bottom: 20px;
}

.inline-content ul {
    list-style-type: circle;
    list-style-position: inside;
}

#cboxLoadedContent {
    background-color: #000 !important;
}