/* _content/MISA.JP.Store/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-55em61zam5] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-55em61zam5] {
  color: #0077cc;
}

.btn-primary[b-55em61zam5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-55em61zam5], .nav-pills .show > .nav-link[b-55em61zam5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-55em61zam5] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-55em61zam5] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-55em61zam5] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-55em61zam5] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-55em61zam5] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/MISA.JP.Store/Views/Shared/_PackagePartial.cshtml.rz.scp.css */
.pricing-card[b-7mfke6tcz9] {
    display: flex;
    width: 256px;
    padding: 16px 20px;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.pricing-card[b-7mfke6tcz9] {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    background: #FFF; /* Fallback background */
}

.pricing-card.recommended[b-7mfke6tcz9] {
    border: 2px solid #089740;
}

.pricing-card[b-7mfke6tcz9]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: radial-gradient(circle at top left, #A0F9C5, transparent 80%), radial-gradient(circle at top right, #A3D9FF, transparent 80%), radial-gradient(circle at top right, #0E44F4, transparent 60%);
    opacity: 0.25;
    z-index: 0;
}

.pricing-card .recommended-badge[b-7mfke6tcz9],
.pricing-card .package-name[b-7mfke6tcz9],
.pricing-card .price[b-7mfke6tcz9],
.pricing-card .period[b-7mfke6tcz9],
.pricing-card ul[b-7mfke6tcz9],
.pricing-card .btn-buy[b-7mfke6tcz9] {
    position: relative;
    z-index: 1;
}

.recommended-badge[b-7mfke6tcz9] {
    display: flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #007BFF;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    position: absolute;
    top: -28px;
}

.package-name[b-7mfke6tcz9] {
    width: 100%;
    color: #1F1F1F;
    font-variant-numeric: lining-nums tabular-nums;
    /* H3 - Card Title/SemiBold */
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    text-align: left;
}

.package-name-recommended[b-7mfke6tcz9] {
    margin-top: -28px;
}

.price[b-7mfke6tcz9] {
    color: #1F1F1F;
    /* H1 - Page Title/SemiBold */
    font-family: "Inter";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 128.571% */
    text-align: start;
    width: 100%;
}

.period[b-7mfke6tcz9] {
    color: #1F1F1F;
    font-variant-numeric: lining-nums tabular-nums;
    /* Body Regular/Regular */
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-align: start;
    margin-bottom: 20px;
    width: 100%;
}

.recommended .period[b-7mfke6tcz9] {
    color: #5D5D5D;
}

ul[b-7mfke6tcz9] {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 14px;
    align-self: stretch;
}

ul li[b-7mfke6tcz9] {
    color: #1F1F1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

ul li span[b-7mfke6tcz9] {
    overflow: hidden;
    color: #1F1F1F;
    font-variant-numeric: lining-nums tabular-nums;
    text-overflow: ellipsis;
    /* Body Regular/Regular */
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul li i[b-7mfke6tcz9] {
    color: #28a745;
    margin-top: 3px;
}

.btn-buy[b-7mfke6tcz9] {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid #089740;
}

.pricing-card:not(.recommended) .btn-buy[b-7mfke6tcz9] {
    background: #FFF;
    color: #089740;
}

.recommended .btn-buy[b-7mfke6tcz9] {
    background: linear-gradient(90deg, #089740 0%, #0E44F4 100%);
    color: #FFF;
    border: none;
}

.pricing-card:not(.recommended) .btn-buy:hover[b-7mfke6tcz9] {
    background: #089740;
    color: #FFF;
    transition: all 0.3s ease;
}

.recommended .btn-buy:hover[b-7mfke6tcz9] {
    filter: brightness(1.1);
    transition: all 0.3s ease;
}
