/*
Theme Name: TAP Queue Ultra Light
Author: IGAL Group
Description: Ultra light WordPress theme for TAP Queue. No header, no footer, no extras.
Version: 1.2
Text Domain: tap-queue-ultra-light
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    line-height: 1.4;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tap-queue-main {
    width: 100%;
    min-height: 100vh;
}

.tap-queue-wrap {
    width: 100%;
    min-height: 100vh;
    padding: var(--tap-queue-padding, 0px);
}

.tap-queue-content {
    width: 100%;
    max-width: var(--tap-queue-content-width, 100%);
    margin: 0 auto;
}

.tap-queue-entry-content {
    width: 100%;
    margin: 0;
}

.tap-queue-entry-content > :first-child {
    margin-top: 0;
}

.tap-queue-entry-content > :last-child {
    margin-bottom: 0;
}

.tap-queue-full-height .tap-queue-wrap {
    min-height: 100vh;
}

.tap-queue-centered .tap-queue-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tap-queue-centered .tap-queue-content {
    width: 100%;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
