.entry-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.meta-sold .meta-label {
    margin-right: 5px;
}

.my-license-form-wrapper input[type="text"],
.my-license-form-wrapper input[type="email"],
.my-license-form-wrapper input[type="password"],
.my-license-form-wrapper textarea,
.my-license-form-wrapper select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--kt-border-primary-color, #cccccc);
    background-color: #fff;
    border-radius: 4px;
    font-size: 1em;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1em;
}

.my-license-form-wrapper input:focus,
.my-license-form-wrapper textarea:focus,
.my-license-form-wrapper select:focus {
    border-color: var(--kt-primary-color, #cccccc);
    /* box-shadow: 0 0 0 2px rgba(255, 102, 51, 0.1); */
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.48);
    outline: none;
}

/* === Submit Button === */
.my-license-form-wrapper input[type="submit"],
.my-license-form-wrapper button[type="submit"] {
    background-color: var(--mf-background-primary-color, #dd2400);
    border: 1px solid var(--mf-border-primary-color, #dd2400);
    color: #fff;
    /* padding: 0.7em 1.5em; */
    /* margin-left: -20px; */
    padding: 0.5em  1.2em;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.my-license-form-wrapper input[type="submit"]:hover,
.my-license-form-wrapper button[type="submit"]:hover {
    background-color: var(--mf-primary-color, #dd2400);
    color: #fff;
}

/* === Select Option Styling === */
.my-license-form-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
}

/* === Optional: Grouped Form Elements === */
.my-license-form-wrapper label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 500;
}

/* license table custom */
.license-table {
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    font-size: 14px !important;
    background-color: white !important;
}

.license-table thead th {
    background-color: #f8f9fa !important;
    font-weight: bold !important;
    border-bottom: 2px solid #dee2e6 !important;
}

.license-table tbody td,
.license-table tbody th {
    padding: 12px !important;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6 !important;
}

.license-table tbody tr:hover {
    background-color: #f1f3f5 !important;
}

/* yaypricing custom */
.custom-yaydp-pricing-table-header {
    display: inline-block;
    font-size: 2rem !important;
    border-spacing: 0;
    margin-bottom: 10px !important;
}

/* .custom-yaydp-pricing-table {
    border: 0px solid #dee2e6 !important;
    overflow: hidden !important;
    font-size: 1.5rem !important;
    background-color: white !important;
} */

.custom-yaydp-pricing-table thead th {
    background-color: #f8f9fa !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    border-bottom: 2px solid #dee2e6 !important;
}
.custom-yaydp-pricing-table tbody tr,
.custom-yaydp-pricing-table tbody td,
.custom-yaydp-pricing-table tbody td span,
.custom-yaydp-pricing-table tbody th {
    /* padding: 12px !important; */
    font-size: 1.25rem !important;
    font-weight: 400;
    vertical-align: middle !important;
    border-top: 0px solid #dee2e6 !important;
    text-align: left !important;
}

/* .yaydp-pricing-table td span {
  font-size: 1rem !important;
  text-align: left !important;
} */

.custom-yaydp-pricing-table,
.custom-yaydp-pricing-table th,
.custom-yaydp-pricing-table td {
  border: 0px solid !important;
}

/* .custom-yaydp-pricing-table td {
  font-size: 1.5rem !important;
} */

.custom-yaydp-pricing-table tbody tr:hover {
    background-color: #f1f3f5 !important;
}

.custom-yaydp-pricing-table tr.selected-range {
    background-color: #FFBAAD !important;
    border: 0px !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    /* font-weight: 800 !important; */
    /* color: #D82300 !important; */
    color: #000000 !important;

}
