/* Bold MyDTLA Tab Text */
#myDTLA .nav-tabs>li:last-child>a {
    font-weight: 500;
}

/* Update for Emphasizing Inner Content, Events */
.innerContent p {
    margin-bottom: 20px;
    color: black;
    font-weight: 500;
}

/* Updating Registration is Not Complete Text */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #C00002;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* Adding More Line-Height to Event Title in Event Reg v2 */
#Main1202427 h3 {
    line-height: 40px !important;
}

/* Remove Not Included With Registration Warning Label in Event Registration */
#evRegContainer span.label.label-warning {
display:none;
}

/* Remove Included With Registration Label in Event Registration */
div.MCTicketPackageInstanceWrapper span.MCTicketPackageInstanceIncludedFromRate {
    display: none !important;
}

/* Update Font for Register Others in Events */
/* Target the specific registration link and transform it into a button */
a[onclick^="registerOthers"] {
    display: inline-block !important;
    background-color: #002244 !important; /* Replicates the DkBlueSolid background color */
    color: #ffffff !important;            /* Forces white text */
    padding: 10px 20px !important;        /* Gives it button padding padding */
    font-weight: bold !important;
    text-transform: uppercase !important; /* Matches site button style */
    text-decoration: none !important;     /* Removes standard link underline */
    border-bottom: none !important;       /* Kills the inline border-bottom rule */
    border-radius: 4px !important;        /* Adds a slight button edge smoothing */
    text-align: center !important;
    margin-top: 5px !important;
    transition: background 0.2s ease !important;
}

/* Optional: Adds a hover effect to match standard site button behavior */
a[onclick^="registerOthers"]:hover {
    background-color: #003366 !important; /* Slightly lighter blue on hover */
    color: #ffffff !important;
}
