.gallery-container {
    padding: 1.6875rem 3.6rem 1.6875rem 3.6rem;
}
.block-inner {
    direction: ltr;
    margin: 0 auto;
}
#component_logo {
    text-align: center;
    padding: 1.6rem 1rem;
    margin-bottom: 1px;
    max-width: 100%;
    line-height: 0 !important;
    box-sizing: border-box;
    background-color: #000;
}
#block_navib a {
    color: #cd0000;
    font-size: 1.5rem;
    text-decoration: none;
}
#block_navib a:hover {
    color: #9a0000;
}
#component_logo img {
    box-sizing: border-box;
    width: 14rem;
    height: auto;
}
#toggable_nav {
    z-index: auto;
    position: static;
    box-sizing: border-box;
    height: auto;
    overflow-y: visible;
    transform: none !important;
    transition: none;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}
#component_menu {
    text-align: right;
}
#component_menu ul.component_menu_content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: right;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}
#component_menu li.menu_item {
    list-style-type: none;
    white-space: nowrap;
}
.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    display: block;
}
.wrap-100 {
    background: #000;
    width: 100%;
    height: 130px;
}
/* Gallery-Right */
.award-card-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.award-card-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.award-card-gallery:hover img {
    transform: scale(1.05);
}
.award-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 0.75rem;
    font-size: 1.5rem;
    text-align: center;
}
.gallery-text {
    color: #818181;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 1.6rem 0;
    font-size: 14.66px;
}
/* Gallery Detail */
.gallery-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.02);
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.top-bar a {
    text-decoration: none;
    color: #333;
    font-size: 1.25rem;
}

.download-btn {
    background-color: #a40000;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-decoration: none;
}

.download-btn:hover {
    background-color: #820000;
    color: white;
}
.svg-btn {
    text-align: left;
    padding: 0 0.25em 0 0;
    width: 12px;
    display: inline-block;
    height: 23.42px;
    color: #333;
    margin-right: 0.5rem;
}
.svg-btn:hover {
    color: #a40000;
}
.page-title {
    padding-bottom: 0.4rem;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #333;
    margin: 0 0 1.6rem;
    border: 0;
    padding: 0;
    text-shadow: none;
    text-align: left;
    font-style: normal;
    font-family: "Rubik", sans-serif;
    font-weight: inherit;
    text-transform: none;
}
