input#meta-image-button {
    margin: 9px 0px 0px 0px;
}

#meta-image-preview {
    padding: 5px;
    margin-bottom: 10px;
    max-width: 250px;
    height: auto;
}

#remove-banner-image {
    color: red;
    cursor: pointer;
}

.lr-shortcode-container {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccd0d4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.lr-shortcode-container code {
    background: #f0f0f1;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-family: monospace;
    color: #2c3338;
    border: 1px solid #dcdcde;
    flex-grow: 1;
    text-align: center;
}

.lr-copy-btn {
    transition: all 0.15s ease-in-out;
}

.lr-copy-btn.copied {
    background: #46b450 !important;
    border-color: #31843f !important;
    color: #fff !important;
}