.card-section.border-top {
    border-top: 1px solid white !important;
    opacity: 1 !important;
}

.ci-title {
    padding: 5px;
}

.reward-title {
    border-bottom: 1px solid white;
    margin-bottom: 0;
}

.reward-body {
    border-top: 1px solid white;
}

.reward-image {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid white;
    min-height: 50px;
}

.reward-image-placeholder {
    color: #f3c24a;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    user-select: none;
}

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

.reward-stat:not(:last-child) {
    border-bottom: 1px solid white;
}

.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 {
    color: white;
    font-size: 14px;
}

.reward-stat-label {
    font-weight: bolder;
    white-space: nowrap;
}

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

.card-image {
    height: 100px;
    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-color: #7b5a3b;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #ffffff;
    color: #f3c24a;
    font-weight: bold;
    user-select: none;
    font-size: 1rem;
    box-shadow: 0 2px 3px -2px rgba(255, 255, 255, .7);
}

.level-selector button {
    background-color: #f3c24a;
    color: #433120;
    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: 8px 0 0 0;
    border-right: 2px solid white;
}

.level-selector button:last-child {
    border-radius: 0 8px 0 0;
    border-left: 2px solid white;
}

.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: #e2b33d;
}

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

.image-wrapper {
    padding: 0;
}
