.s2t-section {
  padding: 54px 0 0;
  background: #fff; }
  .s2t-section + #services {
    padding-top: 60px; }

.s2t-panel {
  max-width: 960px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e5e9f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 12px 35px 0px rgba(95, 95, 95, 0.12); }

.s2t-panel-header {
  margin-bottom: 18px;
  text-align: center; }

.s2t-panel-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #151948; }

.s2t-panel-desc {
  font-size: 14px;
  color: #5e629c; }

.s2t-panel textarea {
  display: block;
  width: 100%;
  min-height: 118px;
  padding: 14px 16px;
  border: 1px solid #dfe5ef;
  border-radius: 6px;
  color: #151948;
  background: #fbfdff;
  resize: vertical;
  outline: none; }
  .s2t-panel textarea:focus {
    border-color: #3ecf8e;
    box-shadow: 0 0 0 3px rgba(62, 207, 142, 0.12); }

.s2t-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 16px 0; }

.s2t-toolbar select {
  flex: 1 1 280px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #dfe5ef;
  border-radius: 6px;
  color: #151948;
  background: #fff;
  outline: none; }

.s2t-toolbar button {
  height: 44px;
  min-width: 86px;
  padding: 0 18px;
  border: 1px solid #3ecf8e;
  border-radius: 6px;
  color: #fff;
  background: #3ecf8e;
  cursor: pointer;
  outline: none; }
  .s2t-toolbar button:hover {
    background: #32b97d;
    border-color: #32b97d; }
  .s2t-toolbar button.s2t-btn-ghost {
    color: #3ecf8e;
    background: #fff; }
  .s2t-toolbar button.s2t-btn-ghost:hover {
    color: #fff;
    background: #3ecf8e;
    border-color: #3ecf8e; }

.s2t-status {
  min-height: 22px;
  margin-top: 10px;
  font-size: 13px;
  color: #5e629c;
  text-align: right; }

@media (min-width: 320px) and (max-width: 480px) {
  .s2t-section {
    padding: 42px 0 0; }
    .s2t-section + #services {
      padding-top: 45px; }

  .s2t-panel {
    padding: 20px 16px; }

  .s2t-panel-title {
    font-size: 20px; }

  .s2t-panel textarea {
    min-height: 104px; }

  .s2t-toolbar {
    gap: 10px; }

  .s2t-toolbar select,
  .s2t-toolbar button {
    flex: 1 1 100%;
    width: 100%; }
}
