/*
============================================================
Emmaus Team Builder (ETB)
Frontend Styles

These styles apply ONLY to the public-facing components
generated by the ETB plugin.

Examples:
- Walk Participants Directory
- Walk Archive
- Download Buttons
- Future ETB shortcodes

Author: Troy Parker
============================================================
*/
/*
----------------------------------------------------
Walk Participants Directory
----------------------------------------------------
*/

.etb-contact-directory-title {
  margin: 0 0 20px;
  padding-bottom: 14px;
  margin-bottom: 24px;

  font-size: 2rem;
  font-weight: 600;
  color: #4a443d;

  border-bottom: 1px solid #d8d1c2;
}

/*
------------------------------------------------------------
Walk Participants Directory Table
------------------------------------------------------------
*/

.etb-directory-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #e7e1d6;

  font-size: 20px;
  line-height: 1.6;

  color: #4a443d;
}

.etb-directory-table thead th {
  color: #2f2a25;
  font-weight: bold;
  border-bottom: 2px solid #c9c1b3;
}

.etb-directory-table th,
.etb-directory-table td {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd6c9;
}

.etb-directroy-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.55);
}

.etb-directory-table td:nth-child(3) {
  white-space: nowrap;
}

@media print {
  .etb-participants-directory-printable,
  .etb-participants-directory-printable * {
    visibility: visible;
  }

  .etb-participants-directory-printable {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .etb-directory-print-button {
    display: none !important;
  }

  .etb-table-scroll {
    overflow: visible !important;
  }

  .etb-directory-table {
    width: 100%;
    border-collapse: collapse;
  }

  .etb-directory-table th,
  .etb-directory-table td {
    padding: 5px 7px;
    font-size: 10pt;
    line-height: 1.2;
    vertical-align: top;
  }

  @page {
    size: portrait;
    margin: 0.4in;
  }
}

/* ---------------------------------------------------------
   Walk Display Page - Download Buttons
--------------------------------------------------------- */

.etb-walk-download-button {
  background-color: #5f6551 !important;
  border: 1px solid #5f6551 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.etb-walk-download-button:hover {
  background-color: #4f5543 !important;
  border-color: #4f5543 !important;
  color: #ffffff !important;
}

/* Current Team Roster Display */
.etb-current-team-roster {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 18px;
  line-height: 1.5;
  color: #2b2b2b;
}

.etb-current-team-roster th {
  padding: 14px 18px;
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #222;
  border-bottom: 2px solid #999;
}

.etb-current-team-roster td {
  padding: 13px 18px;
  vertical-align: top;
  font-weight: 500;
  color: #2b2b2b;
  border-bottom: 1px solid #ccc;
}

.etb-current-team-roster th:first-child,
.etb-current-team-roster td:first-child {
  width: 50%;
}
