/* Styling for the custom fields container */
.bookshop-custom-fields-container {
    background-color: #f7f7f7;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Style for each custom field */
.bookshop-custom-fields-container p {
    margin: 5px 0;
}

/* Style for links inside custom fields (taxonomy terms) */
.bookshop-custom-fields-container a {
    text-decoration: none;
    color: #cc0000;
}

.bookshop-custom-fields-container a:hover {
    text-decoration: underline;
}

/* Style for the Custom Cash On Delivery notice */
.woocommerce-checkout .custom-cod-notice {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.woocommerce-checkout .custom-cod-notice.notice {
    display: block;
    width: 100%;
    text-align: center;
}
