.paapi5-pa-product-prime-icon .icon-prime-all {
    background: url("https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png") no-repeat;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    background-position: -192px -911px;
    background-size: 560px 938px;
    width: 52px;
    height: 15px;
}

.link-container {
    position: relative;
    display: inline-block;
}

#resultField {
    padding-right: 30px; /* Make room for the icon */
    box-sizing: border-box;
}

#copyButton {
    position: absolute;
    right: 5px; /* Adjust as needed */
    top: 5px; /* Adjust to vertically center with the textarea */
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: clamp(10px, 3vw, 14px); /* Adjust min, preferred, and max values */
}

#dlnkr_region_hidden{
    display: none;
}

#copyButton img {
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
}


#spinner {
    position: fixed; /* Fixed/sticky position */
    z-index: 9999; /* Sit on top of everything */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    display: flex;
    justify-content: center; /* Center the spinner horizontally. */
    align-items: center; /* Center the spinner vertically. */
}

#spinner img {
    margin: 0 auto; /* Align the spinner image in the middle. */
}

.disabled-style {
    opacity: 0.5; /* Example: makes the button look faded */
    cursor: not-allowed; /* Changes the cursor to indicate the button is not clickable */
}
