.multiple-keys {
    margin-top: 15px;
}

.entry {
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 4px;
}

.key-copy-btn {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.remove-entry {
    color: #cc0000;
}

input[readonly] {
    background-color: #f8f8f8;
    cursor: not-allowed;
}

.add-entry {
    width: 100%;
}

/* Warenkorb-Formular */
.cart-edit-form {
    margin: 2rem 0;
    padding: 2rem;
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.cart-edit-form h3 {
    margin-bottom: 1.5rem;
}

.edit-key-details {
    font-size: 0.9em;
    color: #0073aa;
    text-decoration: underline;
}

.update-cart-item {
    margin-top: 1rem;
    background: #0073aa;
    color: white !important;
    padding: 10px 20px;
}

/* Produkt-Formular */

.key-copy-form select, .key-copy-input {
    width: 100%;
    appearance: none;
    background: none;
    border: 1px solid hsla(0,0%,7%,.8);
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 1em .5em 0;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
}
.key-copy-form {
    flex: 1 1 100%;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}
.wc-blocks-components-select__expand {
    fill: #2b2d2f;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.key-copy-form  label {
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .5em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 2px;
    transform: translateY(15%) scale(.75);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1;
}
.wp-block-query-is-layout-flow ul{
    margin: 0;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-heade {
    margin-bottom: 0;
}

ul{
    list-style: none;
    padding-left: 0;
    list-style-position: inside;
    padding-left: 0;
}

.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
}

.key-copy-select, .key-copy-input-container{
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    height: 3.125em;
    position: relative;
    width: 100%;
    margin-top: 16px;
}

.key-copy-input-container-heightless{
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-top: 16px;
}

.key-copy-input-container .key-copy-input {
    width: 100%;
    appearance: none;
    background: none;
    border: 1px solid hsla(0,0%,7%,.8);
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 1em .5em 0;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
}

.key-copy-input-textarea {
    resize: none;
    width: 100%;
    appearance: none;
    background: #fff;
    border: 1px solid hsla(0,0%,7%,.8);
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 1em .5em 0;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
}

.entry {
    border: 1px rgb(119, 119, 119) solid;
}

.button-container{
    display: flex;
    justify-content: space-between;
    background: none;
}

.quantity{
    flex: 1;
}

.single_add_to_cart_button{
    flex: 10;
}

.key-copy-btn:focus {
    outline-style:none;
}

.cart{
    display: flex;
    flex-wrap: wrap;
}



