.webgiant-cc .uk-card img {
    max-height: 180px;
    object-fit: contain;
}

.webgiant-cc .uk-card-title {
    font-size: 16px;
}

.webgiant-cc .uk-card-body {
    padding: 15px;
}

.webgiant-cc .uk-position-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.webgiant-cc-form .uk-form-label {
    font-weight: 600;
}

input.webgiant-cc__number::-webkit-outer-spin-button,
input.webgiant-cc__number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Important to remove any default margin added by the browser */
}

/* For Mozilla Firefox */
input.webgiant-cc__number[type="number"] {
    -moz-appearance: textfield;
}
