.package-block {
    position: relative;
    display: table;
    padding: 15px;
    text-align: center;
    color: #fff;
    background: rgba(61, 61, 61, 1) url('/wp-content/plugins/one-step-subscription-checkout/assets/images/eagle-dark-gray.png') bottom right -1px no-repeat;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    font-family: "roboto", sans-serif;
    text-transform: uppercase;
}

.package-block span {
    display: table-cell;
    vertical-align: middle;
}

.package-block.tmp-hidden {
    display: none;
}

.package-block img {
    display: none;
}

.package-block.subscription-locked {
    background: rgba(236, 236, 236, 1) url('/wp-content/plugins/one-step-subscription-checkout/assets/images/eagle-light-gray.png') bottom right -1px no-repeat;
    color: #b1b0b1;
}

.package-block.subscription-locked .subscription-locked-icon {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
