.access-container {
 max-width: 420px;
 margin: 0 auto;
 font-family: Arial, sans-serif;
 text-align: center;
}

.access-title {
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 20px;
}

.access-input {
 width: 100%;
 padding: 14px;
 border: 1px solid #ccc;
 border-radius: 6px;
 font-size: 16px;
 margin-bottom: 10px;
}

/* КНОПКА-СCЫЛКА */
.access-button {
 display: inline-block;
 padding: 15px;
 background: black;
 color: white !important;
 font-size: 16px;
 border: none;
 border-radius: 30px;
 cursor: pointer;
 margin-bottom: 18px;
 text-decoration: none !important;
 width: 100%;
 text-align: center;
}

/* Без изменения цвета при наведении и клике */
.access-button:hover,
.access-button:active,
.access-button:visited {
 color: white !important;
 text-decoration: none !important;
}

.access-note {
 font-size: 12px;
 color: #555;
 margin-bottom: 25px;
}

.access-separator {
 border-top: 1px solid #ddd;
 margin: 25px 0;
}

.access-alt-title {
 font-size: 14px;
 margin-bottom: 15px;
}

.access-alt-buttons {
 display: flex;
 justify-content: center;
 gap: 20px;
}

.alt-btn {
 display: flex;
 align-items: center;
 gap: 10px;
 padding: 12px 20px;
 border: 1px solid #ccc;
 border-radius: 30px;
 cursor: pointer;
 background: white;
 font-size: 14px;
 text-decoration: none;
}

.alt-btn img {
 height: 20px;
}