.tmo-accounting-uploaded {
  margin: 2.4rem 0;
  border: 1px solid rgba(31, 55, 48, .14);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 18px 48px rgba(54, 42, 25, .08);
  color: #232323;
  padding: clamp(1rem, 2vw, 1.4rem);
}

.tmo-accounting-uploaded__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(31, 55, 48, .12);
  padding-bottom: 1rem;
}

.tmo-accounting-uploaded__head p {
  margin: 0 0 .2rem;
  color: #0f775f;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tmo-accounting-uploaded__head h2 {
  margin: 0;
  color: #232323;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.1;
}

.tmo-accounting-uploaded__head > span {
  flex: 0 0 auto;
  border: 1px solid rgba(15, 119, 95, .22);
  border-radius: 999px;
  background: #eaf7f1;
  color: #0f775f;
  font-size: .78rem;
  font-weight: 850;
  padding: .42rem .7rem;
}

.tmo-accounting-uploaded__grid {
  display: grid;
  gap: .9rem;
  margin-top: 1rem;
}

.tmo-accounting-uploaded__card {
  border: 1px solid rgba(35, 35, 35, .11);
  border-left: 4px solid #0f775f;
  border-radius: 10px;
  background: #fff;
  padding: 1rem;
}

.tmo-accounting-uploaded__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
}

.tmo-accounting-uploaded__meta strong {
  color: #0f775f;
  font-size: .95rem;
  letter-spacing: .01em;
}

.tmo-accounting-uploaded__meta span {
  border-radius: 999px;
  background: #f5efe4;
  color: #6f6557;
  font-size: .74rem;
  font-weight: 800;
  padding: .34rem .58rem;
}

.tmo-accounting-uploaded__card h3 {
  margin: .55rem 0 .45rem;
  color: #232323;
  font-size: 1rem;
  line-height: 1.35;
}

.tmo-accounting-uploaded__scheme {
  margin: 0;
  color: #5f655f;
  font-size: .84rem;
  font-weight: 700;
}

.tmo-accounting-uploaded__scheme span {
  color: #0f775f;
  font-weight: 900;
}

.tmo-accounting-uploaded__actions {
  display: grid;
  gap: .65rem;
  margin-top: .85rem;
}

.tmo-accounting-uploaded__actions > a,
.tmo-accounting-uploaded__actions summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #0f775f;
  border-radius: 8px;
  font: inherit;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1;
  padding: .68rem .9rem;
  text-decoration: none;
}

.tmo-accounting-uploaded__actions > a {
  width: fit-content;
  background: #0f775f;
  color: #fff;
}

.tmo-accounting-uploaded__actions details {
  border: 0;
}

.tmo-accounting-uploaded__actions summary {
  width: fit-content;
  background: #fff;
  color: #0f775f;
  cursor: pointer;
  list-style: none;
}

.tmo-accounting-uploaded__actions summary::-webkit-details-marker {
  display: none;
}

.tmo-accounting-uploaded__actions summary::after {
  content: '+';
  margin-left: .45rem;
  font-size: 1rem;
}

.tmo-accounting-uploaded__actions details[open] summary::after {
  content: '−';
}

.tmo-accounting-uploaded__frame {
  margin-top: .7rem;
  overflow: hidden;
  border: 1px solid rgba(35, 35, 35, .12);
  border-radius: 10px;
  background: #f4f1ea;
}

.tmo-accounting-uploaded__frame iframe {
  display: block;
  width: 100%;
  height: min(76vh, 760px);
  border: 0;
  background: #fff;
}

@media (max-width: 680px) {
  .tmo-accounting-uploaded__head,
  .tmo-accounting-uploaded__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .tmo-accounting-uploaded__actions > a,
  .tmo-accounting-uploaded__actions summary {
    width: 100%;
  }

  .tmo-accounting-uploaded__frame iframe {
    height: 68vh;
  }
}
