/* Modal styles */
            #wcm_marking_modal {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.7);
                z-index: 999999;
            }
            #wcm_marking_modal .wcm-modal-inner {
                position: relative;
                margin: 5% auto;
                background: #fff;
                padding: 20px;
                max-width: 1100px;
                width: 95%;
                border-radius: 5px;
                text-align: left;
                max-height: 90vh;
                overflow-y: auto;
            }
            #wcm_marking_modal .wcm-close {
                position: absolute;
                top: 10px;
                right: 15px;
                font-size: 28px;
                font-weight: bold;
                cursor: pointer;
            }
            /* Custom Alert Modal styles */
            #wcm_alert_modal {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.7);
                z-index: 999998;
            }
            #wcm_alert_modal .wcm-alert-inner {
                position: relative;
                margin: 10% auto;
                background: #fff;
                padding: 20px;
                max-width: 400px;
                border-radius: 5px;
                text-align: center;
            }
            #wcm_alert_modal .wcm-alert-close {
                position: absolute;
                top: 10px;
                right: 15px;
                font-size: 20px;
                cursor: pointer;
            }
            #wcm_alert_modal p {
                font-size: 16px;
                color: #333;
                margin: 20px 0;
            }
            #wcm_alert_modal button {
                padding: 8px 15px;
                background: #DB126D;
                border: none;
                border-radius: 3px;
                color: #fff;
                cursor: pointer;
            }
            /* Marking grid and other styles ... */
            .wcm-marking-grid {
                display: flex;
                align-items: flex-start;
                gap: 20px;
            }
            .wcm-marking-image {
                flex: 1;
                text-align: center;
                position: relative;
            }
            .wcm-marking-image img {
                width: 100%;
                max-height: 600px;
                object-fit: contain;
                border: 2px solid #ddd;
                border-radius: 10px;
                display: block;
            }
            #marking_text {
                font-size: 16px;
                font-weight: bold;
                color: #DB126D;
                margin-top: 10px;
            }
            .wcm-marking-options {
                width: 50%;
            }
            .marking-options-container {
                border: 1px solid #ccc;
                border-radius: 5px;
                padding: 15px;
                background: #fff;
                margin-bottom: 15px;
            }
            .marking-options-title {
                font-size: 18px;
                font-weight: bold;
                color: #DB126D;
                margin-bottom: 10px;
                text-align: center;
            }
            .marking-option-box {
                display: block;
                width: 100%;
                padding: 5px;
                margin: 5px 0;
                font-size: 15px;
                border: 1px solid #DB126D;
                background: #f9f9f9;
                color: #DB126D;
                cursor: pointer;
                border-radius: 5px;
                text-align: left;
                transition: all 0.3s ease;
                position: relative;
            }
            .marking-option-box.active {
                background: #DB126D;
                color: #fff;
            }
            .marking-option-box:hover {
                background: #f72080;
                color: white;
            }
            .marking-option-box .option-price {
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%);
                font-weight: 600;
            }
            .marking-place-title {
                font-weight: bold;
                font-size: 16px;
                margin-top: 10px;
                color: #333;
            }
            .service-checkbox {
                display: flex;
                align-items: center;
                margin-top: 5px;
            }
            .service-checkbox input {
                margin-right: 10px;
                transform: scale(1.2);
            }
            .service-label {
                font-size: 14px;
                color: #333;
            }
            .woocommerce-variation-add-to-cart.variations_button {
                display: flex !important;
                flex-direction: row !important;
                align-items: center !important;
                flex-wrap: nowrap !important;
            }
            .single_add_to_cart_button {
                display: inline-block !important;
                width: auto !important;
                margin-right: 10px !important;
            }
            #marking_options_button {
                width: 100px !important;
                display: inline-block !important;
                vertical-align: middle !important;
                margin-left: 10px !important;
                border: 1px solid #000;
            }
            .podsumowanie {
                border: 1px solid #ccc;
                padding: 10px;
                margin-top: 20px;
                width: 100%;
            }
            .podsumowanie-title {
                font-size: 18px;
                font-weight: bold;
                color: black;
                margin-bottom: 10px;
                text-align: center;
            }
            .podsumowanie-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-template-rows: auto auto auto auto;
                row-gap: 2px;
                column-gap: 5px;
            }
            .row {
                margin-bottom: 10px !important;
            }
            .row-label {
                font-weight: 600;
                margin-bottom: 2px;
                color: black;
            }
            .row-label-single {
                font-weight: 600;
                margin-bottom: 5px;
                font-size: 18px;
                color: black;
            }
            .row-label-sum {
                font-weight: 600;
                margin-bottom: 0px;
                font-size: 18px;
                color: black;
            }
            .row-value-sum {
                font-size: 17px;
                color: #DB126D;
                font-weight: 600;
            }
            .row-value {
                font-size: 16px;
                color: black;
            }
            .qty-container {
                display: flex;
                align-items: center;
                gap: 5px;
            }
            .qty-container label {
                font-weight: 600;
            }
            .qty-container input#qty {
                width: 60px;
                text-align: center;
                font-size: 16px;
                padding: 2px;
                border: 1px solid #333;
                border-radius: 5px;
            }
            .wcm-add-to-cart-btn {
                display: inline-block;
                width: auto;
                background: #0273AA !important;
                color: white !important;
                text-align: center;
                font-size: 16px;
                padding: 10px;
                border-radius: 5px;
                cursor: pointer;
                border: none;
            }
            .wcm-add-to-cart-btn:hover {
                background: #0989c4 !important;
            }
            /* New CSS to move the option price to the far right */
            .service-container {
              border: 1px solid #ccc;
              border-radius: 5px;
              padding: 15px;
              margin-bottom: 15px;
              background: #fff;
            }
            .service-container h3 {
              margin-top: 0;
              text-align: center;
              margin-bottom: 15px;
              font-size: 18px;
            }
            .service-checkbox {
              padding: 0px;
              margin-bottom: 0px;
              position: relative;
            }
            .service-checkbox .service-price {
              position: absolute;
              right: 10px;
              top: 50%;
              transform: translateY(-50%);
              font-weight: 600;
              color: #333;
            }
            .marking-icon {
                width: 32px !important;
                height: 32px !important;
                display: inline-block;
            }
