a {
text-decoration: none;
}

.price-box {
padding: 5px;
padding-top: 25px;
text-align: center;
margin: 0 auto;
background-color: #48c6ef;
border-radius: 5px;
position: relative;
}

.price-box:before {
content: '';
position: absolute;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
top: -1px;
left: 1px;
right: 1px;
height: 11px;
background-color: #89f7fe;
}

.price {
font-size: 24px;
font-weight: bold;
color: #000;
}

content {
margin-left: auto;
margin-right: auto;
}

.copy-icon {
cursor: pointer;
}

.copy-icon:hover {
color: #007bff;
}

@media (min-width: 0px) {
.desktop-width {
width: 40%;
}
}

@media (min-width: 992px) {
.desktop-width {
width: 15%;
}
}

button.download-btn {
background-color: #007bff;
width: 100%;
color: white;
border: none;
padding: 5px 10px;
margin-top: 0;
margin-bottom: 70px;
cursor: pointer;
border-radius: 5px;
}

button.download-btn:hover {
background-color: #0056b3;
}