.welcome-bonus-content {
font-family: 'Roboto', sans-serif;
font-size: 16px;
background-color: #ffffff;
color: #4a5568;
line-height: 1.6;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.welcome-bonus-content h1 {
font-family: 'Roboto', sans-serif;
font-size: 2.5rem;
color: #1a202c;
text-align: center;
margin-bottom: 1rem;
font-weight: 700;
}
.welcome-bonus-content h1 span {
color: #2b6cb0;
}
.welcome-bonus-content h2 {
font-family: 'Roboto', sans-serif;
font-size: 2rem;
color: #1a202c;
margin: 2.5rem 0 1rem 0;
font-weight: 700;
text-align: center;
}
.welcome-bonus-content h3 {
font-family: 'Roboto', sans-serif;
font-size: 1.5rem;
color: #1a202c;
margin: 2rem 0 0.8rem 0;
font-weight: 600;
}
.welcome-bonus-content p {
margin-bottom: 1rem;
line-height: 1.7;
font-size: 16px;
}
.welcome-bonus-content .hero-section {
text-align: center;
padding: 4rem 0;
background-color: #f7fafc;
border-radius: 10px;
margin: 2rem 0;
border: 1px solid #e2e8f0;
}
.welcome-bonus-content .hero-section h1 {
margin-bottom: 1.5rem;
}
.welcome-bonus-content .hero-section .subtitle {
font-size: 1.3rem;
color: #2b6cb0;
font-weight: 600;
margin-bottom: 2rem;
}
.welcome-bonus-content .cta-section {
text-align: center;
padding: 4rem 0;
background-color: #f7fafc;
border-radius: 10px;
margin: 3rem 0;
border: 1px solid #e2e8f0;
}
.welcome-bonus-content .cta-button {
display: inline-block;
background-color: #2b6cb0;
color: #ffffff;
font-weight: 700;
padding: 15px 30px;
border-radius: 5px;
text-decoration: none;
font-size: 1.1rem;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 4px 15px rgba(44,82,130,0.2);
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.welcome-bonus-content .cta-button:hover {
background-color: #2c5282;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(44,82,130,0.3);
}
.welcome-bonus-content .highlight-box {
background-color: #e6f0fa;
border-left: 4px solid #2b6cb0;
border-radius: 6px;
padding: 1.5rem;
margin: 2rem 0;
text-align: center;
}
.welcome-bonus-content .highlight-text {
color: #2b6cb0;
font-size: 1.3rem;
font-weight: 700;
}
.welcome-bonus-content a {
color: #2b6cb0;
text-decoration: none;
}
.welcome-bonus-content a:hover {
text-decoration: underline;
}
.welcome-bonus-content .image-section {
text-align: center;
margin: 2rem 0;
}
.welcome-bonus-content .image-section img {
max-width: 100%;
width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(44,82,130,0.1);
object-fit: cover;
}
.welcome-bonus-content .content-section {
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
border-radius: 15px;
padding: 3rem;
margin: 3rem 0;
border: 2px solid #e2e8f0;
box-shadow: 0 8px 25px rgba(44,82,130,0.08);
position: relative;
overflow: hidden;
}
.welcome-bonus-content .content-section:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6, #8b5cf6);
}
.welcome-bonus-content .content-section h3 {
text-align: center;
margin-bottom: 2rem;
font-size: 1.8rem;
color: #1e293b;
position: relative;
padding-bottom: 1rem;
}
.welcome-bonus-content .content-section h3:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6);
border-radius: 2px;
}
.welcome-bonus-content .content-section p {
color: #475569;
font-size: 1.05rem;
line-height: 1.7;
margin-bottom: 1rem;
text-align: center;
}
.welcome-bonus-content .content-section ul {
margin-top: 2rem;
list-style: none;
padding: 0;
}
.welcome-bonus-content .content-section li {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 12px;
padding: 2rem;
margin-bottom: 1.5rem;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 15px rgba(44,82,130,0.06);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
text-align: center;
}
.welcome-bonus-content .content-section li:before {
content: "🛡️";
position: absolute;
top: 1rem;
right: 1rem;
font-size: 1.5rem;
opacity: 0.7;
}
.welcome-bonus-content .content-section li:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 8px 25px rgba(44,82,130,0.15);
border-color: #2b6cb0;
}
.welcome-bonus-content .content-section strong {
color: #1e40af;
font-size: 1.2rem;
font-weight: 700;
display: block;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.welcome-bonus-content .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}
.welcome-bonus-content .feature-card {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 12px;
padding: 2rem;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 15px rgba(44,82,130,0.06);
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
}
.welcome-bonus-content .feature-card:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6, #8b5cf6);
}
.welcome-bonus-content .feature-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(44,82,130,0.15);
border-color: #2b6cb0;
}
.welcome-bonus-content .feature-card h4 {
color: #1e40af;
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.welcome-bonus-content .feature-card p {
color: #64748b;
font-size: 0.95rem;
line-height: 1.5;
margin: 0;
}
.welcome-bonus-content .stakes-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}
.welcome-bonus-content .stakes-card {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 12px;
padding: 2rem;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 15px rgba(44,82,130,0.06);
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
}
.welcome-bonus-content .stakes-card:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6, #8b5cf6);
}
.welcome-bonus-content .stakes-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(44,82,130,0.15);
border-color: #2b6cb0;
}
.welcome-bonus-content .stakes-card h4 {
color: #1e40af;
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.welcome-bonus-content .stakes-card p {
color: #64748b;
font-size: 0.95rem;
line-height: 1.5;
margin: 0;
}
.welcome-bonus-content .example-section {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 12px;
padding: 2rem;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 15px rgba(44,82,130,0.06);
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
margin: 2rem 0;
}
.welcome-bonus-content .example-section:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6, #8b5cf6);
}
.welcome-bonus-content .example-section:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(44,82,130,0.15);
border-color: #2b6cb0;
}
.welcome-bonus-content .example-section h4 {
color: #1e40af;
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.welcome-bonus-content .example-section p {
color: #64748b;
font-size: 0.95rem;
line-height: 1.5;
margin: 0;
}
@media (max-width: 768px) {
.welcome-bonus-content {
padding: 0 15px;
}
.welcome-bonus-content h1 {
font-size: 2rem;
}
.welcome-bonus-content .hero-section {
padding: 2rem 1rem;
}
.welcome-bonus-content .content-section {
padding: 2rem 1rem;
margin: 2rem 0;
}
.welcome-bonus-content .image-section {
margin: 1.5rem 0;
}
.welcome-bonus-content .image-section img {
width: 100%;
max-width: 100%;
height: auto;
border-radius: 8px;
}
.welcome-bonus-content .features-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.welcome-bonus-content .stakes-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.welcome-bonus-content .feature-card,
.welcome-bonus-content .stakes-card {
padding: 1.5rem;
}
.welcome-bonus-content .cta-section {
padding: 2rem 1rem;
}
.welcome-bonus-content .cta-button {
padding: 12px 24px;
font-size: 1rem;
}
}
@media (max-width: 480px) {
.welcome-bonus-content {
padding: 0 10px;
}
.welcome-bonus-content h1 {
font-size: 1.8rem;
}
.welcome-bonus-content .hero-section {
padding: 1.5rem 0.5rem;
}
.welcome-bonus-content .content-section {
padding: 1.5rem 0.5rem;
}
.welcome-bonus-content .image-section img {
border-radius: 6px;
}
.welcome-bonus-content .feature-card,
.welcome-bonus-content .stakes-card {
padding: 1rem;
}
.welcome-bonus-content .cta-button {
padding: 10px 20px;
font-size: 0.9rem;
}
}
7-Day No Rathole
Protection Against Chip Removal
At Americas Cardroom, we take player feedback seriously. One of the recurring requests is for tables that offer “rathole” protection. If you’re not familiar, ratholing is when a player wins a big hand, leaves to cash in their gains, and then returns with a smaller stack, removing chips from the table.
Experience fair play in online poker with our 7-Day No Rathole tables!
How 7-Day No Rathole Works
To combat ratholing, we’ve launched the new 7-Day No Rathole Table feature. Here’s how it works:
- Flexible Entry:
You can join selected tables with as little as 10 big blinds and play as you normally do.
- Winnings Protection:
If you choose to leave and later return, your winnings will be “locked” into your stack for 7 days.
- Fair Return:
The next time you play, you’ll need to buy in with that same locked amount.
- Reset Period:
After 7 days from your win, the lock resets, and you can once again join with as little as 10 big blinds.
Example Scenario
How the Lock Works
If you buy in with $100 and win another $100 (totaling $200) and then leave, the $200 gets “locked.” The next time you play, you’ll need to buy in with that same $200.
Available Stakes
Americas Cardroom now offers 7-Day No Rathole tables at these stakes:
Benefits of No Rathole Tables
Fair Play
Prevents players from removing chips from the table after big wins.
Protection
Your winnings are protected for 7 days to ensure fair gameplay.
Flexibility
Start with as little as 10 big blinds on selected tables.
Reset System
Lock automatically resets after 7 days for fresh starts.
Ready to Play Fair?
Join our 7-Day No Rathole tables and experience poker with built-in protection against chip removal. Play with confidence knowing the game is fair for everyone!
PLAY NO RATHOLE TABLES
🛡️ Fair Play Protection • 7-Day Lock System • Multiple Stakes Available!