.cc-batch {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #EFAC4A;
    border-radius: 12px 12px 0 0;
}

.cc-value {
    padding: 12px 8px 8px 88px;
}
.cc-value span {
    font-weight: bold;
}
.cc-value p {
    margin: 0;
    padding: 0;
	color: white;
    font-size: 14px;
    line-height: 18px;
}

.cc-globe img,
.cc-globe lottie-player {
    position: absolute;
    top: -8px;
    left: 16px;
    width: 64px;
    height: 64px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.cc-globe lottie-player {
	top: -16px;
    left: 8px;
}

@media (min-width: 800px) {
    .cc-batch {
        left: 40px;
        bottom: 52px;
        width: 224px;
        border-radius: 100px;
        height: 64px;
    }

    .cc-globe img {
        top: 0;
        left: 0;
		display: none;
    }
	.cc-globe lottie-player {
		top: -8px;
		left: -9px;
		display: block;
	}

    .cc-value {
        padding-left: 72px;
    }
}