.card-section.border-top {
    border-top: 1px solid rgba(215, 155, 66, 0.42) !important;
    opacity: 1 !important;
}

.ci-title {
    padding: 5px;
}

.reward-title {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    border-bottom: 1px solid rgba(215, 155, 66, 0.52);
    color: var(--gf-gold-strong);
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 4px 6px;
    text-shadow: none;
}

.reward-body {
    border-top: 1px solid rgba(215, 155, 66, 0.38);
    min-height: 92px;
}

.reward-image {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(215, 155, 66, 0.42);
    min-height: 100px;
    background: transparent;
}

.reward-stat {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 4px 6px;
}

.reward-stat:not(:last-child) {
    border-bottom: 1px solid rgba(215, 155, 66, 0.28);
}

.reward-stat-line {
    display: flex;
    align-items: baseline;
    gap: 4px;
    width: 100%;
    line-height: 1.2;
    justify-content: flex-start;
}

.reward-stat-value,
.reward-stat-label {
    font-size: 14px;
}

.reward-stat-value {
    color: #fff3dc;
    font-weight: 800;
}

.reward-stat-label {
    color: rgba(247, 234, 213, 0.74);
    font-weight: bolder;
    white-space: nowrap;
}

.card-image-currency {
    padding: 15%;
}

.card-image {
    height: 100px;
    max-width: 95%;
    object-fit: contain;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.32));
}

canvas.card-image {
    height: 100px !important;
    width: auto !important;
    max-width: 95%;
}

.card-cell a {
    color: #fff;
    text-decoration: none;
}

.card-cell a:hover,
.card-cell a:focus {
    color: #fff;
    text-decoration: none;
}

.level-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(51, 35, 24, 0.86);
    border-radius: 0;
    border-bottom: 1px solid rgba(215, 155, 66, 0.52);
    color: #f3c24a;
    font-weight: bold;
    user-select: none;
    font-size: 1rem;
    box-shadow: none;
}

.level-selector button {
    background-color: rgba(215, 155, 66, 0.12);
    color: #f3c24a;
    border: 0;
    font-weight: bold;
    padding: 4px 10px;
    cursor: pointer;
    transition: background-color .3s ease;
    min-width: 40px;
    user-select: none;
}

.level-selector button:first-child {
    border-radius: 0;
    border-right: 1px solid rgba(215, 155, 66, 0.42);
}

.level-selector button:last-child {
    border-radius: 0;
    border-left: 1px solid rgba(215, 155, 66, 0.42);
}

.level-selector button:disabled {
    background-color: rgba(189, 154, 121, .6);
    color: rgba(67, 49, 32, .6);
    cursor: default;
    box-shadow: none;
}

.level-selector button:hover:not(:disabled) {
    background-color: rgba(215, 155, 66, 0.22);
}

.level-selector .level-text {
    flex-grow: 1;
    text-align: center;
}

.image-wrapper {
    padding: 0;
}

#rewardRows > [class*="col-"] {
    padding: 4px 5px;
}

#rewardRows .box {
    background: rgba(96, 65, 44, 0.94);
    border: 1px solid rgba(215, 155, 66, 0.52);
    border-radius: 8px;
    color: #f7ead5;
    margin-bottom: 2px;
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 3px 8px rgba(0, 0, 0, 0.28);
    transition: none;
}

#rewardRows .box-content {
    background: transparent;
    border-radius: 0;
    color: #f7ead5;
}
