.bm-text {
    display: inline-block;
    padding: 10px;
    position: relative;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: monospace;
}

strong:has(+ .bm-data) {
    display: block;
}

.bm-data-copy-btn {
    display: none;
    position: absolute;
    min-height: auto;
    background: #fff;
    border-radius: 3px;
    top: 3px;
    right: 3px;
    z-index: 1;
    padding: 0;
    margin: 0;
    line-height: normal;
    outline: none;
    border: 1px solid #000
}

.bm-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.bm-copy-btn,
.bm-download-btn {
    border-radius: 4px;
    font-family: monospace;
    margin: 0;
}

.bm-copy-btn {
    background-color: #e10000;
    color: #fff;
}

.bm-download-btn {
    background-color: #00a600;
    color: #fff;
}

.add-to-cart-button a {
    margin-top: 1em !important;
    border: 1px solid transparent;
}

.info-btn {
    background-color: #4c8b1a;
    border-radius: 3px;
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
    padding: 0 12px;
    line-height: 26px;
    min-height: 20px;
    margin-top: 10px;
    width: 100%;
    color: #fff;
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Popup content */
.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 25px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 3px;
    position: relative;
}

.popup-content .popup-title {
    font-size: 20px;
    font-weight: bold;
}

.popup-content .popup-body {
    overflow: hidden;
}

.popup-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popup-content p {
    margin-bottom: 10px;
}

/* Close button */
.close-btn {
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 28px;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.product-small.box .title-wrapper .product-title {
    height: auto;
}