/* Gap heights */
.gap-h0 { height: 0; }
.gap-h5 { height: 5px; }
.gap-h10 { height: 10px; }
.gap-h30 { height: 30px; }
.gap-h40 { height: 40px; }
.gap-h60 { height: 60px; }

/* Dash styles */
.dash-h1 { height: 1px; }

/* Color Themes */
.social-title-color { color: #808fc1; }
.green-care-title { color: #50a035; }
.artistic-title-color { color: #007460; }
.sports-title-color { color: #00ab9c; }
.bg-social-color { background-color: #808fc1; }
.text-white { color: #fff; }

/* Font & Text Styles */
.font-size-14 { font-size: 14px; }
.font-size-20 { font-size: 20px; }
.title-black-bold { color: #000; font-weight: bold; }
.mb-0 { margin-bottom: 0; }

/* Layout & Sizing */
.center-block { margin-left: auto; margin-right: auto; }
.mw-305 { max-width: 305px; }
.mw-312 { max-width: 312px; }
.mw-360 { max-width: 360px; }
.mw-380 { max-width: 380px; }
.mw-420 { max-width: 420px; }
.mw-520 { max-width: 520px; }
.mw-530 { max-width: 530px; }
.mw-550 { max-width: 550px; }
.mw-635 { max-width: 635px; }
.mw-820 { max-width: 820px; }
.img-mw-530 { max-width: 530px; }
.img-mw-360 { max-width: 360px; }

/* Floating Containers */
.float-container-left {
    float: left;
}
.float-container-right {
    float: right;
}

/* Component Styles */
.amount-unit {
    float: right;
    font-size: 14px;
    color: #000;
}
.table-unit-centered {
    margin: auto;
    display: table;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: normal;
}