﻿.mmt-mdp__location {
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-8);
    line-height: var(--mbase-lnHeight-xxs);
    color: var(--mbase-color-grey-700);
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    float: left;
}

.mmt-mdp__location .mmt-mdp-location-link {
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: var(--mbase-clr-link);
}

.mmt-mdp__location .mmt-mdp-location-link::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e024";
}

.mmt-mdp__location .mmt-mdp-location-link::before {
    transition: all 0.25s ease-in-out;
    opacity: 0.8;
    margin-right: var(--mbase-spacer-xs);
    position: relative;
    top: -1px;
}

.mmt-mdp__location .mmt-mdp-location-link:hover {
    color: var(--mbase-clr-link-hover);
}

.mmt-mdp__location .mmt-mdp-location-link:hover::after {
    opacity: 1;
}

.mmt-ml__location {
    font-family: var(--mbase-fam-regular);
    font-size: var(--mbase-txtSize-8);
    line-height: var(--mbase-lnHeight-xxs);
    color: var(--mbase-color-grey-700);
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    float: left;
}

.mmt-ml__location .mmt-ml-location-link {
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: var(--mbase-clr-link);
}

.mmt-ml__location .mmt-ml-location-link::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e024";
}

.mmt-ml__location .mmt-ml-location-link::before {
    transition: all 0.25s ease-in-out;
    opacity: 0.8;
    margin-right: var(--mbase-spacer-xs);
    position: relative;
    top: -1px;
}

.mmt-ml__location .mmt-ml-location-link:hover {
    color: var(--mbase-clr-link-hover);
}

.mmt-ml__location .mmt-ml-location-link:hover::after {
    opacity: 1;
}

.FE-TicketAmount__ticket {
    position: relative;
    display: flex;
    margin-bottom: var(--mbase-spacer-reg);
    padding: 0;
    list-style-image: none;
    background-image: none;
}

.FE-TicketAmount__inputNumber {
    position: absolute;
    top: var(--mbase-spacer-reg);
    right: var(--mbase-spacer-reg);
    width: 4em;
}

.FE-TicketAmount__body {
    display: block;
    width: 100%;
    padding: var(--mbase-spacer-reg);
    border: 1px solid var(--mbase-clr-brdr-medium);
    border-radius: var(--mbase-brdr-radius-sm);
    background-color: var(--mbase-clr-bg-body);
}

.FE-TicketAmount__ticketTitle,
.FE-TicketAmount__ticketPrice,
.FE-TicketAmount__ticketDescription {
    display: block;
}

.FE-TicketAmount__ticketTitle,
.FE-TicketAmount__ticketPrice {
    font-weight: var(--mbase-txt-bold);
}

.FE-TicketAmount__ticketTitle {
    padding-right: var(--mbase-spacer-xl);
    font-size: var(--mbase-txtSize-4);
    line-height: var(--mbase-lnHeight-sm);
}

.FE-TicketAmount__ticketDescription {
    margin-top: var(--mbase-spacer);
    font-size: var(--mbase-txtSize-7);
    opacity: 0.7;
}
