
.card-header {
  background-color: none;
  align-items: stretch;
  display: flex;
}
.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}
.card-header-title.is-centered {
  justify-content: center;
}
.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}
.card-image {
  display: block;
  position: relative;
}
.card-content {
  background-color: none;
  padding: 1.5rem;
}
.card-footer {
  background-color: none;
  align-items: stretch;
  display: flex;
}
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}
.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}












.card.card-step {
	margin-bottom: 0;
	border-bottom: 0;
}

.card-step {
  padding: 6rem 0 4rem 0;
  margin-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.card-step .container {
  display: flex;
  flex-flow: row wrap;
}
.card-step .card-header {
  width: 20%;
  padding-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  .card-step .card-header {
    width: 100%;
    padding-top: 0;
  }
}
.card-step .card-content {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .card-step .card-content {
    width: 100%;
  }
}
.card-step .card-footer {
  padding-left: 20%;
}
@media screen and (max-width: 768px) {
  .card-step .card-footer {
    padding-left: 0;
  }
}
.card-step .card-meta {
  margin-bottom: 2rem;
}
.card-step .card-meta .title.is-demonstrated {
  color: #ff6c0c;
}
.card-step .card-meta .title.is-connected {
  color: #00b3e6;
}
.card-step .card-meta .title.is-focused {
  color: #b34fc5;
}
.card-step .card-meta .title.is-led {
  color: #84be41;
}
.card-step .card-text {
  margin-bottom: 2rem;
}
.card-step .card-footer-icon {
  width: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}









/* ============== Update ==============*/

.card.card-temp {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 60px;
}

.card .card-content {
	flex-grow: 1;
}

.card-content .title span {
	font-weight: 500;
}